aboutsummaryrefslogtreecommitdiff
path: root/fr/index.html
diff options
context:
space:
mode:
authorJoris2019-05-04 19:21:29 +0200
committerJoris2019-05-04 19:21:32 +0200
commita7c001d33e09211a95b0f29caffe2d5780ccf0e0 (patch)
treeb953c892497185cbc7ebc2fbbadab89991ddbc5e /fr/index.html
parent23f04635cc26e1b0553088f28553f518488a9fc8 (diff)
Translate to english
Put aside french translation, it will be considered afterward to show a french version along the english version. For now, the page will be english only.
Diffstat (limited to 'fr/index.html')
-rw-r--r--fr/index.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/fr/index.html b/fr/index.html
new file mode 100644
index 0000000..960bc30
--- /dev/null
+++ b/fr/index.html
@@ -0,0 +1,66 @@
+<section class="Section__Container">
+
+ <h1 class="Resume__NameAndPrint Section__Title">
+ Joris Guyonvarch
+
+ <a class="Resume__Print" href="cv.pdf" target="_blank">
+ $partial("templates/icons/printer.svg")$
+ </a>
+ </h1>
+
+ <a class="Resume__GitLabLink IconLink__Link" href="https://gitlab.com/guyonvarch">
+ <span class="IconLink__Icon">
+ $partial("templates/icons/gitlab.svg")$
+ </span>
+ guyonvarch
+ </a>
+
+</section>
+
+<section class="Section__Container">
+
+ <h1 class="Section__Title">Expérience</h1>
+
+ <ul class="Section__Entries">
+ $for(experience)$
+ $body$
+ $endfor$
+ </ul>
+
+</section>
+
+<section class="Section__Container">
+
+ <h1 class="Section__Title">Études</h1>
+
+ <ul class="Section__Entries">
+ $for(education)$
+ $body$
+ $endfor$
+ </ul>
+
+</section>
+
+<section class="Section__Container">
+
+ <h1 class="Section__Title">Compétences</h1>
+
+ <ul class="Section__Entries">
+ $for(skills)$
+ $body$
+ $endfor$
+ </ul>
+
+</section>
+
+<section class="Section__Container">
+
+ <h1 class="Section__Title">Intérêts</h1>
+
+ <ul class="Section__Entries">
+ $for(hobbies)$
+ $body$
+ $endfor$
+ </ul>
+
+</section>