-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<title>Guillaume Mathieu</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="https://gmathieu.com/favicon.ico" />
<link rel="stylesheet" href="css/global.css" />
<link href="https://fonts.cdnfonts.com/css/graphik" rel="stylesheet" />
</head>
<body>
<hgroup id="home-title-wrapper">
<h1 id="home-title">About Me</h1>
</hgroup>
<nav id="home-nav">
<ul>
<li class="home-nav-item">
<a href="https://github.com/gmathieu" title="Visit Github porfile"
>Github
</a>
</li>
<li class="home-nav-item">
<a
href="https://www.linkedin.com/in/gmathieu"
title="Visit LinkedIn profile"
>LinkedIn</a
>
</li>
<li class="home-nav-item">
<a
href="https://www.twitter.com/frenchlover"
title="Visit Twitter stream"
>Twitter</a
>
</li>
</ul>
</nav>
</body>
</html>