-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.21 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Simon Goumaz</title>
<meta name="author" content="Simon Goumaz">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="main-container">
<div id="main">
<ul id="links">
<li><a href="https://attentif.ch" title="attentif : atelier" class="icon-alone">
<span aria-hidden="true" data-icon="Ñ"></span>
<span class="screen-reader-text">attentif : atelier</span>
</a></li>
<li><a href="https://github.com/sgoumaz" title="GitHub" class="icon-alone">
<span aria-hidden="true" data-icon="U"></span>
<span class="screen-reader-text">GitHub</span>
</a></li>
<li><a href="https://www.linkedin.com/pub/simon-goumaz/1/11b/414" title="LinkedIn" class="icon-alone">
<span aria-hidden="true" data-icon="T"></span>
<span class="screen-reader-text">LinkedIn</span>
</a></li>
</ul>
</div>
</div>
<div id="background-container">
<img id="background" src="ar-du-tsan.jpg" alt="Lever de soleil sur l'Ar du Tsan">
</div>
</body>
</html>