-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathELECTROHON.html
81 lines (77 loc) · 3.94 KB
/
ELECTROHON.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ELECTROTHON</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="Electrothon.css">
</head>
<body>
<!-- NAVBAR SECTION -->
<nav>
<ul class="navbar-nav text-center">
<div class="container-fluid">
<div class="row">
<div class=" navbar home col-md-3">
<li class="navbar-item">
<a href="ELECTROHON.html" class="navbar-link">HOME</a>
</li>
</div>
<div class=" navbar ourproject col-md-3">
<li class="navbar-item">
<a href="OUR PROJECT.html" class="navbar-link">OUR PROJECT</a>
</li>
</div>
<div class=" navbar team col-md-3">
<li class="navbar-item">
<a href="TEAM.html" class="navbar-link">TEAM</a>
</li>
</div>
<div class=" navbar feedback col-md-3">
<li class="navbar-item">
<a href="FEEDBACK.html" class="navbar-link">FEEDBACK</a>
</li>
</div>
</div>
</div>
</ul>
</nav>
<!-- navbar section end -->
<div class="">
<div class="row">
<div class="col-md-5 image">
<img src="Images/Water crisis.JPG" alt="water crises" class="img-fluid water">
</div>
<div class="col-md-7 water">Water crisis is the lack of fresh water resources to meet the standard water demandWater crisis is the lack of fresh water resources to meet the standard water demand Today, 771 million people – 1 in 10 – lack access to safe water and 1.7 billion people – 1 in 4 – lack access to a toilet. These are the people we empower.Nearly 1 million people die each year from water, sanitation and hygiene-related diseases which could be reduced with access to safe water or sanitation.</div>
</div>
</div>
<div class="container-fluid">
<h3>Water Shoratge in India</h3>
</div>
<div class="row">
<div class="col-md-5">
<img src="Images/India.JPG" alt="India map">
</div>
<div class="col-md-7">
<p class="reasons">
Main Reasons for water crises in India :-
<ul class="list">
<li>Nearly 80 percent of India's freshwater is used in agriculture.</li>
<li>Over half of India's cultivated land is under water-intensive crops.</li>
<li>India uses at least twice the amount of water to grow one unit of food versus comparable countries</li>
<li>India’s farmers rely mainly on tube wells to extract groundwater for their crops</li>
<li>India draws nearly 25 percent of the world’s groundwater</li>
<li>India’s depleting groundwater reserves also impact our drinking water</li>
<li>Most of the Water get Polluted due To the chemical waste of Many Factories</li>
<li>Due to the lack of infrastructure of Drainage</li>
</ul>
</p>
</div>
</div>
</body>
</html>