-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (68 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Landind Page TOP - AnaLuizanc</title>
</head>
<body>
<div class="header">
<div class="top-bar">
<div class="left-top-bar" style="font-size:24px;">
<a href="" class="logo-header">Header Logo</a>
</div>
<div class="right-top-bar">
<a href="" class="header-link">header link one</a>
<a href="" class="header-link">header link two</a>
<a href="" class="header-link">header link three</a>
</div>
</div>
<div class="header-content">
<div class="left">
<h1 style="font-size:48px;font-weight:900;">This website is awesome</h1>
<p style="font-size:18px;color:#e5e7eb;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem dicta expedita illo? Recusandae, deserunt atque sint qui ut, magnam, eligendi pariatur distinctio molestias nobis nulla facere officia aliquam animi quis!</p>
<button class="signup">Sign up</button>
</div>
<div class="right">
<img src="./images/pexels-137666-747079.jpg" alt="Foto de 周 康 no Pexels: https://www.pexels.com/pt-br/foto/aviao-perto-do-edificio-azul-e-cinza-747079/">
</div>
</div>
</div>
<div class="information-section">
<h2 style="font-size:36px;font-weight:900;">Some random information.</h2>
<div class="info">
<div class="info-item">
<img src="./images/pexels-kpaukshtite-1591252.jpg" alt="Foto de Kristina Paukshtite no Pexels: https://www.pexels.com/pt-br/foto/nave-espacial-1591252/" class="info-img">
<legend>this is some subtext under an image</legend>
</div>
<div class="info-item" style="grid-column:2;">
<img src="./images/pexels-magda-ehlers-pexels-636353.jpg" alt="Foto de Magda Ehlers no Pexels: https://www.pexels.com/pt-br/foto/corpo-de-agua-636353/" class="info-img">
<legend>this is some subtext under an image</legend>
</div>
<div class="info-item">
<img src="./images/pexels-nickcollins-1292998.jpg" alt="Foto de Nick Collins no Pexels: https://www.pexels.com/pt-br/foto/pintura-azul-1292998/" class="info-img">
<legend>this is some subtext under an image</legend>
</div>
<div class="info-item">
<img src="./images/pexels-rickyrecap-1580173.jpg" alt="Foto de Ricky Esquivel no Pexels: https://www.pexels.com/pt-br/foto/blue-wall-alley-1580173/" class="info-img">
<legend>this is some subtext under an image</legend>
</div>
</div>
</div>
<div class="quote-section">
<q style="font-size:36px;"><i style="font-weight:100;">This is an inspiring, or a testimonial from a costumer. Maybe it's just filling up space, or maybe people will actually read it. Who knows? All I know is that it looks nice.</i></q>
<h4 class="autor">-Thor, God of Thunder</h4>
</div>
<div class="signup-section">
<div>
<h4 style="font-size:20px;">Call to action! It's time!</h4>
<p>Sign up for our product by clicking that button right over there!</p>
</div>
<button class="signup">Sign up</button>
</div>
<div class="footer">
<p>Copyright © The Odin Project 2024</p>
</div>
</body>
</html>