diff --git a/src/lib/components/Screenshot/Screenshot.svelte b/src/lib/components/Screenshot/Screenshot.svelte index 469f83b..bb03e6b 100644 --- a/src/lib/components/Screenshot/Screenshot.svelte +++ b/src/lib/components/Screenshot/Screenshot.svelte @@ -38,7 +38,7 @@ {screenshot?.label}

-

Click outside the frame to close

+

Cliquez en dehors du cadre pour fermer

{/if} diff --git a/src/lib/data/projects.ts b/src/lib/data/projects.ts index e67f863..3e9f589 100644 --- a/src/lib/data/projects.ts +++ b/src/lib/data/projects.ts @@ -20,29 +20,17 @@ export const items: Array = [ type: 'Application de gestion de tuteurs', screenshots: [ { - label: 'screen 1', - src: 'https://images.unsplash.com/photo-1587620962725-abab7fe55159?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cHJvZ3JhbW1pbmd8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=500&q=60' + label: 'Page d\'ajout d\'une séance', + src: 'screenshots/mimir/ajout-seance.png' }, { - label: '2', - src: 'https://images.unsplash.com/photo-1516116216624-53e697fedbea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8cHJvZ3JhbW1pbmd8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=500&q=60' + label: 'Page de gestion des comptes', + src: 'screenshots/mimir/gestion-comptes.png' }, { - label: '3', - src: 'https://images.unsplash.com/photo-1537432376769-00f5c2f4c8d2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fHByb2dyYW1taW5nfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60' + label: 'Page de connexion à l\'application mobile', + src: 'screenshots/mimir/app-connexion.png' }, - { - label: '4', - src: 'https://images.unsplash.com/photo-1542903660-eedba2cda473?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fHByb2dyYW1taW5nfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60' - }, - { - label: '5', - src: 'https://images.unsplash.com/photo-1619410283995-43d9134e7656?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fHByb2dyYW1taW5nfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60' - }, - { - label: '6', - src: 'https://images.unsplash.com/photo-1585079542156-2755d9c8a094?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTd8fHByb2dyYW1taW5nfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60' - } ] }, { diff --git a/static/screenshots/mimir/ajout-seance.png b/static/screenshots/mimir/ajout-seance.png new file mode 100644 index 0000000..a56f978 Binary files /dev/null and b/static/screenshots/mimir/ajout-seance.png differ diff --git a/static/screenshots/mimir/app-connexion.png b/static/screenshots/mimir/app-connexion.png new file mode 100644 index 0000000..a462e31 Binary files /dev/null and b/static/screenshots/mimir/app-connexion.png differ diff --git a/static/screenshots/mimir/gestion-comptes.png b/static/screenshots/mimir/gestion-comptes.png new file mode 100644 index 0000000..59065ef Binary files /dev/null and b/static/screenshots/mimir/gestion-comptes.png differ