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 /templates | |
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 'templates')
-rw-r--r-- | templates/layout.html | 6 | ||||
-rw-r--r-- | templates/layout.tex | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/layout.html b/templates/layout.html index 18a3817..aabe2b8 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="fr"> +<html> <head> <meta charset="utf-8"> @@ -8,7 +8,7 @@ <meta name="description" content="I’m a developer using functional programming. View my resume and projects."> <title>Joris Guyonvarch</title> <link rel="stylesheet" href="/style.css" /> - <link rel="icon" href="/assets/icon.png"> + <link rel="icon" href="/assets/icon.png" /> </head> <body> @@ -21,7 +21,7 @@ <a href="/projects.html" class="Header__Link $if(isProjects)$Header__LinkCurrent$endif$"> <div class="Header__Icon">$partial("templates/icons/code.svg")$</div> - Projets + Projects </a> </header> diff --git a/templates/layout.tex b/templates/layout.tex index e49ea84..320dee7 100644 --- a/templates/layout.tex +++ b/templates/layout.tex @@ -76,7 +76,7 @@ \centering {\Huge Joris Guyonvarch} \\ \vspace{0.2cm} - {\Large Développeur} \\ + {\Large Developer} \\ \end{minipage} \begin{minipage}[t]{0.4\textwidth} \begin{flushright} |