diff --git a/docs/hugo_lamy_cv_2024_en.pdf b/docs/hugo_lamy_cv_2024_en.pdf new file mode 100644 index 0000000..0bd2672 Binary files /dev/null and b/docs/hugo_lamy_cv_2024_en.pdf differ diff --git a/docs/hugo_lamy_cv_2024.pdf b/docs/hugo_lamy_cv_2024_fr.pdf similarity index 100% rename from docs/hugo_lamy_cv_2024.pdf rename to docs/hugo_lamy_cv_2024_fr.pdf diff --git a/index.html b/index.html index 1553ee3..189ea75 100644 --- a/index.html +++ b/index.html @@ -36,8 +36,15 @@ - + + @@ -65,16 +72,25 @@

méthodique, inventif, curieux - méthodique, inventif, curieux + methodical, inventive, curious

@@ -89,10 +105,8 @@ hide the CV - - télécharger en pdf - download in pdf - + télécharger en pdf + download in pdf

COMPÉTENCES SKILLS @@ -112,21 +126,21 @@
  • Autres : magie, vélo, noeuds, mathématiques, politique - Other : magie, vélo, noeuds, mathématiques, politique + Other : magic, bicycle, knots, mathematics, politic
  • EXPÉRIENCES - EXPÉRIENCES + WORK EXPERIENCES

    FORMATION INFORMATIQUE - FORMATION INFORMATIQUE + COMPUTER SCIENCE EDUCATION

    FORMATION ARCHITECTURE - FORMATION ARCHITECTURE + ARCHITECTURE EDUCATION

    ENGAGEMENT ASSOCIATIF - ENGAGEMENT ASSOCIATIF + VOLUNTEER WORK

    @@ -208,11 +222,20 @@

    diff --git a/styles/elements/language.css b/styles/elements/language.css index 012d666..cb44402 100644 --- a/styles/elements/language.css +++ b/styles/elements/language.css @@ -1,6 +1,10 @@ label#language_label { position: fixed; - margin: 100px; + top: 20px; + right: 20px; + padding: 10px; + cursor: pointer; + z-index: 1; } input#language { display: none; @@ -9,36 +13,36 @@ input#language { /* -when not checked +* FR */ input#language:not(:checked) + label #fr { display: inline; } -input#language:not(:checked) + label #en { - display: none; -} -input#language:not(:checked) ~ * span.en { - display: inline; -} -input#language:not(:checked) ~ * span.fr { - display: none; -} - - - -/* -when checked -*/ input#language:checked + label #fr { display: none; } -input#language:checked + label #en { - display: inline; -} -input#language:checked ~ * span.en { +input#language:not(:checked) ~ * span.fr { display: none; } input#language:checked ~ * span.fr { display: inline; } + + +/* +* EN +*/ +input#language:not(:checked) + label #en { + display: none; +} +input#language:checked + label #en { + display: inline; +} +input#language:not(:checked) ~ * span.en { + display: inline; +} +input#language:checked ~ * span.en { + display: none; +} +