forked from merlinofchaos/awlhomeschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (74 loc) · 2.9 KB
/
index.html
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
<head>
<title>AWL Homeschool Park Day</title>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<style>
h1, h2, h3 {
font-family: 'Amatic SC';
}
h1 {
font-size:68px;
}
h2 {
font-size:48px;
}
p, li {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
}
</style>
</head>
<body style="background: #afdfef">
<div align="center">
<div style="width: 900px; align: left; border: 1px solid black; background:white;">
<h1>AWL Homeschool Park Day</h1>
<img src="header.png" style="width:100%">
<div align="left" style="padding-left: 50px; padding-right: 50px">
<h2>About Us</h2>
<img align="right" src="map.png" width="250" height="250">
<p>AWL (All Ways Learning) is a community of homeschool families that embrace families that homeschool their children in a variety of ways.
Our community encompasses a diverse set of backgrounds, interests and educational philosophies. We strive to meet regularly and cooperatively to enhance our
children's social and educational experiences.</p>
<br />
<br />
<p>We are in the South Bay area and we get together on Wednesdays each week at an area park. Parks rotate on a monthly basis. We have a wide range of ages from birth to 16 years old.</p>
<h2>Membership</h2>
<p>We are an inclusive group and we benefit from a variety of individuals that comprise our membership. If you would like to visit our group, please apply by
<a href="https://groups.google.com/g/awl-homeschool-park-day/about?pli=1">signing up at our Google Group</a>. You will recieve an email from a group administrator with information about the park location for the month. New members are added to the group after attending a park day. </p>
<h2>Health notes</h2>
<p>AWL leadership monitors the air quality index (AQI) of the greater San Jose area. If AQI is over 100, park day will be cancelled.</p>
<p>During the COVID-19 Pandemic, park day will generally be cancelled due to rain.</p>
<p>
<ul>
<li>Monthly Parents Night Out</li>
<li>Annual Camping Trip</li>
<li>Annual Art Show & Music Show</li>
<li>Easter Egg Hunt, Halloween Carnival, Valentine's Exchange</li>
<li>Science Fair</li>
<li>Curriculum and Book Fair</li>
<li>International Day</li>
<li>Oral Presentations</li>
<li>Winter Craft Fair</li>
<li>Evenings of Christmas Caroling and Trick-or-Treating in Willow Glen</li>
</ul>
</p>
<table>
<tr>
<td>
<img src="pic1.png" width="400" height="260">
</td>
<td>
<img src="pic2.png" width="400" height="260">
</td>
</tr>
</table>
<h2>Support</h2>
<p>We consider our park day a weekly recess for our children. While our children play, parents support each other in our homeschooling endeavors. If you're having trouble figuring out what curriculum to use, or dealing with parenting challenges, there are plenty of people in our group to help guide and support you.</p>
<p>
</p>
</div>
</div>
</div>
<p>
</p>
</body>