-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (67 loc) · 3.43 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Os Melhores Roncos</title>
<link rel="stylesheet" href="styles.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=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div style="text-align: center;"><img src="images/LogoDoSite (2).png" alt="Logo" style="height: 150px; border-radius: 50px;"></div>
<nav>
<nav>
<ul>
<li><a href="#LamboSVJ">Lamborghini Aventador SVJ</a></li>
<li><a href="#videos">+ Mais veículos!</a></li>
</ul>
</nav>
</header>
<main>
<section id="ronco1" class="highlight">
<div class="highlight-text">
<img src="https://cdn.prod.website-files.com/5ee732bebd9839b494ff27cd/5eef9a63ad8dd5429d855bf8_lamborghini-logo-1.svg" alt="Lamborghini Logo" style="vertical-align: sub; height: 2rem;">
<img src="images/thumbnail.png" alt="SVJ Logo" style="vertical-align: middle; height: 2rem;">
<ul>
<li>770 cv</li>
<li>720 Nm</li>
<li>V12 aspirado 6.5 litros</li>
<li>0 a 100 km/h em 2,8s</li>
<li>Velocidade Máxima de 350 km/h</li>
</ul>
</div>
<div class="highlight-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/MLbG8Fh2OmE?si=RcEnE7ziYCoNPben" 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 id="videos" class="video-gallery">
<h2>Mais Roncos</h2>
<div class="video-thumbnails">
<a href="https://youtu.be/UnBqXswaUhU?si=hmFwKXT_pq8srAY-">
<img src="https://img.youtube.com/vi/UnBqXswaUhU/maxresdefault.jpg" alt="BMW M5 F90">
</a>
<a href="https://youtu.be/fhdR-h985A8?t=48">
<img src="https://img.youtube.com/vi/fhdR-h985A8/maxresdefault.jpg" alt="Golf GTI">
</a>
<a href="https://youtu.be/zOqdQUOTjV0?si=JaeNyeXCbd4xnN5M">
<img src="https://img.youtube.com/vi/zOqdQUOTjV0/maxresdefault.jpg" alt="Mustang Shelby GT500">
</a>
<a href="https://youtube.com/shorts/xmROSezg4zI?si=FsGRr8Wp0WteRSqA">
<img src="images/Used-2018-Dodge-Challenger-SRT-Demon.jpg" alt="Dodge-Challenger-SRT-Demon">
</a>
<a href="https://youtu.be/6Ami9l-CPHM?si=MCdAAGxDuoYHmXtY">
<img src="https://imprensagt.com/wp-content/uploads/2023/06/BMW-Need-for-Speed.png" alt="BMW M3 GTR">
</a>
</div>
</section>
</main>
<footer>
<p>© 2024 Yuri. Este trabalho é de domínio público e pode ser utilizado livremente.</p>
</footer>
</body>
</html>