-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
74 lines (59 loc) · 2.2 KB
/
services.html
File metadata and controls
74 lines (59 loc) · 2.2 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
---
title: Services
description: 'Savi offers coaching, workshops, and courses to help educators get the
most out of their projects.
'
layout: page
---
<div class='featured-section intro-section'>
<h1>Savi Ed Labs – How We Help</h1>
</div>
<div class='row'>
<div class='col col--third service'>
<img
src='/images/services/coaching.svg'
class='service__icon'
>
<h3 class='service__title'>
Personalized Coaching
</h3>
<p class='service__description'>Savi offers personalized instructional coaching to help you design and implement your project.</p>
<p class='service__description'>Having trouble locating a community partner, finding resources, or planning your exhibition? We’re here to help!</p>
<ul class='service__list'>
<li>Project design + tuning</li>
<li>PBL management tools + techniques</li>
<li>Concierge support</li>
</ul>
</div>
<div class='col col--third service'>
<img
src='/images/services/workshops.svg'
class='service__icon'
>
<h3 class='service__title'>
Workshops
</h3>
<p class='service__description'>Savi facilitates customized workshops for school teams, teacher education programs, and community organizations.</p>
<h5 class='service__subtitle'>Sample Sessions</h5>
<ul class='service__list'>
<li>Intro to Project Based Learning</li>
<li>PBL Design Principles</li>
<li>Managing the PBL classroom</li>
</ul>
</div>
<div class='col col--third service'>
<img
src='/images/services/courses.svg'
class='service__icon'
>
<h3 class='service__title'>
Courses
</h3>
<p class='service__description'>Want to get a jump start building your next project?</p>
<p class='service__description'>Join us for an interactive deep-dive into high-quality PBL. Explore new ideas and practices to spark deeper learning. Design experiences that provoke inquiry and fuel the creation of authentic products that have meaning in our world.</p>
<p class='service__description'>Leave with your project ready to launch!</p>
</div>
</div>
<div class='row padding-top-md text--center'>
<a class='btn' href='/contact'>Contact Us</a>
</div>