-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphilosophy.html
More file actions
47 lines (34 loc) · 1.77 KB
/
philosophy.html
File metadata and controls
47 lines (34 loc) · 1.77 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
<!-- @include _top.html -->
<!-- @include _nav.html -->
<div class="main_content">
<div class="row">
<div class="large-8 small-12 columns"><h1 class="page_title">Our Philosophy and Mission</h1>
</div>
</div>
<div class="row">
<div class="large-8 columns large-offset-1 small-12">
<p class="lead">
At the Nantucket Lighthouse School we seek to nurture in each child the power to create <em>a personally meaningful life</em>, one that is a continual process of <em>discovery and joy</em>. We regard childhood as a magical and determining moment in life, when <em>curiosity and wonder illuminate experience.</em>
</p>
</div>
</div>
<div class="panel">
<div class="row">
<div class="columns large-4">
<p>
We are committed to the education of the whole child, concerning ourselves equally with ethical and intellectual development. We believe in the human urge to grow and to learn, and we respect the individual nature and rhythm of each child’s path. We seek to preserve the vital connections in a child’s thinking, feeling and willing, thus allowing a world of vibrant thought to unfold.
</p>
</div>
<div class="columns large-8"><img src="http://placehold.it/640x400&text=video"/></div>
</div>
</div> <!-- panel -->
<div class="row">
<div class="columns large-8 large-offset-1 small-12">
<p>
We consider a child’s relationship to self, others and the world to be fundamental to his emotional maturation. Thus, we are committed to cultivating those qualities of a child’s humanity – compassion, kindness, love, and consideration – that inspire an inner joy, and a feeling of responsibility toward the world.
</p>
</div>
</div>
</div>
<!-- @include _footer.html -->
<!-- @include _bottom.html -->