-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
262 lines (246 loc) · 14.6 KB
/
education.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=selamm, initial-scale=1.0">
<title>Forest School-Bootstrap</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top ">
<div class="container-fluid">
<img style="width: 100px;" src="images/logo.png" alt="">
<a class="navbar-brand" id="home" href="#">Forest School</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar"
aria-labelledby="offcanvasDarkNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Forest School</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/education.html">Education Programs</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="/contacts.html">Contacts</a>
</li>
</ul>
<form class="btn-group d-flex mt-3" role="search">
<a class="btn btn-info" href="/signin.html">Sign In</a>
<a class="btn btn-success" href="/login.html">Login</a>
</form>
</div>
</div>
</div>
</nav>
<!-- carts -->
<section id="education" class="d-flex gap-5 flex-wrap justify-content-center my-5">
<!-- kart 1 -->
<div class="card" style="width: 18rem;">
<img src="images/11.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Primary School</h5>
<p class="card-text">The Nature School Primary is a leading progressive independent school. Following
the NSW Syllabus, our focus is on providing the highest quality education, delivered in a unique
environment with a focus on nature. We take an integrated approach to learning and encourage our
students to develop scientific enquiry, explore different perspectives and learn by doing. Students
at TNS are scientific thinkers, curious questioners, and articulate communicators, capable of
affecting change now and in the future.</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 2 -->
<div class="card d-flex align-items-center justify-content-center" style="width: 18rem;">
<img src="images/2.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Secondary School</h5>
<p class="card-text">The Nature School is proud to announce that we will continue expanding our
education program into Secondary School, beginning with the introduction of Year 7 in 2023. Our
Secondary program will expand to cater for students in Years 7-10 by 2026. At TNS Secondary,
creativity, problem-solving, independent thinking, communication and collaboration will continue to
be fostered. Building on the strengths of our Primary years, teachers will extend the Learning
Naturally framework to design a robust academic program with an integrated approach to selected
subjects.
</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 3 -->
<div class="card" style="width: 18rem;">
<div>
<img src="images/3.jpeg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Early Years</h5>
<p class="card-text">Our Early Years program operates outdoors and is for children 3-5 years. The
program fosters each child’s skill-building and holistic development. We encourage children to
expand their independent thinking and curiosity, facilitating their development into confident
young learners.</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 4 -->
<div class="card" style="width: 18rem;">
<div>
<img src="images/13.jpeg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Little Explorers Playgroup</h5>
<p class="card-text">An opportunity for children aged 0-3 years and their family members to explore
natural spaces and network with other families who enjoy spending time in nature. The program is
currently on hold, but please keep an eye out for updates on its return. </p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 5 -->
<div class="card" style="width: 18rem;">
<img src="images/7.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title border-bottom pb-3">School Holiday Program</h5>
<p class="card-text">The Nature School holiday programs are open to Primary School children (5-12
years) and maintain the core philosophies of The Nature School. The mixed-age group environment
supports children of all ages to build on their empathy, social and communication skills.
</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 6 -->
<div class="card" style="width: 18rem;">
<img src="images/4.png" class="card-img-top" alt="...">
<div class="card-body ">
<h5 class="card-title border-bottom pb-3">Nature Walk Treasure Hunt</h5>
<p class="card-text">Here's another idea to get you outside and walking about: Nature Walk Scavenger
Hunt. Kids can look for squirrels, birds, caterpillars, rocks, water, and more. Use our picture
version for little ones who can't read all the words yet or the text-only version for older
children.</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 7 -->
<div class="card" style="width: 18rem;">
<img src="images/8.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Swimming</h5>
<p class="card-text">Forest School swimming groups are programs that provide children with the
opportunity to learn about water safety, swimming skills, and aquatic environments in natural
settings. These programs typically take place in rivers, lakes, or other bodies of water within
forested areas, and are designed to promote outdoor learning and physical activity.
Forest School swimming groups may be organized for different age groups, ranging from
preschoolers to teenagers.
</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 8 -->
<div class="card" style="width: 18rem;">
<img src="images/12.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Camp Fire</h5>
<p class="card-text"> The programs that provide children with the opportunity to learn about fire
safety, outdoor cooking, and the natural environment in a forest setting. These programs
typically take place around a campfire and are designed to promote outdoor learning and physical
activity. Forest School campfire groups may be organized for different age groups, ranging from
preschoolers to teenagers. The programs are often led by qualified Forest School practitioners
who have experience working with children in outdoor settings. The programs may run for a few
hours or a full day, depending on the age group and the specific activities involved.
</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
<!-- kart 9 -->
<div class="card" style="width: 18rem;">
<img src="images/0.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title border-bottom pb-3">Middle school</h5>
<p class="card-text">Forest School programs for middle school children may focus on developing
practical outdoor skills and engaging in more challenging outdoor activities such as hiking,
camping, and outdoor cooking. Children may also learn about environmental conservation and
sustainability. Forest School programs also may include advanced outdoor skills such as rock
climbing, canoeing, and wilderness survival. Students may also learn about environmental
science, conservation, and outdoor leadership.
</p>
<a href="#" class="btn btn-success">Learn more</a>
</div>
</div>
</section>
<!-- footer -->
<section class="bg-body">
<div class="container ">
<footer class="py-5">
<div class="row g-4">
<div class="col-6 col-md-2 mb-3">
<h5 class="text-black fw-light">LEARN MORE</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Primary
School</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Secondary
School</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Early Years</a>
</li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Middle school</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5 class="text-black fw-light">ABOUT</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">About The
School</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Our Team</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pricing</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">FAQs</a></li>
</ul>
</div>
<div class="col-6 col-md-2 mb-3">
<h5 class="text-black fw-light">GET INVOLVED</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Donate</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Board Members</a>
</li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Careers</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Contact</a></li>
</ul>
</div>
<div class="col-md-5 offset-md-1 mb-3">
<form>
<h5>Subscribe to our newsletter</h5>
<p>Monthly digest of what's new and exciting from us.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<div>
<p class="text-dark">© 2023 Company, Inc. All rights reserved.</p>
</div>
<div class="social">
<a href=""><i class="fa-brands fa-facebook"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-github"></i></a>
</div>
</div>
</footer>
</div>
</section>
<!-- Bootstrap script kodları -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js"></script>
</body>
</html>