-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunchpad.html
More file actions
153 lines (123 loc) · 5.25 KB
/
launchpad.html
File metadata and controls
153 lines (123 loc) · 5.25 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
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
---
title: LaunchPad
description: Project based learning curriculum builder for educators. The best way
to build and share awesome projects.
layout: page
---
<div class='launchpad'>
<div class='wrapper--tight'>
<div class='featured-section intro-section'>
<h1 class='off-screen'>LaunchPad</h1>
<img
src='/images/launchpad.png'
alt='LaunchPad Logo'
class='launchpad__logo'
>
<p class='intro-text'>The best way to build and share awesome projects.</p>
<a class='btn'
href='https://launchpad.savilabs.org/auth/signup'
target='_blank'>
Sign Up
</a>
</div>
</div>
<div class='featured-section'>
<div class='launchpad__screenshot'>
<h4 class='featured--section__title'>
Design high-quality, personalized learning experiences
</h4>
<img
src='/images/launchpad/project.png'
alt='LaunchPad Project Screenshot'
>
</div>
<div class='launchpad__screenshot'>
<h4 class='featured--section__title'>
Organize and manage projects from the Dashboard
</h4>
<img
src='/images/launchpad/dashboard.png'
alt='LaunchPad Dashboard Screenshot'
>
</div>
</div>
<div class='wrapper--tight'>
<div class='featured-section'>
<h3 class='featured--section__title'>
Features
</h3>
<ul class='launchpad__features'>
<li>
<h4>Optimized for Project Based Learning</h4>
<p>Designing awesome projects should be fun. With LaunchPad, it is! LaunchPad’s core architecture facilitates high-quality project design. Enjoy an elegant interface to capture a great idea or storyboard your entire expedition.</p>
</li>
<li>
<h4>Built for Sharing</h4>
<p>LaunchPad helps you assemble your team and plan collaboratively. Teachers, students and community partners can share ideas, inspiration, and work together to get the most out of every learning experience.</p>
</li>
<li>
<h4>The Power to Personalize</h4>
<p>LaunchPad puts learners in the driver’s seat. Co-design projects with students that provide flexible pathways toward demonstrating learning outcomes.</p>
</li>
<li>
<h4>Proficiency Management—Simplified</h4>
<p>LaunchPad facilitates backward design. Easily front-load project proficiencies, skills, and big ideas. Quickly tag them to experiences as you build your project. Your customized learning scales are always one click away.</p>
</li>
</ul>
</div>
<div class='featured-section'>
<h3 class='featured--section__title'>
Pricing
</h3>
<p>LaunchPad is beta and currently free for all users. We are busy polishing the app and working on new features that will make your experience even better.</p>
<p>Have a great idea? <a href='/contact'>Get in touch!</a> Your feedback is invaluable and will help shape the platform.</p>
</div>
<div class='featured-section'>
<h3 class='featured--section__title'>
Get Inspired
</h3>
<p>Looking for your next project? We’re assembling a <strong>Showcase Gallery</strong> of exemplary projects that you can fully customize to fit your needs.</p>
<p>Do you have an amazing project idea in the works? We’d love to feature it. <a href='/contact'>Contact Us</a></p>
</div>
<div class='featured-section'>
<h3 class='featured--section__title'>
What Users Have to Say
</h3>
<div class='home__testimonials'>
<div class='home__testimonial'>
<blockquote>
Launchpad is an easy to use, organized, and visually
appealing way to develop project based learning expeditions.
Teachers or students can design learning experiences, tag
proficiencies, link resources, and share with team members
all in one convenient place. As a professional development
coordinator, I work with teachers to design integrated
service and project-based learning units. LaunchPad is my
go-to planning tool.
</blockquote>
<span class='quote-author'>
— Katy Farber<br>
Author + Teacher Coach
</span>
</div>
<div class='home__testimonial'>
<blockquote>
Savi Ed Labs are experts in project-based learning who know how to scaffold rigorous experiential learning opportunities. Their app, LaunchPad, reflects design thinking in its flexibility and clean aesthetic—finally a platform that is intuitive, functional, and looks great! LaunchPad supports a backwards-design approach to planning projects, with standards that can be loaded with just a few clicks.
</blockquote>
<span class='quote-author'>
— Michael Martin<br>
Director of Curriculum & Technology, Montpelier Public Schools<br>
Rowland Foundation Senior Associate
</span>
</div>
</div>
</div>
<div class='featured-section'>
<a class='btn'
href='https://launchpad.savilabs.org/auth/signup'
target='_blank'>
Get Started for Free
</a>
</div>
</div>
</div>