diff options
author | Joris | 2019-05-04 19:21:29 +0200 |
---|---|---|
committer | Joris | 2019-05-04 19:21:32 +0200 |
commit | a7c001d33e09211a95b0f29caffe2d5780ccf0e0 (patch) | |
tree | b953c892497185cbc7ebc2fbbadab89991ddbc5e /index.html | |
parent | 23f04635cc26e1b0553088f28553f518488a9fc8 (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 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,7 +19,7 @@ <section class="Section__Container"> - <h1 class="Section__Title">Expérience</h1> + <h1 class="Section__Title">Experience</h1> <ul class="Section__Entries"> $for(experience)$ @@ -31,7 +31,7 @@ <section class="Section__Container"> - <h1 class="Section__Title">Études</h1> + <h1 class="Section__Title">Educational background</h1> <ul class="Section__Entries"> $for(education)$ @@ -43,7 +43,7 @@ <section class="Section__Container"> - <h1 class="Section__Title">Compétences</h1> + <h1 class="Section__Title">Skills</h1> <ul class="Section__Entries"> $for(skills)$ @@ -55,7 +55,7 @@ <section class="Section__Container"> - <h1 class="Section__Title">Intérêts</h1> + <h1 class="Section__Title">Hobbies</h1> <ul class="Section__Entries"> $for(hobbies)$ |