-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnotes-en.html
More file actions
312 lines (216 loc) · 18.8 KB
/
notes-en.html
File metadata and controls
312 lines (216 loc) · 18.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Kids Learning Code</title>
<link rel="stylesheet" href="framework/css/slideshow.css" data-noprefix>
<link rel="stylesheet" href="framework/css/fonts.css" data-noprefix>
<link rel="stylesheet" href="framework/css/highlightjs/github.css" data-noprefix>
<link rel="stylesheet" href="framework/css/styles.css" data-noprefix>
<link rel="shortcut icon" href="framework/img/favicon.ico">
<!-- Takes care of CSS3 prefixes -->
<script src="framework/scripts/prefixfree.min.js"></script>
<!-- opens all links in a new window -->
<base target="_blank">
</head>
<!-- Timer/progress bar: Define the presentation duration using "data-duration" in minutes. -->
<body class="en" data-duration="360">
<main>
<section class="slide" data-toc data-markdown>
<script type="text/template">
##Lead Instructor Notes
##Kids Learning Code: Webmaking with HTML & CSS
<br>
#INDEX
###<a href="#slide2" target="_self">Using Mozilla Thimble</a>
###<a href="#slide3" target="_self">Schedule</a>
###<a href="#slide4" target="_self">Introduction</a>
###<a href="#slide5" target="_self">Code-Along</a>
###<a href="#slide6" target="_self">Work Session</a>
###<a href="#slide7" target="_self">Intro to CSS</a>
###<a href="#slide8" target="_self">Work Session</a>
###<a href="#slide9" target="_self">Unplugged Activity (Optional)</a>
###<a href="#slide10" target="_self">Closing</a>
<br>
#Using Mozilla Thimble
Thimble is a free, online text editing tool for creating webpages with HTML, CSS, and JavaScript, but we’re focusing on the first two. Thimble provides a ton of starter projects to remix, or the ability to start a project from scratch. Everything created in Thimble can be published online for others to see, without worrying about domains or hosting fees. Here are a few resources to get you started:
* Mozilla Thimble <a href="https://thimble.mozilla.org/en-US/">Website</a>
* Troubleshooting: <a href="https://wiki.mozilla.org/Thimble/FAQ">Thimble FAQ</a>
* HTML <a href="http://www.w3schools.com/tags/default.asp">Reference</a>
* CSS <a href="http://www.w3schools.com/cssref/default.asp">Reference</a>
<br>
#Schedule
 Introduction (30 min)
 Code-Along (30 min)
 Work Session (45 min)
 Intro to CSS (30 min)
 Work Session (45 min)
<br>
#Introduction
##Kick-Off Script
Welcome to our Kids Learning Code workshop: Webmaking with HTML & CSS! We’re so glad that you could be here today and hope you’re ready to learn lots of new things.
How many of you have been to one of our workshops or camps before?
(If you get some hands up, ask a few of them what workshops they attended)
We started running our first programs for kids with Kids Learning Code workshops and camps back in 2012, and then since we had so many people asking if boys could come too we started Kids Learning Code a year later in 2013. Since then, we’ve expanded to over 29 cities across Canada and have taught over 19,000 kids how to code!
Before we get started with our workshop, there are a few things we need to go over:
* <strong>Washrooms:</strong> Can everyone please point in the direction of the washrooms? (clarify where they are located) If you need to go to the washroom, please bring a buddy with you.
* <strong>Water:</strong> If you brought a water bottle with you, you’re welcome to keep it on your desk, but make sure to keep the lid closed when you’re not using it. If you don’t have a water bottle, one of our mentors can help grab a glass from the kitchen later on (but please keep glasses away from laptops).
* <strong>Break/snacks:</strong> We’ll have a 10 minute break when you can eat any snacks you brought with you or just stretch your legs. If you have a (peanut free) snack, please eat it out front and clean up any crumbs or wrappers when you’re done.
##Intro Slides

