-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.php
41 lines (29 loc) · 1.57 KB
/
donate.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Foster Skills, Inc.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8-unix">
<meta name="author" content="Bart Flaherty">
<meta name="title" content="Practical life skills, mentoring, and education for Foster Children">
<meta name="description" content="Practical life skills, mentoring, and education for Foster Children, Non-Profit Organization to improve state of foster care">
<meta name="keywords" content="Foster Children,practical life
skills,at risk youth,mentor foster children,coping with foster
care,education for young adults,programs for foster children,foster
care non-profit,shape a life,build a future,Child first
movement,Together we foster skills,Marquis Cabrera">
<?php include('includes/top.html'); ?>
<?php include('includes/tab-donate.html'); ?>
</div> <!-- End TOP div -->
<div class="main">
<?php include('left-donate.html'); ?>
<div class="main_right_B">
<h1 class="main-text" style="color:rgb(28,38,102);margin-bottom:25px;">Contact Us</h1>
<h2 class="main-text"> <br> Do you have a question for us?<br><br>Need more information?<br ><br>Want to get involved or share your story?</h2>
<p class="main-text"> <br> <br>Send us an email at [email protected]. We would love to hear from you. <br> <br> <br>Foster Skills, Inc.<br>21 Cummings Park Street, Suite 270 <br>Woburn, MA 01801</p>
</div>
</div> <!-- End Main div -->
<?php include('includes/footer.html'); ?>
</div>
</div> <!-- ends the wrapper div -->
</body>
</html>