-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
347 lines (273 loc) · 14.4 KB
/
index.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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="description" content="Getting Unstuck is a 10-module intermediate Scratch curriculum to help your students develop greater creative and conceptual fluency with code, from the Creative Computing Lab at the Harvard Graduate School of Education." />
<meta name="keywords" content="Getting Unstuck, K–12 computer science education, K–12 computing education, programming, coding, computational thinking, creative computing, Scratch, teachers, expression, student-centered learning, Creative Computing Lab, Harvard Graduate School of Education" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="static/css/bootstrap.css" rel="stylesheet">
<link href="static/css/embed-youtube.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7COpen+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic%7CAbril+Fatface:regular"
media="all">
<link href="static/img/favicon.png" rel="icon" type="image/png">
<title>Getting Unstuck</title>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121701097-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121701097-1');
</script>
</head>
<body class="d-flex flex-column h-100">
<main>
<nav class="navbar navbar-expand-lg navbar-light bg-primary rounded" aria-label="Navigation bar">
<div class="container-fluid">
<div class="navbar-brand" style="margin-left:1rem">
<a href="index.html"><img style="height:4rem"
src="static/img/logo.png"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#site-navbar"
aria-controls="site-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-md-center" id="site-navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active"
href="index.html">WELCOME</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="index.html#" id="modules-dropdown" data-bs-toggle="dropdown"
aria-expanded="false">CURRICULUM</a>
<ul class="dropdown-menu" aria-labelledby="modules-dropdown">
<li>
<a class="dropdown-item "
href="modules/orientation.html">Start Here
</a>
</li>
<div class="dropdown-divider"></div>
<li>
<a class="dropdown-item "
href="modules/when-clicked.html">When Clicked
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/parallelism.html">Parallelism
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/key-press.html">Key Press
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/loops.html">Loops
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/broadcast.html">Broadcast
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/color-sensing.html">Color Sensing
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/random.html">Random
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/ask-and-answer.html">Ask and Answer
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/variables.html">Variables
</a>
</li>
<li>
<a class="dropdown-item "
href="modules/lists.html">Lists
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="index.html#" id="translations-dropdown" data-bs-toggle="dropdown"
aria-expanded="false">TRANSLATIONS</a>
<ul class="dropdown-menu" aria-labelledby="translations-dropdown">
<li>
<a class="dropdown-item "
href="translations/español.html">Español
</a>
</li>
<li>
<a class="dropdown-item "
href="translations/français.html">Français
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link "
href="faq.html">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="bg-white">
<div class="container">
<div class="row bg-white px-5-md py-4 py-md-5">
<div class="col-lg-5 mx-auto my-auto">
<h1>What if your students<br>could create anything<br>they imagined with code?</h1>
<p>Getting Unstuck is a 10-module intermediate Scratch curriculum to help your students develop greater
creative and conceptual fluency with code. The curriculum reimagines the classroom as a design
studio: a culture of learning in which students explore, create, share, and reflect. Get started
with the curriculum by reading the orientation, then explore the modules.</p>
<div class="my-4">
<a class="btn btn-secondary" style="padding-left:1.5em;padding-right:1.5em;"
href="modules/orientation.html"
role="button">GET STARTED</a>
</div>
</div>
<div class="col-lg-7 my-auto">
<div class="embed-youtube" data-video-id="-MIKW9Wcml0">
<div class="embed-youtube-play"></div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-primary">
<div class="container">
<div class="row bg-primary px-5-md py-4 py-md-5">
<div class="col-lg-7 mb-5 my-auto d-none d-lg-block">
<div id="carousel" class="carousel carousel-dark slide me-md-4" data-bs-interval="false"
data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="3"
aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="static/img/projectprompt.png" class="d-block w-100"
alt="Project Prompt">
</div>
<div class="carousel-item">
<img src="static/img/read-me.png" class="d-block w-100"
alt="Read Me">
</div>
<div class="carousel-item">
<img src="static/img/code-comments.png" class="d-block w-100"
alt="Code Comments">
</div>
<div class="carousel-item">
<img src="static/img/heartandstar.png" class="d-block w-100"
alt="Heart and Star">
</div>
</div>
</div>
</div>
<div class="col-lg-5 mx-auto my-auto">
<div>
<h1>Modules</h1>
<p>Each of the 10 modules in Getting Unstuck is focused on a different prompt to create a
student-directed Scratch project using a particular computational concept. Explore the modules
below:
</p>
<div class="container-fluid">
<ul class="module-list">
<div class="row">
<div class="col">
<li><a
href="modules/orientation.html">Start Here</a>
</li>
<li><a
href="modules/when-clicked.html">When Clicked</a>
</li>
<li><a
href="modules/parallelism.html">Parallelism</a>
</li>
<li><a
href="modules/key-press.html">Key Press</a>
</li>
<li><a
href="modules/loops.html">Loops</a>
</li>
</div>
<div class="col">
<li><a
href="modules/broadcast.html">Broadcast</a>
</li>
<li><a
href="modules/color-sensing.html">Color Sensing</a>
</li>
<li><a
href="modules/random.html">Random</a>
</li>
<li><a
href="modules/ask-and-answer.html">Ask and Answer</a>
</li>
<li><a
href="modules/variables.html">Variables</a>
</li>
<li><a
href="modules/lists.html">Lists</a>
</li>
</div>
</div>
</ul>
</div>
<p>The activities in each module are designed to help students create Scratch projects that are
unique and matter to them, while exploring a particular computer science concept. This work is
supported through the essential design studio practices of exploring, creating, sharing, and
reflecting.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer mt-auto bg-secondary">
<div class="container px-5-md py-4">
<div class="row ">
<div class="col-lg-12 text-center">
<p>The Getting Unstuck curriculum is a project of the
<a href="https://creativecomputing.gse.harvard.edu/" target="_blank">Creative Computing Lab</a> at the
<a href="https://www.gse.harvard.edu/" target="_blank">Harvard Graduate School of Education</a>.
</p>
</div>
</div>
<div class="row ">
<div class="col-lg-12 text-center">
<a href="https://twitter.com/HGSE_CCL" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/groups/GettingUnstuckCommunity" target="_blank"><i
class="fab fa-facebook"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="far fa-envelope"></i></a>
</div>
</div>
</div>
</footer>
<script src="static/js/fontawesome.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="static/js/embed-youtube.js"></script>
<script src="static/js/iphone.js"></script>
</body>
</html>