-
Notifications
You must be signed in to change notification settings - Fork 0
/
priority4.html
74 lines (70 loc) · 3.27 KB
/
priority4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sustainability - Priority 4</title>
<link rel="stylesheet" href="style.css">
<style>
/* Inline CSS for Priority 4 page */
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.priority-page {
text-align: center;
padding: 50px 20px;
}
.priority-page h1 {
color: aqua; /* Aqua blue heading */
font-size: 3rem;
margin-bottom: 20px;
}
.priority-page p {
font-size: 1.2rem;
line-height: 1.8;
max-width: 800px;
margin: 0 auto 30px auto;
}
.priority-page img {
max-width: 100%;
height: auto;
border-radius: 10px;
margin: 20px 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
</style>
</head>
<body>
<div class="priority-page">
<h1> Sustainability</h1>
<p>
Clean water is a cornerstone of a sustainable future. It supports ecosystems, powers economies, and plays a crucial role in addressing
climate change. Without sustainable access to clean water, the balance between human needs and environmental preservation becomes
increasingly fragile. AquaPure Solutions is at the forefront of ensuring this balance by pioneering innovative, eco-friendly water solutions.
</p>
<img src="https://i.postimg.cc/05p5m0cN/IMG-5387.webp" alt="Sustainability Priority Image 1">
<p>
At AquaPure Solutions, we champion sustainability through technologies that optimize water use and protect natural reserves. Our solar-powered
desalination systems provide communities with clean drinking water while relying on renewable energy, significantly reducing the carbon footprint
of water production. Similarly, our rainwater harvesting systems capture and store rainwater for domestic, agricultural, and industrial use,
alleviating pressure on freshwater sources.
</p>
<img src="https://i.postimg.cc/KvxG53HD/IMG-5386.jpg" alt="Sustainability Priority Image 2">
<p>
Sustainability also means reducing water waste and ensuring responsible usage. AquaPure Solutions integrates smart water management systems
to monitor usage and minimize waste. These systems empower communities to manage their water resources effectively, contributing to long-term
environmental stability.
</p>
<img src="https://i.postimg.cc/Vk5c7qBn/IMG-5389.jpg" alt="Sustainability Priority Image 3">
<p>
Beyond technology, we work to preserve ecosystems by protecting watersheds and promoting practices that reduce pollution. By collaborating
with local governments, NGOs, and industries, AquaPure Solutions ensures that clean water remains accessible without compromising the health
of the planet. Together, we’re building a future where clean water and sustainability go hand in hand.
</p>
</div>
</body>
</html>