-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
57 lines (57 loc) · 2.77 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matutu</title>
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/f0b8f00674.js" crossorigin="anonymous"></script>
<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=Josefin+Sans:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header id="header">
<div id="img-logo-div">
<img id="header-img"src="./img/logo-vec.png" alt="Logo">
</div>
<div id="heading-div">
<h1 id="heading-h1">DUMATUTU</h1>
</div>
<div id="nav-div">
<nav id="nav-bar">
<a class="nav-link" href="#form">Subscribe</a>
<a class="nav-link" href="#icon-divs">Works</a>
<a class="nav-link" href="#video">Video</a>
</nav>
</div>
</header>
<main>
<section id="form-sect">
<hr>
<h2 class="form-headings">SUSTAINABILITY OF THE ATLANTIC FOREST</h2>
<h3 class="form-headings">BEING INTEGRATED TO NATURE</h3>
<hr>
<p id="form-label">Learn more! subscribe for free:</p>
<form id="form" action="https://www.freecodecamp.com/email-submit">
<input id="email" name="email" type="email" placeholder="Enter your email address">
<input id="submit" type="submit" value="GET STARTED">
</form>
</section>
<section id="icon-divs">
<p><i class="fa-regular fa-compass fa"></i> Mata Atlantica</p>
<p><i class="fa-brands fa-pagelines fa"></i> Sustainability</p>
<p><i class="fa-solid fa-house fa"></i> Family Farming</p>
</section>
<figure id="img-div">
<img src="https://cloud-object-storage-al-cos-standard-bdp.s3.us-south.cloud-object-storage.appdomain.cloud/image5.jpeg" alt="Climb at Juçara">
</figure>
<div id="video-div">
<iframe id="video" width="560" height="315" src="https://www.youtube.com/embed/bhMDKZQgTt8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</main>
<footer>
<p><i class="fa-regular fa-copyright"></i>Leandro Simões</p>
</footer>
</body>
</html>