-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathour-story.html
More file actions
106 lines (93 loc) · 3.34 KB
/
our-story.html
File metadata and controls
106 lines (93 loc) · 3.34 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
98
99
100
101
102
103
104
105
106
---
title: Our Story
description: Details about Savi's values and mission, and bios of the team members.
layout: fw_page
redirect_from:
- "/ideas/"
- "/team/"
- "/core-values/"
- "/about/"
- "/about"
---
<div class='our-story'>
<div class='banner banner--our-story with-image'>
<h1 class='banner__title'>Our Story</h1>
</div>
<div class="wrapper">
<div class='featured-section wrapper--tight'>
<p class='intro-text'>
We are a team of passionate educators, artists, and change-agents committed to helping teachers design and implement engaging learning experiences.
</p>
</div>
<div class='row padding-top-md our-story__team'>
<div class='col'>
<h2>Team</h2>
</div>
<div class='col col--half person'>
<img
src='/images/people/peter.jpg'
class='person__photo'
>
<h4 class='person__name'>
Peter Stratman
</h4>
<p>
Peter Stratman has extensive experience with community-based
education, youth voice, and service learning. As a former
AmeriCorps member and Program Director for the Youth Involvement
Network in Portland, Oregon, Peter cultivated a passion for
transforming public schools.
</p>
<p>
For the last eleven years, Peter has
been a teacher-leader at Cabot School in Vermont, helping
implement a multi-aged, project-based learning program for middle
school students. Cabot Middle School has earned wide recognition
for fostering a culture of student engagement fueled by
innovative, technology-rich PBL expeditions and adventure-based
leadership. Peter has shared his expertise in PBL and middle
school education at numerous conferences and workshops. Peter is a
2014 Rowland Fellow.
</p>
</div>
<div class='col col--half person'>
<img
src='/images/people/brian.jpg'
class='person__photo'
>
<h4 class='person__name'>
Brian Boyes
</h4>
<p>
Brian Boyes has been in education for nearly 20 years and has
twice received special recognition from the Vermont Arts Alliance
for his unique and creative approach to music education at Cabot
School.
</p>
<p>
For the last 16 years he has developed and led the Cabot
School Global and Creative music program widely recognized for its
innovative approaches to infusing the performing arts into a
project-based teaching and learning environment. As a
teacher-leader, Brian serves as Cabot School’s Project Based
Learning Coach. A well-known and sought after Vermont musician and
composer, Brian currently leads several different ensembles in
Vermont.
</p>
</div>
</div>
<div class='row padding-top-md our-story__team'>
<div class="wrapper">
<div class='wrapper--tight'>
<img
src='/images/rowland-logo.png'
class='rowland-logo'
>
<p>
LaunchPad is made possible through the generous support of the <a href='http://www.therowlandfoundation.org/'>Rowland Foundation.</a>
</p>
</div>
</div>
</div>
</div>
</div>