-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 2.83 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Saterz's website</title>
<link rel="icon" type="image/x-icon" href="/pictures/icone.ico">
<meta name="description" content="Site de Saterz">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/bfa978807b.js" crossorigin="anonymous"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CMPKHBNH4B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CMPKHBNH4B');
</script>
</head>
<body>
<header>
<h1 id="titre_principale">Saterz's Website</h1>
</header>
<section class="hero">
<h2 class="titres">Bienvenue sur le meilleur site web d'internet</h2>
<p>On est censé mettre quoi ici ?</p>
</section>
<section class="about">
<h2 class="titres">À propos de moi</h2>
<br>
<p>Je m'appelle Ilan j'ai 14 ans et je suis en 2nde.</p>
<p>Je provient des Antilles Française. Je parle Français, Anglais et un petit peu de Creöle <p class="spoiler">(counia manmanw)</p>.</p>
<p>J'adore l'informatique, la musique, les livres (je vous conseille de lire Hunger Games) et les jeux vidéo.</p>
</section>
<section class="about">
<h2 class="titres">Mes réseaux :</h2>
<br>
<a href="https://steamcommunity.com/profiles/76561199196124877/" class="reseaux"><i class="fa-brands fa-steam fa-2xl"></i></a>
<a href="https://www.youtube.com/channel/UCmDDgiqASqBW7R-6VyZEMOg" class="reseaux"><i class="fa-brands fa-youtube fa-2xl"></i></a>
<a href="https://open.spotify.com/user/nrba59p1hsbyx09hfwa3y6z0w?si=eeccb2637c1d4ec4" class="reseaux"><i class="fa-brands fa-spotify fa-2xl"></i></a>
<a href="https://twitter.com/Saterz_" class="reseaux"><i class="fa-brands fa-x-twitter fa-2xl"></i></a>
<a href="https://www.twitch.tv/saterz_" class="reseaux"><i class="fa-brands fa-twitch fa-2xl"></i></a>
<a href="https://www.reddit.com/u/Intrepid_Definition5" class="reseaux"><i class="fa-brands fa-reddit-alien fa-2xl"></i></a>
<a href="https://discordapp.com/users/655805199801385007" class="reseaux"><i class="fa-brands fa-discord fa-2xl"></i></a>
<a href="https://www.tiktok.com/@saterz_" class="reseaux"><i class="fa-brands fa-tiktok fa-2xl"></i></a>
<a href="https://www.threads.net/@saterz" class="reseaux"><i class="fa-brands fa-threads fa-2xl"></i></a>
</section>
<footer>
<p id="copyright">© 2023 Saterz</p><a href="https://github.com/Saterz/saterz.github.io" target="_blank" id="opensource">Source on GitHub</a>
</footer>
</body>
</html>