-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (67 loc) · 2.59 KB
/
Copy pathindex.html
File metadata and controls
76 lines (67 loc) · 2.59 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!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, ici Arnaud.</h1>
<h2 class="📑 📃 💥">Développeur front-end du coin de Liège.</h2>
<nav>
<ul class="🎊 💥">
<li class="🎉">
<a class="🧨" href="https://bsky.app/profile/arnaud.ninja"
>bsky.app<span class="🎈">/arnaud.ninja</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://www.strava.com/athletes/44343930"
>strava.com<span class="🎈">/arnaud.delante</span></a
>
</li>
</ul>
</nav>
<p class="🏷️ 💥">Made with 🍿</p>
</div>
<script src="./script.js"></script>
</body>
</html>