-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
43 lines (40 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<title>Ara n' Hygine for Human</title>
<link rel="stylesheet" type="text/css" href="css/home.css">
<style>
.banner{
width: 100%;
height: 100vh;
background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(img/1.jpg);
background-size:cover;
background-position: center;
}
</style>
</head>
<body>
<div class="banner">
<div class="navbar">
<ul>
<li><a href="overview.html">Overview</a></li>
<li><a href="targets and indicators.html">Targets And Indicators</a></li>
<li><a href="programme_and_info.html">Progress And Info</a></li>
<li><a href="idea.php">Idea</a></li>
<li><a href="purewater.html">Purewater 💧</a></li>
</ul>
</div>
</div>
<div class="content">
<h1>Ara n' Hygiene For Human</h1>
<p>Normally in sustainability development this is known as Ensure availability and sustainable management of water and sanitation for all. WASH is an acronym that stands for water, sanitation and hygiene. These programs are paired because each one impacts the others. Lack of sanitation through proper latrines or toilets can lead to contaminated water. Lack of clean water can impair hygiene. Lack clean water, sanitation and hygiene leads to health issues like intestinal infections, cholera and other illness than can lead to death.</p>
<br>
<div>
<a href="https://www.youtube.com/watch?v=LCKsU4bPFOQ" target="_blank">
<button>Watch more</button></a>
<a href="https://sdgs.un.org/goals/goal6" target="_blank">
<button type="submit">Learn More</button></a>
</div>
</div>
</body>
</html>