-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (146 loc) · 9.5 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NLW eSports</title>
<link rel="stylesheet" href="./styles.css">
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css"
/>
</head>
<body>
<header>
<div>
<img src="https://github.com/GeovaneAM7.png"
alt="Foto do GitHub do usuario Geovane Macedo">
</div>
</header>
<main>
<section>
<div>
<h2>MEUS JOGOS</h2>
<p>Os games que mais curto jogar!</p>
<div class="swiper mySwiper">
<ul class="games-list swiper-wrapper">
<li class="swiper-slide">
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Mobile%20Legends%3A%20Bang%20Bang">
<img src="https://static-cdn.jtvnw.net/ttv-boxart/494184_IGDB-144x192.jpg" alt="Imagem do jogo Mobile Legends">
<!-- target="_blank" abre uma nova aba ao clicar no link -->
</a>
</li>
<li class="swiper-slide">
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Elden%20Ring">
<img src="https://static-cdn.jtvnw.net/ttv-boxart/512953_IGDB-144x192.jpg" alt="Imagem do jogo Elden Ring">
</a>
</li>
<li class="swiper-slide">
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Stardew%20Valley">
<img src="https://static-cdn.jtvnw.net/ttv-boxart/490744_IGDB-144x192.jpg" alt="Imagem do jogo Stardew Valley">
</a>
</li>
<li class="swiper-slide">
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Pok%C3%A9mon%20Omega%20Ruby%2FAlpha%20Sapphire">
<img src="https://static-cdn.jtvnw.net/ttv-boxart/460327-144x192.jpg" alt="Imagem do jogo Pokemon ORAS 3DS">
</a>
</li>
</ul> <!-- <ul> contém a lista de jogos com 4 elementos <li> -->
</div>
</div>
</section> <!--jogos-->
<section>
<div>
<h2>CANAIS & STREAMERS</h2>
<p>Lista de canais e transmissões que acompanho!</p>
<ul class="channel-list">
<li>
<a
target="_blank"
href="https://www.twitch.tv/dilera">
<img src="https://static-cdn.jtvnw.net/jtv_user_pictures/e80bff37-09c1-46f0-abf7-e72683dab442-profile_image-150x150.png" alt="Imagem do Dilera">
<!-- target="_blank" abre uma nova aba ao clicar no link -->
</a>
</li>
<li>
<a
target="_blank"
href="https://www.twitch.tv/alanzoka">
<img src="https://static-cdn.jtvnw.net/jtv_user_pictures/64d44235-1dee-4bca-95da-bee1ee96eea3-profile_image-150x150.png" alt="Imagem do Alanzoka">
</a>
</li>
<li>
<a
target="_blank"
href="https://www.twitch.tv/canaltaticads">
<img src="https://static-cdn.jtvnw.net/jtv_user_pictures/e35f5f70-f82a-4301-ae8f-5ee32dc6d63b-profile_image-150x150.png" alt="Imagem do TaticaDS">
</a>
</li>
</ul> <!-- <ul> contém a lista de jogos com 3 elementos <li> -->
</div>
</section> <!--Canais e streamers-->
<section>
<div>
<h2>MINHAS REDES</h2>
<p>Conecte-se comigo agora mesmo.</p>
<ul class="channel-list">
<li>
<a
target="_blank"
href="https://www.instagram.com/geovanemacedo07/">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 21C18.7614 21 21 18.7614 21 16C21 13.2386 18.7614 11 16 11C13.2386 11 11 13.2386 11 16C11 18.7614 13.2386 21 16 21Z" stroke="#FA41FE" stroke-width="2" stroke-miterlimit="10"/>
<path d="M21.5 4.5H10.5C7.18629 4.5 4.5 7.18629 4.5 10.5V21.5C4.5 24.8137 7.18629 27.5 10.5 27.5H21.5C24.8137 27.5 27.5 24.8137 27.5 21.5V10.5C27.5 7.18629 24.8137 4.5 21.5 4.5Z" stroke="#FA41FE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22.5 11C23.3284 11 24 10.3284 24 9.5C24 8.67157 23.3284 8 22.5 8C21.6716 8 21 8.67157 21 9.5C21 10.3284 21.6716 11 22.5 11Z" fill="#FA41FE"/>
</svg>
</a>
</li>
<li>
<a
target="_blank"
href="https://www.youtube.com/user/zulupowerfc">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 16L14 12V20L20 16Z" stroke="#F40000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 16C3 19.725 3.3875 21.9 3.675 23.025C3.75427 23.3302 3.90418 23.6126 4.11262 23.8493C4.32106 24.0859 4.58221 24.2703 4.875 24.3875C9.0625 25.9875 16 25.95 16 25.95C16 25.95 22.9375 25.9875 27.125 24.3875C27.4178 24.2703 27.6789 24.0859 27.8874 23.8493C28.0958 23.6126 28.2457 23.3302 28.325 23.025C28.6125 21.9 29 19.725 29 16C29 12.275 28.6125 10.1 28.325 8.975C28.2457 8.66975 28.0958 8.38741 27.8874 8.15074C27.6789 7.91407 27.4178 7.7297 27.125 7.6125C22.9375 6.0125 16 6.05 16 6.05C16 6.05 9.0625 6.0125 4.875 7.6125C4.58221 7.7297 4.32106 7.91407 4.11262 8.15074C3.90418 8.38741 3.75427 8.66975 3.675 8.975C3.3875 10.1 3 12.275 3 16Z" stroke="#F40000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</li>
<li>
<a
target="_blank"
href="https://www.twitch.tv/geovaneam">
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2824 25H15.8426C15.6011 25.0001 15.3678 25.0844 15.1852 25.2375L9.28125 30V25H6.1875C5.914 25 5.65169 24.8946 5.4583 24.7071C5.2649 24.5196 5.15625 24.2652 5.15625 24V6C5.15625 5.73478 5.2649 5.48043 5.4583 5.29289C5.65169 5.10536 5.914 5 6.1875 5H26.8125C27.086 5 27.3483 5.10536 27.5417 5.29289C27.7351 5.48043 27.8438 5.73478 27.8438 6V19.5375C27.8417 19.6832 27.8072 19.8267 27.7427 19.9583C27.6782 20.0899 27.5851 20.2065 27.4699 20.3L21.9398 24.7625C21.7572 24.9156 21.5239 24.9999 21.2824 25V25Z" stroke="#9A35FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21.6562 11V17" stroke="#9A35FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.4688 11V17" stroke="#9A35FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</li>
</ul>
</div>
</section> <!--minhas redes-->
</main>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
new Swiper(".mySwiper", {
slidesPerView: 3,
loop: true,
});
</script>
</body>
</html>