diff --git a/pages/_data/resume.json b/pages/_data/resume.json index 558fcb9..9a0b450 100755 --- a/pages/_data/resume.json +++ b/pages/_data/resume.json @@ -10,17 +10,17 @@ { "contact": "laurentfainsin@protonmail.com", "url": "mailto:laurentfainsin@protonmail.com", - "icon": "far fa-envelope" + "icon": "fa fa-envelope-o" }, { "contact": "+33781492838", "url": "https://signal.org/", - "icon": "fas fa-phone" + "icon": "fa fa-phone" }, { "contact": "Brest, France", "url": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601", - "icon": "fas fa-location-arrow" + "icon": "fa fa-location-arrow" } ], @@ -28,17 +28,17 @@ { "network": "laurent-fainsin", "url": "https://www.linkedin.com/in/laurent-fainsin/", - "icon": "fab fa-linkedin-in" + "icon": "fa fa-linkedin" }, { "network": "Laurent2916", "url": "https://github.com/Laurent2916", - "icon": "fab fa-github" + "icon": "fa fa-github" }, { "network": "@fainsil:inpt.fr", "url": "https://matrix.to/#/@fainsil:inpt.fr", - "icon": "far fa-comments" + "icon": "fa fa-matrix-org" } ], @@ -117,16 +117,6 @@ }, "skills": [ - { - "name": "Web Development", - "level": "intermediate", - "tags": [ - "HTML5", - "CSS3", - "JavaScript", - "11ty.js" - ] - }, { "name": "General Softwares", "level": "advanced", @@ -138,6 +128,16 @@ "Excel" ] }, + { + "name": "Web Development", + "level": "intermediate", + "tags": [ + "HTML5", + "CSS3", + "JavaScript", + "11ty.js" + ] + }, { "name": "Scientific Computing", "level": "intermediate", @@ -145,6 +145,15 @@ "Numpy", "Matlab" ] + }, + { + "name": "Licenses", + "level": "french", + "tags": [ + "AM", + "B", + "B1" + ] } ], @@ -172,11 +181,6 @@ "title": "r/privacy", "type": "website", "url": "https://www.reddit.com/r/privacy" - }, - { - "title": "Competitive Programming (3rd ed.)", - "type": "website", - "url": "https://cpbook.net/" } ], @@ -271,19 +275,19 @@ "icon": "devicon-python-plain" }, { - "language": "C", - "level": "beginner", - "icon": "devicon-c-plain" + "language": "Java", + "level": "intermediate", + "icon": "devicon-java-plain" }, { - "language": "Rust.rs", + "language": "Rust", "level": "beginner", "icon": "devicon-rust-plain" }, { - "language": "Java", + "language": "C", "level": "beginner", - "icon": "devicon-java-plain" + "icon": "devicon-c-plain" } ], diff --git a/pages/_data/resume_fr.json b/pages/_data/resume_fr.json index ac2ed53..8a169d2 100755 --- a/pages/_data/resume_fr.json +++ b/pages/_data/resume_fr.json @@ -10,17 +10,17 @@ { "contact": "laurentfainsin@protonmail.com", "url": "mailto:laurentfainsin@protonmail.com", - "icon": "far fa-envelope" + "icon": "fa fa-envelope-o" }, { "contact": "+33781492838", "url": "https://signal.org/", - "icon": "fas fa-phone" + "icon": "fa fa-phone" }, { "contact": "Brest, France", "url": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601", - "icon": "fas fa-location-arrow" + "icon": "fa fa-location-arrow" } ], @@ -28,17 +28,17 @@ { "network": "laurent-fainsin", "url": "https://www.linkedin.com/in/laurent-fainsin/", - "icon": "fab fa-linkedin-in" + "icon": "fa fa-linkedin" }, { "network": "Laurent2916", "url": "https://github.com/Laurent2916", - "icon": "fab fa-github" + "icon": "fa fa-github" }, { "network": "@fainsil:inpt.fr", "url": "https://matrix.to/#/@fainsil:inpt.fr", - "icon": "far fa-comments" + "icon": "fa fa-matrix-org" } ], @@ -117,16 +117,6 @@ }, "skills": [ - { - "name": "Développement web", - "level": "intermédiaire", - "tags": [ - "HTML5", - "CSS3", - "JavaScript", - "11ty.js" - ] - }, { "name": "Bureautique", "level": "avancé", @@ -138,6 +128,16 @@ "Excel" ] }, + { + "name": "Développement web", + "level": "intermédiaire", + "tags": [ + "HTML5", + "CSS3", + "JavaScript", + "11ty.js" + ] + }, { "name": "Calcul scientifique", "level": "intermédiaire", @@ -145,6 +145,14 @@ "Numpy", "Matlab" ] + }, + { + "name": "Permis", + "tags": [ + "AM", + "B", + "B1" + ] } ], @@ -172,11 +180,6 @@ "title": "r/privacy", "type": "website", "url": "https://www.reddit.com/r/privacy" - }, - { - "title": "Competitive Programming (3rd ed.)", - "type": "website", - "url": "https://cpbook.net/" } ], @@ -271,19 +274,19 @@ "icon": "devicon-python-plain" }, { - "language": "C", - "level": "débutant", - "icon": "devicon-c-plain" + "language": "Java", + "level": "intermédiaire", + "icon": "devicon-java-plain" }, { - "language": "Rust.rs", + "language": "Rust", "level": "débutant", "icon": "devicon-rust-plain" }, { - "language": "Java", + "language": "C", "level": "débutant", - "icon": "devicon-java-plain" + "icon": "devicon-c-plain" } ], diff --git a/pages/css/resume.css b/pages/css/resume.css index 46ac669..95061cf 100755 --- a/pages/css/resume.css +++ b/pages/css/resume.css @@ -41,7 +41,8 @@ li.event { display: inline; border-bottom: 2px #942994 solid; border-radius: 0.2em; - margin: .3em .3em 1em 0; + margin-right: .3em; + font-size: 17px; } small { @@ -64,7 +65,7 @@ section > a { section > p { padding-left: 1em; margin: 0; - margin-bottom: 0.4em; + margin-bottom: 0.2em; } section > h3 { margin-bottom: .3em; @@ -89,19 +90,24 @@ h2 { } body { - margin: 5em; - font-size: 11px; + margin: 2em; + font-size: 13px; } li.event { border-left: 2px black solid; } - a { - color: black; + .tag { + font-size: 10px; } - header, footer, .btn-back, section > a { + a { + color: black; + text-decoration: none; + } + + header, footer, .btn-back, a.fa { display: none; } } \ No newline at end of file diff --git a/pages/index.njk b/pages/index.njk index aa2a65b..e9ef3e6 100755 --- a/pages/index.njk +++ b/pages/index.njk @@ -25,9 +25,4 @@ layout: layout.njk - -
- -

./ePortfolio

-

If you want to take a look at the ePortfolio I had to make during my studies, it's here. It's basically my resume with a navigation bar and a couple other ressources, but whatever.

+ \ No newline at end of file diff --git a/pages/matrix.svg b/pages/matrix.svg new file mode 100644 index 0000000..5bc3790 --- /dev/null +++ b/pages/matrix.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + \ No newline at end of file diff --git a/pages/resume/fr.njk b/pages/resume/fr.njk index 5de4a1f..a1463b3 100644 --- a/pages/resume/fr.njk +++ b/pages/resume/fr.njk @@ -13,7 +13,7 @@ username: Laureηt - + @@ -31,15 +31,19 @@ username: Laureηt

{{ resume_fr.name }} ({{ resume_fr.info.label }})

{{ resume_fr.info.about }}

+
+

Projets scolaires

{% for project in resume_fr.school_projects %}

{{ project.title }}

{{ project.description }}

- rapport.pdf + rapport
{% endfor %} +
+

Projets personnels

{% for project in resume_fr.personnal_projects %}
@@ -48,6 +52,8 @@ username: Laureηt
{% endfor %} +
+

Lecture

+
+

Centres d'intérêt

{% for interest in resume_fr.interests %}
@@ -86,6 +94,8 @@ username: Laureηt {% endfor %} +
+

Socials

+
+

Education

+
+

Compétences