-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<title>SDG Organization</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav class="navbar">
<label class="logo"><a href="index.html">SDG Organization</label>
<ul>
<li><a href="index.html" class="button">Home</a></li>
<li><a href="contact.html" class="button">Contact</a></li>
<li><a href="signup.html" class="button">Sign Up</a></li>
</ul>
</nav>
<br>
<br>
<br>
<section class="main-body">
<section class="goals">
<div class ="about">
<h1>The 17 Goals</h1>
<br>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.<br>Incidunt dolorem ut, ullam libero similique praesentium tenetur consequatur quo quaerat voluptates aliquid exercitationem repudiandae distinctio, officiis reiciendis ex est sunt eius!</p>
<br>
<br>
</div>
<aside class ="image">
<img src="images/SDG-Poster.png">
</aside>
</section>
<br>
<br>
<br>
<br>
<section class="video">
<h1>Watch this video to learn more about the SDG</h1>
<br>
<br>
<iframe width="80%" height="750px" src="https://www.youtube.com/embed/0XTBYMfZyrM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</section>
</section>
<br>
<br>
<br>
<footer>
<p>Copyright Showaiz Noor Ahmad 2023</p>
</footer>
</body>
</html>