From 13b760acb86384afccc24ec6860e523ad91567f4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Dec 2021 14:46:02 +0100 Subject: [PATCH] =?UTF-8?q?chgt=20contenus=20L=C3=A9a=20Jean?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/experience.json | 11 +- data/services.json | 16 +- data/sidebar.json | 8 +- data/skills.json | 15 +- layouts/partials/contact.html | 14 +- public/index.html | 92 ++++--- static/css/highlight.css | 1 + static/css/styles.css | 440 +++++++++++++++++++++++++++++++++ static/css/styles.css.map | 9 + static/css/styles.scss | 448 ++++++++++++++++++++++++++++++++++ static/images/sim.jpg | Bin 0 -> 31575 bytes static/js/main.js | 69 ++++++ 12 files changed, 1062 insertions(+), 61 deletions(-) create mode 100644 static/css/highlight.css create mode 100644 static/css/styles.css create mode 100644 static/css/styles.css.map create mode 100644 static/css/styles.scss create mode 100644 static/images/sim.jpg create mode 100644 static/js/main.js diff --git a/data/experience.json b/data/experience.json index 627a2a0..1d36af2 100644 --- a/data/experience.json +++ b/data/experience.json @@ -1,15 +1,16 @@ { - "title" : "Experience", + "title" : "Expérience", "experience" : [ { "timeperiod" : "May 2017 - Nov 2017", - "company" : "Uber", - "website": "https://www.uber.com", + "company" : "DUT Génie Mécanique", + "website": "", "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " }, { - "timeperiod" : "Nov 2017 - Present", - "company" : "Google", + "timeperiod" : "Août 2021 - Present", + "company" : "Fablab - IUT de l'Université Bordeaux", + "website": "https://projets.cohabit.fr/redmine/", "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " } ] diff --git a/data/services.json b/data/services.json index 7dd201a..7fa4fe4 100644 --- a/data/services.json +++ b/data/services.json @@ -1,14 +1,24 @@ { - "title" : "Services", + "title" : "Projets", "services" : [ { "icon" : "pencil-ruler", - "title" : "Logo Design", + "title" : "Impression 3D", "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " }, { "icon" : "pen-nib", - "title" : "Graphics Design", + "title" : "Scanner 3D", + "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " + }, + { + "icon" : "pen-nib", + "title" : "Fraiseuse numérique", + "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " + }, + { + "icon" : "pen-nib", + "title" : "Découpeuse Laser", "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. " } ] diff --git a/data/sidebar.json b/data/sidebar.json index 5e56a22..97bdd1a 100644 --- a/data/sidebar.json +++ b/data/sidebar.json @@ -1,6 +1,6 @@ { - "title" : "hey world, i'm", - "highlightedText" : "valentina", - "description" : "A graphics designer, based in Germany.", - "displayPicture" : "sim.jpg" + "title" : "Bonjour, mon nom est", + "highlightedText" : "Léa jean", + "description" : "Etudiante en fin de service civique, bientôt disponible pour concrétiser vos prototypes de fabrication numérique.", + "displayPicture" : "" } diff --git a/data/skills.json b/data/skills.json index af51803..6ee7320 100644 --- a/data/skills.json +++ b/data/skills.json @@ -1,9 +1,12 @@ { - "title" : "Skills", + "title" : "Compétences", "skills" : { - "Sketch" : "90", - "Adobe XD" : "80", - "Illustrator" : "65", - "Photoshop" : "97" + "Lire et questionner un cahier des charges initial" : "75", + "Choisir les solutions techniques les mieux adaptées aux contraintes de réalisation" : "65", + "Mettre en œuvre les outils métiers pour produire une solution complexe optimale" : "70", + "Élaborer un dossier technique exhaustif pour des pièces/systèmes complexes" : "85" } -} \ No newline at end of file +} + + + diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 4fa30e6..23bb420 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -11,20 +11,20 @@
- - + +
- - + +
- - + +
- +
diff --git a/public/index.html b/public/index.html index 5c0b43a..af41d29 100644 --- a/public/index.html +++ b/public/index.html @@ -71,10 +71,10 @@