-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
108 lines (108 loc) · 5.38 KB
/
about.html
File metadata and controls
108 lines (108 loc) · 5.38 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>project-play</title>
<link rel="stylesheet" href="assets/css/grid.css">
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="assets/js/main.js"></script>
</head>
<body>
<img id="background-img" src="assets/media/img/bg.png" alt="body_background">
<header>
<div class="banner">
<p>Text your address (include city, state) to 703.520.2676 to find playspaces near you!</p>
</div>
<nav>
<div id="btn-menu">
<span class="fa fa-bars"></span>
</div>
<div class="side-image">
<a href="index.html">
<img src="assets/media/img/projectplay-logo.svg" alt="side-image">
</a>
</div>
<ul class="menu">
<li><a href="about.html">About project play</a></li>
<li><a href="why-play.html">Why Play</a></li>
<li><a href="play-ideas.html">Play Ideas</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="photo-gallery.html">Photo Gallery</a></li>
</ul>
</nav>
</header>
<main>
<aside>
<div id="side-map">
<a href="index.html">
<img src="assets/media/img/sidebar-map_NEW.png" alt="side-img">
</a>
</div>
</aside>
<section id="page-content">
<article>
<p>Project Play is a joint venture of the Alexandria Childhood Obesity Action Network
(A-COAN) and the FitArlington Healthy Community Action Team (H-CAT) that seeks to
improve play opportunities in Northern Virginia by:
</p>
<ul>
<li>promoting higher quality play spaces throughout the Alexandria and Arlington,</li>
<li>advocating for fairer distribution of play spaces across Alexandria and Arlington,</li>
<li>providing easy-to find information about play spaces, and</li>
<li>generating interest in play and offering ideas for play</li>
</ul>
<p>An A-COAN task force created Project Play in 2009 in an effort to improve play
opportunities for children in the City of Alexandria, Virginia. Neighbors, early
childhood and healthy living activists, folks from the Parks and Recreation and
Health Departments, and other City offices and organizations have joined together
in A-COAN to improve and enhance play spaces for kids in Alexandria.
</p>
</article>
<article>
<h3>The Play Space Audit</h3>
<p>Did you know that Alexandria is the first city in the country to commission an
assessment of every play space in the City? Thanks to Project Play, we now know
a lot about most outdoor play spaces in the City! You can find the audit here.Did
you know that Alexandria is the first city in the country to commission an assessment
of every play space in the City? Thanks to Project Play, we now know a lot about most
outdoor play spaces in the City!
<a href="http://healthieralexandria.org/HealthyLifestyles/content.aspx?id=57274" alt="Alexandria Play Space Audit" target="_blank">You can find the audit here.</a>
</p>
</article>
<article>
<h3>Alexandria Has a Play Policy</h3>
<p>The Alexandria City Council adopted a Play Policy thanks to the advocacy and
hard work of the Project Play team, and based in large part on the play space
assessment we commissioned. <a href="http://alexandriaplays.org/wp-content/uploads/2014/06/Playspace-Policy.pdf" alt="Alexandria Play Policy" target="_blank">Read it here</a>. Now our City departments have official
guidelines when they make important decisions about play spaces for kids all over
Alexandria.
</p>
</article>
<article>
<h3>Expanding Project Play</h3>
<p>In 2015, A-COAN invited the FitArlington H-CAT to add Arlington’s playgrounds
to Project Play, expanding play opportunities for both jurisdictions alike.
Like A-COAN, H-CAT consists of a mixture of community members and Arlington
County employees who are passionate about the health and well-being of Arlington’s
children. Funded by the Virginia Foundation for Healthy Youth, FitArlington’s H-CAT
supports the Arlington area in efforts to reduce childhood obesity and promote health
by encouraging healthy living. The H-CAT Subcommittee on Early Education spearheaded
the effort to join Project Play by recruiting volunteers from the community to assess,
categorize, and evaluate more than 90 playgrounds in public parks and schoolyards
across Arlington. The Team is thrilled to add on to what A-COAN started, and improve
access to play spaces for families across the region.
</p>
</article>
<p id="copyright">©2018 Project Play Alexandria. All rights reserved.</p>
</section>
</main>
<footer>
</footer>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCzKpIVbHrX5FU6qv-ke0LU1p4JlfNNfxU&callback=myMap"></script>
</body>
</html>