-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplay-ideas.html
More file actions
97 lines (97 loc) · 4.53 KB
/
Copy pathplay-ideas.html
File metadata and controls
97 lines (97 loc) · 4.53 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
<!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>On this page we’ll feature a few great play ideas that will be updated seasonally.
Be sure to let us know if you have a great play idea for kids!
</p>
</article>
<article>
<h3>Fall Outdoor Play Ideas</h3>
<br>
<p>1) Leaf pile jumping – if you live where you must rake leaves each fall, turn
the job into a fun “free-for-all” by encouraging the kids to jump into, run through,
or toss piles of leaves high in the air. Little ones never tire of this activity!
Otherwise, just crunch through the crisp leaves while you’re out walking – there’s something
very satisfying about the sound you can make chuffing through the leaves.
</p>
<p>2) Pumpkin rolling (especially for toddlers) – have fun with your little one having
them roll heavy pumpkins around the yard (preferably those without stems). They love the
“heavy work” involved!
</p>
<p>3) Fall Collections – older preschoolers are drawn to collections, and what better time
of year than fall to start collecting acorns, and acorn tops! They can invent games to play with them,
sort them, pretend with them, even decorate them if they wish. Younger children love to play “fill and
dump” with containers so be sure to take a bucket, basket, or some other portable container with you
out walking. (Note: supervise toddlers closely to prevent small items going into their mouths).
</p>
<p>4) Osage Orange basketball – those large, bumpy, yellowish green “ugly” fruits that fall on the
ground are Osage Oranges. Gather up a bunch of them and create a makeshift target they can toss them
into (laundry basket, pail, yard waste bin, old plant pot, etc.). The older the child the farther they
can be from the “basket.”
</p>
<p>5) Hill rolling – find a grassy hill that’s a height that fits your child’s age and abilities and
encourage your little person to roll down and climb back up – great workout for little legs and all their
sensory systems. Squeals of laughter will be heard!
</p>
</article>
<article>
<h3>See past play ideas:</h3>
<br>
<ul>
<li><a href="http://alexandriaplays.org/wp-content/uploads/2013/11/Spring-Outdoor-Play-Ideas.pdf">Spring Outdoor Play Ideas</a></li>
<li><a href="http://alexandriaplays.org/wp-content/uploads/2013/11/Summer-2014-Play-Ideas.pdf">Summer Play Ideas</a></li>
</ul>
</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>