diff options
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} |