<br>
#Code-Along
* Choose a remixing activity from the <a href="https://docs.google.com/spreadsheets/d/1ckzccm6FAIiOKTs_OKP64XORKTcDnZHwfFN5cfGBmto/edit?usp=sharing">activity list</a>. Suggested activity: Superhero Profile.
* Read the description and test it out ahead of time, so that it’s familiar.
* Go through the chosen activity. While remixing on your screen, be sure to point out IMAGE tags and LINK tags. These are formatted a bit differently.
* Remind learners: when remixing projects in HTML, it’s important not to accidentally delete tags. Show learners how to edit the text within the tags to start. Deleting and replacing tags is fine - as long as it’s intentional!
* Click ‘Publish’ to save remixed projects. Webmaker projects require a username and password to publish. Learners can login with <strong>girlslearncode / helloworld123 (GLC) or kidslearningcode / Helloworld123 (KLC).</strong>
<br>
#Work Session
* Time to build our websites! Brainstorm some ideas for websites as inspiration (see slide #24 for examples).
* Open up a new project in <a href="http://thimble.mozilla.org">Mozilla Thimble</a>, and take a look at the tags already provided. Go through them again as a refresher. (The ```<meta>``` tags can be distracting, so it might be helpful to point out that they are in the HEAD because they hold information for the browser that we don’t need everyone else to see.)
* Go through STEPS 1-3 (slides #26-28) to get learners started.
* Use the Add-On’s as needed (slides #29,30).
* Give learners time to add some more text and images to their websites (slide #31).
Provide printed <a href="https://docs.google.com/document/d/1jVa14X__A63sA6XsDhzXqRwbZszartYkQ_ARM8TedtU/edit?usp=sharing">STEPS sheets</a> at the front for learners to bring to their seat, as needed. Go through the steps together, but inform the group that they can borrow a sheet for any of the steps if they are ahead or behind the group, so they can work at their own pace. Remind them to return the sheet to the front when they grab the next one.
<br>
#Intro to CSS
##Slides, continued

<br>
#Work Session
* Time to style our websites! Have the style.css page open in Thimble, and the <a href="http://css.cool">css.cool</a> website open in another tab.
* Show learners how to click on elements in css.cool to copy to their clipboard, then paste in Thimble (remind them of ctrl+V shortcut).
* Go through STEPS 1-3 (slides #43-45) to get learners started, referring back to css.cool for additional inspiration.
* Use the Add-On’s as needed (slides #46-48).
* Remind learners that they can borrow the <a href="https://docs.google.com/document/d/1jVa14X__A63sA6XsDhzXqRwbZszartYkQ_ARM8TedtU/edit?usp=sharing">STEPS sheets</a> from the front to track along at their own pace.
* Give learners time to continue styling and working on their websites until the end of the workshop.
* Save the last 5-10 minutes for demos. Ask for a few volunteer learners to share their website up front. Optionally, open up the websites in preview mode on all of the computers and have a ‘Gallery Walk’ where learners walk around and look at each other's projects.
<br>
#Unplugged Activity (Optional)
If you notice that the group is needing a break, give them 10 minutes to use the washroom, get some water, or grab a snack from their bags. Another option is to run an unplugged activity midway through the workshop to get them out of their seats and moving around. Unplugged activities usually take around 10 minutes to run. Choose an unplugged activity from the <a href="https://docs.google.com/document/d/1tUTiHl7scs8RHdLLvdmZTFtD9EuAyZhetTLFgvar5CQ/edit?usp=sharing">activity list</a>. Suggested activity: TAG Puzzle.
<br>
#Closing Script
Who can tell me something new they learned today? (<strong>*Refer to slide 50 for examples</strong>. If you don’t get any hands up, you can either ask a specific kid that was definitely engaged during the workshop, or review a couple of the key lessons in the workshop)
You all did an amazing job and we’re really impressed with how great your projects turned out.
If you want to learn more about coding, design, and technology, go onto our site kidslearningcode.com to check out all of our upcoming workshops and join our mailing list. (Announce next workshop and give short description).
Before we go, let’s give our mentors a big hand!
Thanks and we hope to see you all in another workshop soon!
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Using Mozilla Thimble
Thimble is a free, online text editing tool for creating webpages with HTML, CSS, and JavaScript, but we’re focusing on the first two. Thimble provides a ton of starter projects to remix, or the ability to start a project from scratch. Everything created in Thimble can be published online for others to see, without worrying about domains or hosting fees. Here are a few resources to get you started:
* Mozilla Thimble <a href="https://thimble.mozilla.org/en-US/">Website</a>
* Troubleshooting: <a href="https://wiki.mozilla.org/Thimble/FAQ">Thimble FAQ</a>
* HTML <a href="http://www.w3schools.com/tags/default.asp">Reference</a>
* CSS <a href="http://www.w3schools.com/cssref/default.asp">Reference</a>
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Schedule
 Introduction (30 min)
 Code-Along (30 min)
 Work Session (45 min)
 Intro to CSS (30 min)
 Work Session (45 min)
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Introduction
##Kick-Off Script
Welcome to our Kids Learning Code workshop: Webmaking with HTML & CSS! We’re so glad that you could be here today and hope you’re ready to learn lots of new things.
How many of you have been to one of our workshops or camps before?
(If you get some hands up, ask a few of them what workshops they attended)
We started running our first programs for kids with Kids Learning Code workshops and camps back in 2012, and then since we had so many people asking if boys could come too we started Kids Learning Code a year later in 2013. Since then, we’ve expanded to over 29 cities across Canada and have taught over 19,000 kids how to code!
Before we get started with our workshop, there are a few things we need to go over:
* <strong>Washrooms:</strong> Can everyone please point in the direction of the washrooms? (clarify where they are located) If you need to go to the washroom, please bring a buddy with you.
* <strong>Water:</strong> If you brought a water bottle with you, you’re welcome to keep it on your desk, but make sure to keep the lid closed when you’re not using it. If you don’t have a water bottle, one of our mentors can help grab a glass from the kitchen later on (but please keep glasses away from laptops).
* <strong>Break/snacks:</strong> We’ll have a 10 minute break when you can eat any snacks you brought with you or just stretch your legs. If you have a (peanut free) snack, please eat it out front and clean up any crumbs or wrappers when you’re done.
##Intro Slides

</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Code-Along
* Choose a remixing activity from the <a href="https://docs.google.com/spreadsheets/d/1ckzccm6FAIiOKTs_OKP64XORKTcDnZHwfFN5cfGBmto/edit?usp=sharing">activity list</a>. Suggested activity: Superhero Profile.
* Read the description and test it out ahead of time, so that it’s familiar.
* Go through the chosen activity. While remixing on your screen, be sure to point out IMAGE tags and LINK tags. These are formatted a bit differently.
* Remind learners: when remixing projects in HTML, it’s important not to accidentally delete tags. Show learners how to edit the text within the tags to start. Deleting and replacing tags is fine - as long as it’s intentional!
* Click ‘Publish’ to save remixed projects. Webmaker projects require a username and password to publish. Learners can login with <strong>girlslearncode / helloworld123 (GLC) or kidslearningcode / Helloworld123 (KLC).</strong>
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Work Session
* Time to build our websites! Brainstorm some ideas for websites as inspiration (see slide #24 for examples).
* Open up a new project in <a href="http://thimble.mozilla.org">Mozilla Thimble</a>, and take a look at the tags already provided. Go through them again as a refresher. (The ```<meta>``` tags can be distracting, so it might be helpful to point out that they are in the HEAD because they hold information for the browser that we don’t need everyone else to see.)
* Go through STEPS 1-3 (slides #26-28) to get learners started.
* Use the Add-On’s as needed (slides #29,30).
* Give learners time to add some more text and images to their websites (slide #31).
Provide printed <a href="https://docs.google.com/document/d/1jVa14X__A63sA6XsDhzXqRwbZszartYkQ_ARM8TedtU/edit?usp=sharing">STEPS sheets</a> at the front for learners to bring to their seat, as needed. Go through the steps together, but inform the group that they can borrow a sheet for any of the steps if they are ahead or behind the group, so they can work at their own pace. Remind them to return the sheet to the front when they grab the next one.
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Intro to CSS
##Slides, continued

</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Work Session
* Time to style our websites! Have the style.css page open in Thimble, and the <a href="http://css.cool">css.cool</a> website open in another tab.
* Show learners how to click on elements in css.cool to copy to their clipboard, then paste in Thimble (remind them of ctrl+V shortcut).
* Go through STEPS 1-3 (slides #43-45) to get learners started, referring back to css.cool for additional inspiration.
* Use the Add-On’s as needed (slides #46-48).
* Remind learners that they can borrow the <a href="https://docs.google.com/document/d/1jVa14X__A63sA6XsDhzXqRwbZszartYkQ_ARM8TedtU/edit?usp=sharing">STEPS sheets</a> from the front to track along at their own pace.
* Give learners time to continue styling and working on their websites until the end of the workshop.
* Save the last 5-10 minutes for demos. Ask for a few volunteer learners to share their website up front. Optionally, open up the websites in preview mode on all of the computers and have a ‘Gallery Walk’ where learners walk around and look at each other's projects.
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Unplugged Activity (Optional)
If you notice that the group is needing a break, give them 10 minutes to use the washroom, get some water, or grab a snack from their bags. Another option is to run an unplugged activity midway through the workshop to get them out of their seats and moving around. Unplugged activities usually take around 10 minutes to run. Choose an unplugged activity from the <a href="https://docs.google.com/document/d/1tUTiHl7scs8RHdLLvdmZTFtD9EuAyZhetTLFgvar5CQ/edit?usp=sharing">activity list</a>. Suggested activity: TAG Puzzle.
</script>
</section>
<section class="slide" data-toc data-markdown>
<script type="text/template">
#Closing Script
Who can tell me something new they learned today? (<strong>*Refer to slide 50 for examples</strong>. If you don’t get any hands up, you can either ask a specific kid that was definitely engaged during the workshop, or review a couple of the key lessons in the workshop)
You all did an amazing job and we’re really impressed with how great your projects turned out.
If you want to learn more about coding, design, and technology, go onto our site kidslearningcode.com to check out all of our upcoming workshops and join our mailing list. (Announce next workshop and give short description).
Before we go, let’s give our mentors a big hand!
Thanks and we hope to see you all in another workshop soon!
</script>
</section>
</main><!-- cls main section -->
<script src="framework/scripts/jquery-1.11.0.min.js"></script>
<script src="framework/scripts/slideshow.js"></script>
<!-- Uncomment the plugins you need -->
<script src="framework/scripts/plugins/css-edit.js"></script>
<script src="framework/scripts/plugins/css-snippets.js"></script>
<script src="framework/scripts/plugins/css-controls.js"></script>
<!-- <script src="plugins/code-highlight.js"></script>-->
<script src="framework/scripts/plugins/markdown/marked.js"></script>
<script src="framework/scripts/plugins/markdown/markdown.js"></script>
<script src="framework/scripts/plugins/highlight/highlight-8.4.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="framework/scripts/llc.js"></script>
<script>
var slideshow = new SlideShow();
// Grabs all the .snippet elements
var snippets = document.querySelectorAll('.snippet');
for(var i=0; i<snippets.length; i++) {
new CSSSnippet(snippets[i]);
}
</script>
</body>
</html>