-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Barbara Cristina Viana">
<meta name="google-site-verification" content="3pSXaMMz-LaJ73GBP1LzuGZyP5-yTyJMvAUieves1RY" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Landing Page Profissional</title>
</head>
<body>
<header class="container">
<div class="logo">
<img src="images/logo.png" alt="">
<h2>LANGING PAGE</h2>
</div>
</header>
<!--SECTION-1-->
<section class="section-1 container">
<div class="ebook">
<img src="images/ebook.png" alt="">
</div>
<div class="action-title">
<h2>Langing Page feita com HTML e CSS para demostração de aprendizado.</h2>
<a class="button" href="#">Baixar Cópia</a>
</div>
</section>
<!--SECTION-2-->
<section class="section-2 container">
<h2>Níveis de Aprendizado</h2>
<div class="cards">
<div class="card">
<img src="images/card.png"> CSS BÁSICO
</div>
<div class="card"><img src="images/card.png">CSS INTERMEDIÁRIO
</div>
<div class="card"><img src="images/card.png">CSS AVANÇADO
</div>
</div>
</section>
<!--SECTION-3-->
<section class="section-3">
<a class="button-2">APRENDA HTML</a>
<h2>+ 1500 Downloads</h2>
<p>Mais de 1000 pessoas ja baixaram</p>
</section>
<!--footer-->
<footer>
<a class="button-footer" href="#">Baixar uma Copia</a>
<p>Langing Page responsiva Barbara Cristina Viana</p>
</footer>
</body>
</html>