-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (87 loc) · 4.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="it">
<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">
<title>LimbiGames - Limbi - Streamer</title>
<meta name="description" content="Gianluca, detto Limbi. Streamer. Videogiocatore da tutta la vita. Appassionato di tecnologia. Metalhead. Programmatore. Vecchio dentro.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<link rel="stylesheet" href="/assets/reset.css">
<link rel="stylesheet" href="/assets/style.css">
<script src="https://kit.fontawesome.com/c40ac4db70.js" crossorigin="anonymous"></script>
</head>
<body>
<!--
La scena si svolge in un bosco. Piove.
L'uccellino nasce sotto al fungo.
L'uccellino dice al fungo:
"Ma che bello essere nato sotto di te,
così mi copri dalla pioggia! Ma dimmi,
sei un ombrello o fungi solo da ombrello?"
Il fungo risponde:
"Fungo."
🍄
-->
<div id="content">
<figure id="profile-picture">
<img src="/assets/profile-limbi.jpg" alt="LimbiGames" width="160" height="160" />
</figure>
<h1>LimbiGames</h1>
<p>Gianluca, detto Limbi. Videogiocatore da tutta la vita. Appassionato di tecnologia. Metalhead. Programmatore. Vecchio dentro.</p>
<div id="links">
<div class="link twitch">
<a href="https://www.twitch.tv/limbigames">
<span class="fa-brands fa-twitch fa-fw"></span>
<span>Twitch</span>
<span class="fa-solid fa-arrow-up-right-from-square"></span>
</a>
<p>Live ogni Lunedì, Martedì, Mercoledì, Giovedì sera e Sabato pomeriggio. Orari aggiornati su Discord e Telegram.</p>
</div>
<div class="link telegram">
<a href="https://t.me/+jDuNwTzW7bdhMDdk">
<span class="fa-brands fa-telegram fa-fw"></span>
<span>Gruppo Telegram</span>
<span class="fa-solid fa-arrow-up-right-from-square"></span>
</a>
<p>Chat aperta e libera, informale e chill. Il modo migliore per restare sempre in contatto!</p>
</div>
<div class="link telegram">
<a href="https://t.me/LimbiGames">
<span class="fa-brands fa-telegram fa-fw"></span>
<span>Canale Telegram</span>
<span class="fa-solid fa-arrow-up-right-from-square"></span>
</a>
<p>Canale unidirezionale, niente spam, solo aggiornamenti, notifiche e comunicazioni importanti.</p>
</div>
<div class="link instagram">
<a href="https://www.instagram.com/limbigames/">
<span class="fa-brands fa-instagram fa-fw"></span>
<span>Instagram</span>
<span class="fa-solid fa-arrow-up-right-from-square"></span>
</a>
<p>Flex delle mie action figure, qualche contenuto speciale, e le comunicazioni più importanti.</p>
</div>
<div class="link discord">
<a href="https://discord.gg/Bsr4nfUM8u">
<span class="fa-brands fa-discord fa-fw"></span>
<span>Discord</span>
<span class="fa-solid fa-arrow-up-right-from-square"></span>
</a>
<p>Tutte le comunicazioni ufficiali, le discussioni strutturate, le chiacchiere nei canali vocali.</p>
</div>
<!-- <div class="link youtube">
<a href="">
<span class="fa-brands fa-youtube fa-fw"></span>
<span>YouTube</span>
<span class="fa-solid fa-arrow-up-right-from-square"></span>
</a>
<p>???</p>
</div> -->
</div>
</div>
<!-- <script src="/assets/script.js"></script> -->
</body>
</html>