-
Notifications
You must be signed in to change notification settings - Fork 0
/
workshops.html
128 lines (115 loc) · 5 KB
/
workshops.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workshops</title>
<link rel="stylesheet" href="style.css">
<style>
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.icon {
position: absolute;
top: 10px;
left: 10px;
width: 50px;
height: 50px;
}
.content {
max-width: 800px;
margin: 80px auto;
padding: 20px;
text-align: left;
}
.content h1 {
color: aqua;
font-size: 2.5rem;
margin-bottom: 20px;
text-align: center;
}
.content h2 {
color: white;
font-size: 1.8rem;
margin-top: 30px;
}
.content p {
font-size: 1.2rem;
line-height: 1.8;
margin-bottom: 20px;
}
.content .section {
margin-bottom: 40px;
}
.content .section 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>
<!-- Icon Placeholder -->
<img src="https://i.postimg.cc/HLqcWssv/IMG-5393-removebg-preview.png" alt="Workshop Icon" class="icon">
<div class="content">
<h1>Education Initiatives: Building Knowledge for a Better Future</h1>
<p>
At AquaPure Solutions, we believe education is the key to long-term solutions for clean water access.
By equipping communities with the knowledge and tools to manage water resources effectively, we empower individuals
to take control of their water future. Our education initiatives focus on practical training, local empowerment,
and sustainable practices.
</p>
<div class="section">
<h2>Water Safety Workshops</h2>
<p>
Objective: Teach communities how to identify and handle safe water. Topics include understanding water contamination
and its risks, simple purification methods like boiling and solar disinfection, and proper storage techniques to prevent
recontamination. Impact: Reduced waterborne illnesses through improved hygiene and safer water practices.
</p>
<img src="https://i.postimg.cc/Z50CryWD/IMG-5395.jpg" alt="Water Safety">
</div>
<div class="section">
<h2>Rainwater Harvesting Programs</h2>
<p>
Objective: Provide training on how to collect and store rainwater effectively. Activities include installing and maintaining
rainwater systems, techniques for maximizing water collection during wet seasons, and efficient use of stored water for
domestic and agricultural needs. Impact: Increased water availability in remote and drought-prone areas.
</p>
<img src="https://i.postimg.cc/QNbtwq5y/IMG-5398.jpg" alt="Rainwater Harvesting">
</div>
<div class="section">
<h2>Portable Filtration Training</h2>
<p>
Objective: Teach families and individuals to use affordable filtration systems. Topics include assembling and operating
portable filters provided by AquaPure Solutions, maintaining systems for long-term usability. Impact: Immediate access
to clean drinking water from existing sources.
</p>
<img src="https://i.postimg.cc/jd1sY3jZ/IMG-5399.jpg" alt="Portable Filtration">
</div>
<div class="section">
<h2>Community Leadership Development</h2>
<p>
Objective: Train local leaders to manage water resources and educate others. Activities include leadership workshops
on water resource management, training members to maintain water infrastructure, and creating local knowledge-sharing
networks. Impact: Strengthened community resilience and self-sufficiency in water management.
</p>
<img src="https://i.postimg.cc/R079fMLD/IMG-5400.jpg" alt="Community Leadership">
</div>
<div class="section">
<h2>School Outreach Programs</h2>
<p>
Objective: Educate children and teachers about clean water and hygiene. Activities include interactive lessons on
water conservation and purification, installing clean water systems in schools, and encouraging students to act as
water safety ambassadors. Impact: Fostered a culture of awareness and responsibility among the younger generation.
</p>
<img src="https://i.postimg.cc/Nfkz153T/IMG-5401.jpg" alt="School Outreach">
</div>
</div>
</body>
</html>