forked from alwaysPasindu/Life_Below_Water_Website_UNSDG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (77 loc) · 3.75 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
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Life below water</title>
<link rel="stylesheet" href="Home.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet">
</head>
<body>
<header class="header">
<!--navigation Panel-->
<a href="index.html" class="logo"><img src="images/Home/Sustainable_Development_Goal_14.png" alt="LOGO" class="logo"></a>
<input type="checkbox" id="check">
<label for="check" class="icons">
<i class="bx bx-menu" id="close-icon"></i>
<i class="bx bx-x" id="menu-icon"></i>
</label>
<nav class="navbar">
<a href="index.html" class="active" style="--i:0;">HOME <span></span></a>
<a href="Gallery.html" style="--i:1;">GALLERY <span></span></a>
<a href="shop.html" style="--i:2;">SHOP <span></span></a>
<a href="Feedback.html" style="--i:3;">FEEDBACK <span></span></a>
<a href="profile.html" style="--i:4;">USER PROFILE <span></span></a>
<a href="team.html" style="--i:5;">ABOUT US <span></span></a>
<a href="Sitemap.html" style="--i:6;">SITE MAP <span></span></a>
</nav>
</header>
<section class="webmission">
<h2>Our Mission</h2>
<div class="mission">
<img src="images/Home/Sustainable_Development_Goal_14.png" alt="mission picture" class="missionimg"><br>
<div class="missionheading">
<p>LIFE BELOW<br> WATER</p>
</div>
</div>
<div class="missioncontent">
<p>Conserve and sustainably use the oceans, seas and marine resources for sustainable development</p>
</div>
</section>
<div class="card-container">
<div class="card">
<img src="images/Home/Target.png" alt="Target">
<div class="card-content">
<h3>TARGETS</h3>
<p>Everyone can help to make sure that we meet the Global Goals. Use these ten targets to create action to conserve and sustainably use the oceans.</p>
<button class="button-a" onclick="window.open('targets.html', '_blank')">Read More</button>
</div>
</div>
<div class="card">
<img src="images/Home/ThingsToDo.png" alt="Things to do">
<div class="card-content">
<h3>THINGS TO DO</h3>
<p>Promote sustainability and compassion to protect marine life. Reduce plastic use, support sustainable seafood, and participate in beach cleanups.</p>
<button class="button-b" onclick="window.open('thingsToDo.html', '_blank')">Read More</button>
</div>
</div>
<div class="card">
<img src="images/Home/News.png" alt="News">
<div class="card-content">
<h3>NEWS</h3>
<p>Everyone can help to make sure that we meet the Global Goals. Use these ten targets to create action to protect the ocean.</p>
<button class="button-c" onclick="window.open('//www.iaea.org/news/4730', '_blank')">Read More</button>
</div>
</div>
</div>
<footer class="footer">
<nav class="footerlist">
<a href="PageEditorStudent1.html">Gayashi Nethmini</a>
<a href="PageEditorStudent2.html">Pasindu Dilshan</a>
<a href="PageEditorStudent3.html">Akila Lochana</a>
<a href="PageEditorStudent4.html">Nithika Thewjan</a>
</nav>
</footer>
</body>
</html>