-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (36 loc) · 2.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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Développeur Front-End basé sur Liège.">
<meta name="keywords" content="arnaud, delante, arnaud delante, axiol, front end, front-end, liège">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600|Playfair+Display:700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ed3182">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<title>Arnaud Delante - Développeur Front-End</title>
</head>
<body>
<div class="📦">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200.17 135" class="🐱"><path class="😼" d="M132.67,28.44a39.06,39.06,0,0,1,0,78.12H113.22V59.11A54.11,54.11,0,0,0,5,59.11v57.35a13.54,13.54,0,0,0,27.08,0v-9.9h27"/><path class="😺" d="M113.63,5h19a62.5,62.5,0,0,1,0,125H102.44a16.29,16.29,0,0,1-16.3-16.29V59.11a27,27,0,0,0-54.06,0V79.89h27"/></svg>
<h1 class="📄 💥">Salut. Moi c'est Arnaud.</h1>
<h2 class="📑 📃 💥">Je suis développeur front-end du coin de Liège.</h2>
<nav>
<ul class="🎊 💥">
<li class="🎉"><a class="🧨" href="https://twitter.com/axiol">twitter.com<span class="🎈">/axiol</span></a></li>
<li class="🎉"><a class="🧨" href="https://github.com/axiol">github.com<span class="🎈">/axiol</span></a></li>
<li class="🎉"><a class="🧨" href="https://codepen.io/axiol">codepen.io<span class="🎈">/axiol</span></a></li>
</ul>
</nav>
<p class="🏷️ 💥">Made with 🍿</p>
</div>
<script src="./script.js"></script>
</body>
</html>