-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (62 loc) · 3.04 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
<html lang="pt-br">
<head>
<link rel="stylesheet" href="style.css" />
<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=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<title>ALURAFLIX By:JÚ</title>
</head>
<body>
<header>ALURAFLIX By:JÚ 💙</header>
<section class="chamada">
<div class="chamada-texto">
<h1>Assista quando a vida não fizer sentido | A filosofia de Van Gogh</h1>
<p>#ludoviajante</p>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/z9WbCnMfZms?si=i7fu33gBETr07qyU"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<section class="categoria">
<h2>Outros vídeos do Ludo</h2>
<div class="categoria-videos">
<a href="https://www.youtube.com/watch?v=4DpFox98kyg">
<img src="https://img.youtube.com/vi/4DpFox98kyg/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=czfbY18UPqU">
<img src="https://img.youtube.com/vi/czfbY18UPqU/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=FrNrs-qA0yg">
<img src="https://img.youtube.com/vi/FrNrs-qA0yg/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=z4plH2K2uHY">
<img src="https://img.youtube.com/vi/z4plH2K2uHY/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=usBp9ApbCq0">
<img src="https://img.youtube.com/vi/usBp9ApbCq0/maxresdefault.jpg" />
</a>
<a href=" https://www.youtube.com/watch?v=GYVtvkGXGcU">
<img src="https://img.youtube.com/vi/GYVtvkGXGcU/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=cXpPTJ4dHDg">
<img src="https://img.youtube.com/vi/cXpPTJ4dHDg/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=9EstiZv_sj0">
<img src="https://img.youtube.com/vi/9EstiZv_sj0/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=WIj_3AIKcE8">
<img src="https://img.youtube.com/vi/WIj_3AIKcE8/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=RWBxrJnp-lE&rco=1">
<img
src="https://i.ytimg.com/vi/RWBxrJnp-lE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDIJvuzzij70zS3HP4hQeMwm4WoHA" />
</a>
</div>
</section>
</body>
</html>