-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (107 loc) · 4.41 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Educational resources on water conservation, road safety, and electricity management. Empowering communities with knowledge for a sustainable and safe future. ">
<meta name="keywords"
content="education on water conservation, road safety tips, electricity saving techniques, infrastructure awareness, public resources education, sustainable water management, transportation safety, energy conservation, community resources, environmental awareness">
<meta name="author" content="John Doe">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1000px, initial-scale=1.0">
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>HELP-Crowdsourching Solutions to Empower Communities</title>
</head>
<body>
<nav class="Nav">
<p class="bars">
<i class="fa-solid fa-bars"></i>
</p>
<ul class="ul">
<li><a class="a"href="index.html">Home</a></li>
<li><a class="a"href="about.html">About</a></li>
<li><a class="a"href="contactmain.html">Contact</a></li>
<li><a class="a"href="work.htmlhai ">Works</a></li>
<li><a class="a"href="features.html">Features</a></li>
<li style="background-color: darkorange;border-radius: 10px;margin-left: 100px;"><a href="https://forms.gle/4uLaKbQbFiefg8Uy7">Create A Deployment</a></li>
<li style="background-color: darkorange;border-radius: 10px;margin-left: 60px;"><a href="https://forms.gle/shPwUZuaJo3uii7t5">FeedBack</a></li>
</ul>
</nav>
<div class="hdd">
<img src="HelpME-removebg-preview.png" alt="" class="logo3">
<!-- <h1>Welcome to Help Me</h1>
<h3>Transforming Lives, Transforming Communities</h3> -->
</div>
<hr>
<div class="prob">
<div class="home-box">
<div class="logo">
<i class="fa-solid fa-plate-wheat"></i>
</div>
<div class="text">
<h2>Poverty</h4>
<p> "Poverty is a relentless cycle of scarcity, where every day is a struggle to find food, shelter, and safety.The absence of opportunity, perpetuating inequality"</p>
</div>
</div>
<div class="home-box">
<div class="logo">
<i class="fa-solid fa-user-graduate"></i>
</div>
<div class="text">
<h2>Education</h4>
<p> "Lack of access to knowledge and skills.
Inability to read, write, or comprehend basic information.
Restricted opportunities for personal growth and development.
Increased vulnerability to exploitation and manipulation"
</p>
</div>
</div>
<div class="home-box">
<div class="logo">
<i class="fa-solid fa-lightbulb"></i>
</div>
<div class="text">
<h2>Electricity</h4>
<p> "Darkness descends, crippling daily life,
No lights to read, work, or navigate,
Refrigeration nonexistent, food spoils,
Water pumps idle, hydration scarce,
Communication silenced, phones dead"
</p>
</div>
</div>
<div class="home-box">
<div class="logo">
<i class="fa-solid fa-road-circle-xmark"></i>
</div>
<div class="text">
<h2>Roads</h4>
<p> "Communities fragmented social bonds broken,
Healthcare and emergency services unreachable,
Education and employment distant dreams,
Social mobility severely restricted,
"
</p>
</div>
</div>
</div>
<div class="prob">
</div>
<div class="prob">
<video id="vid" controls muted loop>
<source type="video/mp4" src="Happiness is helping others.mp4">
</source>
</video>
</div>
<div class="prob">
</div>
<background-effects class="bgs">
<div class="background1"> </div>
<div class="background2"> </div>
<div class="background3"> </div>
<div class="background4"> </div>
<div class="background5"> </div>
<div class="background6"> </div>
</background-effects>
</body>
</html>