-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
45 lines (35 loc) · 2.3 KB
/
about.php
File metadata and controls
45 lines (35 loc) · 2.3 KB
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
<?php include 'template-upper.php'; ?>
<h1 class="subPageTitle">About</h1>
<hr>
<article class="subPageArticle">
<p>
North Allegheny School District’s Project Water is an initiative originally launched by the National Junior Honors Society in 2014 to provide clean water to developing villages in Africa.
Since then, it has become an independent organization designed to support the identified needs of these villages around the world. To date, over <span id="amountRaised"></span> has been raised through our fundraising efforts. With support from our community, teachers, and peers, we know that united we will be able to make a difference. NA Project Water is a subdivision of Project Water, visit <a href="https://projectwater.org">https://projectwater.org</a> for more details.
</p>
</article>
<div class="aboutImage">
<div class="row sponsorRow">
<div class="col-md-6 sponsorCol">
<a class="thumbnail down"><img src="img/Project_Water_Logo.png"></a>
</div>
<div class="col-md-6 sponsorCol">
<a class="thumbnail down"><img src="img/World_Vision_Logo.png"></a>
</div>
<div class="col-md-6 sponsorCol">
<a class="thumbnail down"><img src="img/hfu-logo.png"></a>
</div>
</div>
</div>
<div class="donateButton" style="width: 14em;"><a href="team" target="_self"><div class="donateButtonText">MEET OUR TEAM</div></a></div>
<hr>
<h2 class="videoDescription">Introducing Project Water</h2>
<div class="embed-responsive embed-responsive-16by9">
<embed id="video" src="https://www.youtube-nocookie.com/embed/qoPTc2RQrVY?theme=light&rel=0&autoplay=0&showinfo=0&origin=https://naprojectwater.com" frameborder="0" allowfullscreen class="embed-responsive-item">
</div>
<br>
<aside class="subPageArticle" style="text-align:left;">
<p>
Please Note: NA Project Water is no longer affiliated with NJHS due to a technical charter information update provided by the NASSP. NA Project Water will continue to run how it has in the past. World Vision and the World Vision logo are licensed trademarks of World Vision.
</p>
</aside>
<?php include 'template-lower.php'; ?>