-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
380 lines (348 loc) · 16.8 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!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 name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meu Perfil | Ruan Freire</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body >
<header>
<div>
<img
src="https://github.com/Ruanfrm.png"
alt="Ruan Freire foto"
/>
</div>
</header>
<main>
<section>
<div>
<h2>Meus jogos</h2>
<p>Os games que eu mais curto jogar!</p>
<ul class="games-list">
<li>
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Farming%20Simulator%2019"
>
<img
src="https://static-cdn.jtvnw.net/ttv-boxart/504689_IGDB-144x192.jpg"
alt="Imagem do jogo Farming Simulator 19"
/>
</a>
</li>
<li>
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Grand%20Theft%20Auto%20V"
>
<img
src="https://static-cdn.jtvnw.net/ttv-boxart/32982_IGDB-144x192.jpg"
alt="Imagem do jogo Grand Theft Auto V
"
/>
</a>
</li>
<li>
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Counter-Strike%3A%20Global%20Offensive"
>
<img
src="https://static-cdn.jtvnw.net/ttv-boxart/32399_IGDB-144x192.jpg"
alt="Imagem do jogo cs-go"
/>
</a>
</li>
<li>
<a
target="_blank"
href="https://www.twitch.tv/directory/game/Euro%20Truck%20Simulator%202"
>
<img
src="https://static-cdn.jtvnw.net/ttv-boxart/75467_IGDB-144x192.jpg"
alt="Imagem do jogo Euro Truck Simulator 2"
/>
</a>
</li>
</ul>
</div>
</section>
<section>
<div>
<h2>Canais e streamers</h2>
<p>Lista de canais e transmissões que não perco!</p>
<ul class="channel-list">
<li>
<a
target="_blank"
href="https://www.youtube.com/c/MWInform%C3%A1tica"
>
<img
src="https://yt3.ggpht.com/h5IqYBOpAGEO1sHI25baAdcBgJK9HGN-wUuZGXWMwEQVh6yvzIE-U_qkGeGaD7Q8KTWHK5fr7Q=s88-c-k-c0x00ffffff-no-rj"
alt="Imagemd de Cellbit"
/>
</a>
</li>
<li>
<a target="_blank" href="https://www.youtube.com/c/manualdomundo">
<img
src="https://yt3.ggpht.com/-pJxUP1wezj8SREiWAyEzlusc9_PIiMp-QBa5OAmx8w2iHvczS_Krl-MAPYIidgcFy8lpI2L4ow=s88-c-k-c0x00ffffff-no-rj"
alt="img"
/>
</a>
</li>
<li>
<a target="_blank" href="https://www.youtube.com/c/LabzStudio">
<img
src="https://yt3.ggpht.com/8wWadt6kwhxYfFrsCfjAfKYLwX0dW9Znk6m_uk2hi7-cYmx6DX2BbZDcLoewsfPGpQHjaQTl=s88-c-k-c0x00ffffff-no-rj"
alt="imagem canal Labz"
/>
</a>
</li>
</ul>
</div>
</section>
<section>
<div>
<h2>Minhas séries</h2>
<p>As séries que mais curto asssitir!</p>
<ul class="games-list">
<li>
<a
target="_blank"
href="https://embed.warezcdn.net/serie/tt4574334"
>
<img
src="https://www.themoviedb.org/t/p/w600_and_h900_bestv2/49WJfeN0moxb9IPfGn8AIqMGskD.jpg"
alt="Stranger Things"
/>
</a>
</li>
<li>
<a
target="_blank"
href="https://embed.warezcdn.net/serie/tt0903747"
>
<img
src="https://www.themoviedb.org/t/p/w600_and_h900_bestv2/30erzlzIOtOK3k3T3BAl1GiVMP1.jpg"
alt="Breaking Bad"
/>
</a>
</li>
<li>
<a
target="_blank"
href="https://embed.warezcdn.net/serie/tt4052886"
>
<img
src="https://www.themoviedb.org/t/p/w600_and_h900_bestv2/hdKxcoV5CFc3sGOmbGXDXbx1cTZ.jpg"
alt="Lucifer"
/>
</a>
</li>
<li>
<a
target="_blank"
href="https://embed.warezcdn.net/serie/tt7221388"
>
<img
src="https://www.themoviedb.org/t/p/w600_and_h900_bestv2/m7tG5E1EbywuwTsl6hq990So0Bx.jpg"
alt="Cobra Kai"
/>
</a>
</li>
</ul>
</div>
</section>
<section>
<div>
<h2>Minhas redes</h2>
<p>Se conecte comigo agora mesmo!</p>
<ul class="social-list">
<li>
<a target="_blank" href="https://www.twitch.tv/ruanfrm">
<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>
<li>
<a target="_blank" href="https://www.twitter.com/ruanfr04">
<svg
width="32"
height="32"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16 11C16 8.25003 18.3125 5.96253 21.0625 6.00003C22.0256 6.01115 22.9649 6.30018 23.7676 6.83237C24.5704 7.36457 25.2023 8.11728 25.5875 9.00003H30L25.9625 13.0375C25.7019 17.0932 23.9066 20.8975 20.9415 23.6769C17.9764 26.4562 14.0641 28.002 10 28C6 28 5 26.5 5 26.5C5 26.5 9 25 11 22C11 22 3 18 5 7.00003C5 7.00003 10 12 16 13V11Z"
stroke="#2871FF"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</a>
</li>
<li>
<a target="_blank" href="https://www.instagram.com/ruan.fr">
<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 href="https://github.com/Ruanfrm" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="32"
height="32"
viewBox="0 0 64 64"
style="fill: #fa41fe"
>
<linearGradient
id="KpzH_ttTMIjq8dhx1zD2pa_52539_gr1"
x1="30.999"
x2="30.999"
y1="16"
y2="55.342"
gradientUnits="userSpaceOnUse"
spreadMethod="reflect"
>
<stop offset="0" stop-color="#6dc7ff"></stop>
<stop offset="1" stop-color="#FA41FE"></stop>
</linearGradient>
<path
fill="url(#KpzH_ttTMIjq8dhx1zD2pa_52539_gr1)"
d="M25.008,56.007c-0.003-0.368-0.006-1.962-0.009-3.454l-0.003-1.55 c-6.729,0.915-8.358-3.78-8.376-3.83c-0.934-2.368-2.211-3.045-2.266-3.073l-0.124-0.072c-0.463-0.316-1.691-1.157-1.342-2.263 c0.315-0.997,1.536-1.1,2.091-1.082c3.074,0.215,4.63,2.978,4.694,3.095c1.569,2.689,3.964,2.411,5.509,1.844 c0.144-0.688,0.367-1.32,0.659-1.878C20.885,42.865,15.27,40.229,15.27,30.64c0-2.633,0.82-4.96,2.441-6.929 c-0.362-1.206-0.774-3.666,0.446-6.765l0.174-0.442l0.452-0.144c0.416-0.137,2.688-0.624,7.359,2.433 c1.928-0.494,3.969-0.749,6.074-0.759c2.115,0.01,4.158,0.265,6.09,0.759c4.667-3.058,6.934-2.565,7.351-2.433l0.451,0.145 l0.174,0.44c1.225,3.098,0.813,5.559,0.451,6.766c1.618,1.963,2.438,4.291,2.438,6.929c0,9.591-5.621,12.219-10.588,13.087 c0.563,1.065,0.868,2.402,0.868,3.878c0,1.683-0.007,7.204-0.015,8.402l-2-0.014c0.008-1.196,0.015-6.708,0.015-8.389 c0-2.442-0.943-3.522-1.35-3.874l-1.73-1.497l2.274-0.253c5.205-0.578,10.525-2.379,10.525-11.341c0-2.33-0.777-4.361-2.31-6.036 l-0.43-0.469l0.242-0.587c0.166-0.401,0.894-2.442-0.043-5.291c-0.758,0.045-2.568,0.402-5.584,2.447l-0.384,0.259l-0.445-0.123 c-1.863-0.518-3.938-0.796-6.001-0.806c-2.052,0.01-4.124,0.288-5.984,0.806l-0.445,0.123l-0.383-0.259 c-3.019-2.044-4.833-2.404-5.594-2.449c-0.935,2.851-0.206,4.892-0.04,5.293l0.242,0.587l-0.429,0.469 c-1.536,1.681-2.314,3.712-2.314,6.036c0,8.958,5.31,10.77,10.504,11.361l2.252,0.256l-1.708,1.49 c-0.372,0.325-1.03,1.112-1.254,2.727l-0.075,0.549l-0.506,0.227c-1.321,0.592-5.839,2.162-8.548-2.485 c-0.015-0.025-0.544-0.945-1.502-1.557c0.646,0.639,1.433,1.673,2.068,3.287c0.066,0.19,1.357,3.622,7.28,2.339l1.206-0.262 l0.012,3.978c0.003,1.487,0.006,3.076,0.009,3.444L25.008,56.007z"
></path>
<linearGradient
id="KpzH_ttTMIjq8dhx1zD2pb_52539_gr2"
x1="32"
x2="32"
y1="5"
y2="59.167"
gradientUnits="userSpaceOnUse"
spreadMethod="reflect"
>
<stop offset="0" stop-color="#FA41FE"></stop>
<stop offset="1" stop-color="#FA41FE"></stop>
</linearGradient>
<path
fill="url(#KpzH_ttTMIjq8dhx1zD2pb_52539_gr2)"
d="M32,58C17.663,58,6,46.337,6,32S17.663,6,32,6s26,11.663,26,26S46.337,58,32,58z M32,8 C18.767,8,8,18.767,8,32s10.767,24,24,24s24-10.767,24-24S45.233,8,32,8z"
></path>
</svg>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ruan-freire-213721202/">
<svg
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="32"
height="32"
viewBox="0 0 50 50"
style="fill: #FA41FE"
>
<path
d="M 8 3.0117188 C 6.3126093 3.0117188 4.8354789 3.4916328 3.7539062 4.3652344 C 2.6723337 5.238836 2.0117188 6.533218 2.0117188 7.9472656 C 2.0117188 10.690836 4.4687078 12.814467 7.7167969 12.941406 A 0.98809878 0.98809878 0 0 0 8 12.988281 C 9.753566 12.988281 11.246191 12.474267 12.3125 11.564453 C 13.378809 10.654639 13.988281 9.3429353 13.988281 7.9472656 A 0.98809878 0.98809878 0 0 0 13.986328 7.8925781 C 13.832307 5.1316834 11.374781 3.0117187 8 3.0117188 z M 8 4.9882812 C 10.60907 4.9882812 11.895883 6.2693448 12.005859 7.9726562 C 11.998759 8.8049335 11.676559 9.5118991 11.03125 10.0625 C 10.378809 10.619186 9.371434 11.011719 8 11.011719 C 5.3980542 11.011719 3.9882813 9.5991704 3.9882812 7.9472656 C 3.9882812 7.1213132 4.3276663 6.4422421 4.9960938 5.9023438 C 5.6645211 5.3624454 6.6873907 4.9882813 8 4.9882812 z M 3 15 A 1.0001 1.0001 0 0 0 2 16 L 2 45 A 1.0001 1.0001 0 0 0 3 46 L 13 46 A 1.0001 1.0001 0 0 0 14 45 L 14 35.664062 L 14 16 A 1.0001 1.0001 0 0 0 13 15 L 3 15 z M 18 15 A 1.0001 1.0001 0 0 0 17 16 L 17 45 A 1.0001 1.0001 0 0 0 18 46 L 28 46 A 1.0001 1.0001 0 0 0 29 45 L 29 29 L 29 28.75 L 29 28.5 C 29 26.555577 30.555577 25 32.5 25 C 34.444423 25 36 26.555577 36 28.5 L 36 45 A 1.0001 1.0001 0 0 0 37 46 L 47 46 A 1.0001 1.0001 0 0 0 48 45 L 48 28 C 48 23.873476 46.787888 20.604454 44.744141 18.375 C 42.700394 16.145546 39.849212 15 36.787109 15 C 32.882872 15 30.521631 16.426076 29 17.601562 L 29 16 A 1.0001 1.0001 0 0 0 28 15 L 18 15 z M 4 17 L 12 17 L 12 35.664062 L 12 44 L 4 44 L 4 17 z M 19 17 L 27 17 L 27 19.638672 A 1.0001 1.0001 0 0 0 28.744141 20.306641 C 28.744141 20.306641 31.709841 17 36.787109 17 C 39.360007 17 41.615528 17.922268 43.269531 19.726562 C 44.923534 21.530858 46 24.261524 46 28 L 46 44 L 38 44 L 38 28.5 A 1.0001 1.0001 0 0 0 37.916016 28.089844 C 37.694061 25.26411 35.38033 23 32.5 23 C 29.474423 23 27 25.474423 27 28.5 L 27 28.75 L 27 29 L 27 44 L 19 44 L 19 17 z"
></path>
</svg>
</a>
</li>
</ul>
</div>
</section>
<section>
<div >
<h2>Me envie uma mensagem.</h2>
<p>Preecha todos os campos.</p>
<form name="form-de-contato" action="https://formsubmit.co/06dcf652724da30e35f25d774e7177b0" method="post" >
<input type="hidden" name="_next" value="https://www.ruanfr.online/obrigado.html">
<input type="hidden" name="_template" value="box">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_autoresponse" value="Obrigado pela mensagem. Aguarde o meu retorno.">
<div class="input-group">
<label class="label">Qual seu nome?</label>
<input autocomplete="on" name="name" id="name" class="input" type="name" required>
<label class="label">qual seu e-mail</label>
<input autocomplete="on" name="Email" id="Email" class="input" type="email" required>
<label class="label">Qual o assunto?</label>
<input autocomplete="on" name="subject" id="subject" class="input" type="subject" required>
<label class="label">Digite sua mensagem.</label>
<input autocomplete="on" name="mensage" id="mensage" class="input" type="mensage" required>
<button>
Enviar
</button>
<div></div></div>
</form>
</div>
</section>
</div>
<footer>
<div style="text-align: center;" class="p"><p>© Feito por Ruan Freire.</p></div>
</footer>
</main>
</body>
</html>