-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides2-en.html
More file actions
211 lines (174 loc) · 8.11 KB
/
slides2-en.html
File metadata and controls
211 lines (174 loc) · 8.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Canada 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 welcome highlight">
<h1><img class="logo-stacked" src="framework/img/workshop/codemobilelogo.png" alt="Code Mobile logo">Welcome!</h1>
<h2 style="margin-left:2%;"> <br> While you<br> wait</h2>
<p><br>Please install the Scratch App: <a href="https://scratch.mit.edu/download">https://scratch.mit.edu/download</a></p>
<!--
<h2 style="margin-left:2%;"> <br> Pair<br> Programming</h2>
<p><br>2 Heads are better than 1
<br>Two learners per laptop</p>
<hr>
<h2>Scratch<br>Login</h2>
<p><strong><a href="http://bit.ly/replace-with-link-to-class">bit.ly/replace-with-link-to-class</a></strong></p>
<p>Create a NEW account (follow instructions)</p>
-->
</div>
<footer>
<a class="left" rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" src="framework/img/cc-by-nc.png" /></a>
<p class="left">Slide presentation created by <a href="http://christinatruong.com">Christina Truong</a>. Content created by Kassandra Lenters & Eden Beronio for <a prefix="cc: http://creativecommons.org/ns#" href="http://ladieslearningcode.com" property="cc:attributionName" rel="cc:attributionURL">Ladies Learning Code</a></p>
<p class="right">Use the left <span class="arrow">←</span> and right <span class="arrow">→</span> arrow keys to navigate</p>
</footer>
</section>
<section class="slide two-col-list" data-markdown>
<script type="text/template">
#WELCOME
* Please test and make sure you have <strong>Scratch Desktop</strong> open and ready to go!<br>
* When you are ready, please type <strong>ready</strong> in the message board and you will be sent to the party room
* If you need help, please type <strong>help</strong> in the message board and someone will support<br><br>
* <img src="framework/img/workshop/scratch-preview.png" alt="Scratch App"/>
</script>
</section>
<section class="slide title" data-markdown>
<script type="text/template">
#Introductions
</script>
</section>
<section class="slide centered" data-markdown>
<script type="text/template">
#WELCOME
 <br>
<a href= "http://ladieslearningcode.com/code-mobile/!/"> [codemobile.rocks] </a>
</script>
</section>
<section class="slide centered" data-markdown>
<script type="text/template">

## 1. Keep an adult with you at all times
## 2. Ask for help
## 3. Be present
## 4. Take care of your body
## 5. No photos or audio/video recordings
</script>
</section>
<!--Insert activity here-->
<section class="slide title" data-markdown>
<script type="text/template">
# Today's Project
## We're creating digital art using Scratch
</script>
</section>
<section class="slide centered" data-markdown>
<script type="text/template">
# Today's Project
<iframe allowtransparency="true" width="485" height="402" src="https://scratch.mit.edu/projects/embed/208415729/?autostart=false" frameborder="0" allowfullscreen></iframe>
## <a href="https://scratch.mit.edu/projects/208415729">Paint with Gobo</a>
<!--UPDATE LINK ABOVE^-->
</script>
</section>
<section class="slide title" data-toc data-markdown>
<script type="text/template">
#What is Code?
</script>
</section>
<section class="slide" data-markdown>
<script type= "text/template">
#Code is..
## A SET OF INSTRUCTIONS THAT TELLS THE COMPUTER WHAT TO DO.
<br>






<p> In code, we call a set of instructions an <strong style="color:#ef0919;">algorithm</strong>.</p><!-- .element: class="delayed"-->
</script>
</section>
<section class="slide title" data-toc data-markdown>
<script type="text/template">
#LET'S GET CODING!
</script>
</section>
<section class="slide title" data-markdown>
<script type="text/template">
#Scratch
</script>
</section>
<!--
<section class="slide" data-markdown>
<script type="text/template">
#CHALLENGE
1. Make Scratch the cat say something
2. Make Scratch the cat move
3. Add another character (sprite)
4. Make your new sprite spin when the space key is pressed
</script>
</section>
-->
<!--
<section class="slide title" data-markdown>
<script type="text/template">
#DEMOS
</script>
</section>
-->
<section class="slide" data-toc data-markdown>
<script type="text/template">
# Today I Learned...
<p><strong>I can</strong> create digital artwork using code</p><!-- .element: class="delayed" -->
<p><strong>I can</strong> make my artwork interactive</p><!-- .element: class="delayed" -->
<p><strong>I can</strong> use loops to make things happen more than once</p><!-- .element: class="delayed" -->
<p><strong>I can</strong> use events to control when things happen in my project</p><!-- .element: class="delayed" -->
<p><strong>I can </strong> use Scratch to KEEP CODING!</p><!-- .element: class="delayed" -->
</script>
</section>
<main>
<section class="slide centered" data-markdown>
<script type="text/template">
#WELCOME TO THE CODE SQUAD
We'd love your feedback! <br> [http://bit.ly/online-pilot-feedback](http://bit.ly/online-pilot-feedback)
 <br>
<a href= "http://ladieslearningcode.com/code-mobile/!/"> [codemobile.rocks] </a>
</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>