diff options
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)$ |