-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides-en.html
More file actions
193 lines (162 loc) · 7.14 KB
/
slides-en.html
File metadata and controls
193 lines (162 loc) · 7.14 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
<!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> 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 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>
<!--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/197985216/?autostart=false" frameborder="0" allowfullscreen></iframe>
## <a href="https://scratch.mit.edu/projects/197985216">Spiral Maker</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 centered" data-markdown>
<script type="text/template">

## 1. ASK FOR HELP
## 2. BE PRESENT
## 3. TRY YOUR BEST!
</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
 <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>