-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
72 lines (72 loc) · 3.16 KB
/
Copy pathcontact.html
File metadata and controls
72 lines (72 loc) · 3.16 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
<!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>You can help by sharing your photos of active, healthy kids using Instagram at<br>
<strong>#AlexandriaPlays</strong>
</p>
</article>
<article>
<p>Learn about the importance of play and fun play activities by following us at</p>
<strong><a href="https://www.facebook.com/pages/Partnership-for-a-Healthier-Alexandria/162730040429242" target="_blank">Facebook</a></strong><br>
<strong><a href="https://twitter.com/AlexandriaPlay" target="_blank">Twitter</a></strong>
</article>
<br>
<article>
<h3>Maintenance</h3>
<p>To report any maintenance issues with Arlington County playspaces, please <a title="Arlington County Maintence Reporting Tool" href="https://www.publicstuff.com/va/arlington-va/report-issues" target="_blank">use this form</a>.</p>
<p>To report any maintenance issues with City of Alexandria playspaces, please visit <a title="Call.Click.Connect." href="http://request.alexandriava.gov/CCC/#tab=Find" target="_blank">Call.Click.Connect.</a></p>
<p><a href="http://alexandriaplays.org/wp-content/uploads/2013/11/ACOAN-logo.jpg" alt="ACOAN-logo">ACOAN-logo</a> <a href="http://alexandriaplays.org/wp-content/uploads/2013/11/FA.gold_.for-.web_.gif" alt="FA.gold.for_.web">FA.gold.for_.web</a></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>