-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (45 loc) · 2.17 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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&family=Fuzzy+Bubbles:wght@700&display=swap" rel="stylesheet">
<title>AluraFlix</title>
</head>
<body>
<header>MATEMÁTICAFLIX </header>
<section class="chamada">
<div class="chamada-texto">
<h1> O MUNDO ATRAVÉS DA MATEMÁTICA</h1>
<p>Falando números e letras</p>
</div>
<div>
<!--Inserindo o vídeo na página-->
<iframe width="560" height="315" src="https://www.youtube.com/embed/jP_vqQPXwZs?si=YTkwDv6XhjFHrKHV" 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> Filmes e séries</h2>
<div class="categoria-videos">
<a href="https://www.youtube.com/watch?v=YAN2lDSjprE">
<img src="https://img.youtube.com/vi/YAN2lDSjprE/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=E7omgyHG7dU">
<img src="https://img.youtube.com/vi/E7omgyHG7dU/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=m_mC4xJiUn4">
<img src="https://img.youtube.com/vi/m_mC4xJiUn4/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=qxd85bfGzrI">
<img src="https://img.youtube.com/vi/qxd85bfGzrI/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=0YQYldcIRNU">
<img src="https://img.youtube.com/vi/0YQYldcIRNU/maxresdefault.jpg" />
</a>
</div>
</section>
</body>
</html>