-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php~
42 lines (32 loc) · 2.26 KB
/
home.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>
<!-- this is the php file -->
<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'); ?>
<div class="navbar"><p class="navbar-text"><a href="http://www.fosterskills.org/aboutus.html" class="navbar-text">about us</a></p></div>
<div class="navbar"><p class="navbar-text"><a href="http://www.fosterskills.org/voices.html" class="navbar-text">voices</a></p></div>
<div class="navbar"><p class="navbar-text"><a href="http://www.fosterskills.org/get_involved.html" class="navbar-text">get involved</a></p></div>
<div class="navbar"><p class="navbar-text"><a href="http://www.fosterskills.org/resources.html" class="navbar-text">resources</a></p></div>
<div class="navbar"><p class="navbar-text"><a href="http://www.fosterskills.org/get_involved/donate.html" class="navbar-text">donate</a></p></div>
</div> <!-- End TOP div -->
<!-- MAIN -->
<div class="main" style="background-image:url(http://www.fosterskills.org/images/home_main-image.jpg);">
<div class="home-text-div">
<h1 class="home-page-text">Foster Skills is a social enterprise dedicated to <br>helping foster youth beat the odds, follow their dreams, and become successful, productive adults.</h1>
<p class="home-page-text">
Founded in 2010, we are the only nonprofit in Massachusetts<br>
that exclusively focuses on equipping foster youth with<br>
practical life skills for success in the world today.<br></p>
</div>
</div> <!-- End MAIN div -->
<?php include('includes/footer.html'); ?>
</div>
</div> <!-- ends the wrapper div -->
</body>
</html>