-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinformation.html
101 lines (95 loc) · 4.75 KB
/
information.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bhoomijal - Your Source for Water Conservation and Environmental Resources">
<title>About Bhoomijal | Information Page</title>
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="logoh1.png" type="image/x-icon">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f9;
}
header {
background-color: #005a72;
color: white;
padding: 10px 0;
text-align: center;
}
header h1 {
margin: 0;
}
.content {
padding: 20px;
max-width: 1200px;
margin: 0 auto;
background-color: #fff;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.section {
margin-bottom: 20px;
}
h2 {
color: #005a72;
}
p {
line-height: 1.6;
color: #333;
}
.resources-list {
list-style-type: none;
padding: 0;
}
.resources-list li {
margin: 5px 0;
}
footer {
text-align: center;
padding: 10px;
background-color: #005a72;
color: white;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Bhoomijal: Promoting Water Conservation and Sustainability</h1>
</header>
<div class="content">
<section class="section">
<h2>About Bhoomijal</h2>
<p>Bhoomijal is a dedicated platform focused on promoting water conservation, environmental sustainability, and the preservation of natural resources. We aim to provide the latest research, tools, and solutions to help individuals and communities understand the importance of water management and how they can contribute to a more sustainable future.</p>
<p>Our mission is to educate, raise awareness, and inspire action to protect water resources for future generations. From practical tips on conserving water at home to scientific insights on water management, Bhoomijal covers a wide range of topics aimed at fostering environmental stewardship.</p>
</section>
<section class="section">
<h2>Source of Information</h2>
<p>The information presented on Bhoomijal is derived from a variety of trusted sources, including government publications, reputable NGOs, scientific journals, and environmental research institutes. We strive to ensure that the content we provide is accurate, up-to-date, and scientifically valid. Below are some of the key resources from which we gather our information:</p>
<ul class="resources-list">
<li>United Nations Water (UN-Water) – Reports on global water resources and management.</li>
<li>World Health Organization (WHO) – Guidelines on water quality and health.</li>
<li>National Aeronautics and Space Administration (NASA) – Research on water cycles and climate change.</li>
<li>Environmental Protection Agency (EPA) – Water conservation strategies and environmental data.</li>
<li>Peer-reviewed journals and publications from scientific and environmental organizations.</li>
<li>Reports from local and global NGOs working on water conservation and climate action.</li>
</ul>
<p>We regularly update our content to reflect the latest findings and insights in the field of water conservation and environmental science. If you have any questions about the sources of specific information, please feel free to reach out to us through our <a href="contact.html">Contact Page</a>.</p>
</section>
<section class="section">
<h2>Our Commitment</h2>
<p>At Bhoomijal, we are committed to not only providing quality information but also fostering a community of like-minded individuals who are passionate about sustainable practices. We believe that by working together, we can create positive change and build a more sustainable future for our planet.</p>
</section>
</div>
<footer>
<p>© 2024 Bhoomijal. All Rights Reserved.</p>
</footer>
</body>
</html>