diff options
Diffstat (limited to 'public/projects.html')
-rw-r--r-- | public/projects.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/projects.html b/public/projects.html index ec4e311..2743614 100644 --- a/public/projects.html +++ b/public/projects.html @@ -1,10 +1,10 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Joris Guyonvarch"> - <meta name="description" content="I’m a developer using functional programming. View my resume and projects."> + <meta name="description" content="I am a developer using functional programming. View my resume and projects."> <title>Joris Guyonvarch</title> <link rel="stylesheet" href="style.css" /> <link rel="icon" href="icon.png" /> @@ -12,7 +12,7 @@ <body> <header class="g-Header"> - <a href="index.html" class="g-Header__Link ">Resume</a> + <a href="/" class="g-Header__Link ">Resume</a> <a href="projects.html" class="g-Header__Link g-Header__Link--Current">Projects</a> </header> |