-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.97 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
40
41
42
43
44
45
46
47
48
49
<!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>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.attentif.ch/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '4']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.attentif.ch/matomo.php?idsite=4&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
</body>
</html>