-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (49 loc) · 2.54 KB
/
about.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
<html>
<head>
<title>HelpHub</title>
<!--<link rel="stylesheet" href="style.css">-->
</head>
<body>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="find.html">Find Charities</a></li>
<link rel="stylesheet" href="style.css">
</ul>
<div class="titles"><h1>About Us</h1></div>
<div class="about-section">
<h2>Mission:</h2>
<h4> At HelpHub, our mission is to bridge the gap between compassionate individuals
and the organizations that need them most.
We provide a simple, accessible platform where volunteers can find meaningful
opportunities to support local charities, nonprofits, and community-driven initiatives.
By making volunteerism easy and impactful, we aim to create stronger, more connected communities where
everyone has the chance to contribute, grow, and make a difference.</h4>
</div>
<div class="image-gallery">
<div class="image-item">
<img src="bluehands.jpeg" height="200" alt="This is a picture of hands being raised">
<h4>Approximately 60 million Americans volunteer every year.</h4>
</div>
<div class="image-item">
<img src="blueheart.png" height="200" alt="This is a picture of a blue heart with a heartbeat">
<h4>Studies show that volunteering can improve your mental health, reduce stress, and even increase longevity.</h4>
</div>
<div class="image-item">
<img src="blueclock.png" height="200" alt="This is a picture of a clock">
<h4>More than 8 billion hours of volunteer service occurs every year.</h4>
</div>
</div>
<div class="about-section">
<h2>About HelpHub:</h2>
<h4>At HelpHub, we believe that every small act of kindness
can create a ripple of change in our communities.
Founded by a passionate team of volunteers and community advocates,
our mission is to connect generous hearts with local charities in need of support.
Whether you're looking to lend a hand at a food bank, mentor youth, or participate in environmental
clean-ups, HelpHub makes it easy to find opportunities that resonate with your interests and schedule.
We envision a world where every individual can discover their unique way to contribute, fostering a
culture of compassion and collaboration. Join us in making a difference, one connection at a time! </h4>
</div>
</body>
</html>