-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHome.html
114 lines (105 loc) · 5.3 KB
/
Home.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!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">
<script src="https://kit.fontawesome.com/1165876da6.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="header">
<!--navigation_Panel-->
<a href="Home.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="Home.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>
<br><br><br>
<footer>
<div class="container">
<div class="footer-content">
<h3 class="H3">Contact Us</h3>
<div class="elements">
<p>Email: <a href="mailto:[email protected]">[email protected]</a> </p>
<p>Phone: <br>+94 76 925 7022</p>
<p>Address: Dehiwala-Mount Lavinia</p>
</div>
</div>
<div class="footer-content">
<h3 class="H3">Quick Links</h3>
<ul class="list">
<li><a href="Home.html">Home</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="Feedback.html">Feedback</a></li>
<li><a href="team.html">About Us</a></li>
</ul>
</div>
<div class="footer-content">
<h3 class="H3">Follow Us</h3>
<ul class="social-icons">
<li><a href="https://web.facebook.com/pasishjdh?comment_id=Y29tbWVudDoxNjY3NzY0Mzc3MzAxMjMzXzgzMjA2NDM2ODg3Nzc4OQ%3D%3D" target="_blank"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://x.com/alwaysPasindu" target="_blank"><i class="fab fa-twitter" ></i></a></li>
<li><a href="https://github.com/alwaysPasindu" target="_blank"><i class="fab fa-github" ></i></a></li>
<li><a href="https://www.linkedin.com/in/pasindu-dilshan-929865269/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="bottom-bar">
<p>Copyright © 2024 GROUP. E | Designed By <a href="PageEditorStudent2.html"><i>Pasindu Dilshan</i></a></p>
</div>
</footer>
</body>
</html>