-
Notifications
You must be signed in to change notification settings - Fork 7
/
cinema4.html
259 lines (225 loc) · 9.26 KB
/
cinema4.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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Mozilla Popcorn Story Camp</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/popcorn.css" rel="stylesheet">
<link href="css/story.css" rel="stylesheet">
<link href="css/video-js.css" rel="stylesheet">
<style type="text/css">
.sidebar-nav {
padding: 9px 0;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">
<!--Story Camp Header-->
<div class="row well">
<div class="span4 collab">
<a href="index.html"><img src="img/story/storycamp_logo.png" class="leftpad sc-banner-logo"> </a>
<br>
<div class="bavc-credit">
created in collaboration with <a href="http://bavc.org/" target="_blank"><img src="img/story/partner/smallbavc.gif" width="50px" /></a>
</div>
</div>
<div class="span7">
<h2>Ways of the Web</h2><br>
<h5>Hack the web. Look under the hood.</h5>
<a class="btn pull-right download-btn" href="docs/popcorn_teacher_guide.pdf"><i class="icon-download-alt"></i>Get teachers' guide [PDF]</a>
</div>
</div>
<!--End Story Camp Header-->
<hr>
<!--Start Chapter Nav-->
<div class="SC_cinema_left">
<ul class="navList">
<li>
<h1>Introduction</h1>
<a href="cinema.html"> <img src="img/story/chapter01.png"> </a></li>
<li>
<h1>History of Media</h1>
<a href="cinema2.html"> <img src="img/story/chapter02.png"></a></li>
<li>
<h1>Remix</h1>
<a href="cinema3.html"> <img src="img/story/chapter03.png"></a></li>
<li class="active-chapter">
<h1>Ways of the Web</h1>
<a href="#"> <img src="img/story/chapter04.png"></a></li>
<li>
<h1>Web Native Storytelling</h1>
<a href="cinema5.html"> <img src="img/story/chapter05.png"></a></li>
<li>
<h1>Web Native Planning</h1>
<a href="cinema6.html"> <img src="img/story/chapter06.png"></a></li>
</ul>
</div>
<!--End Chapter Nav-->
<!--Week 1 Content-->
<div class="SC_cinema_right well">
<div id="video-container">
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="768" height="480" poster="img/story/episode4.jpg"
data-setup="{}">
<source src="http://videos-origin.mozilla.org/serv/webmademovies/storycamp/storycamp_episode4.mp4" type='video/mp4'>
<source src="http://videos-origin.mozilla.org/serv/webmademovies/storycamp/storycamp_episode4.webm" type='video/webm'>
</video>
<div id="pop-container"></div>
</div>
<br>
<!--extra content-->
<div style="display:block">
<h2>Week Four Projects</h2>
<!-- teacher resources -->
<div class="pull-right">
<a class="btn btn-resource" data-toggle="modal" href="#04modal01">Week Four: Assignments</a> <br>
</div>
<!-- activity resources -->
<ul class="thumbnails">
<li>
<div class="thumbnail"> <a href="https://www.youtube.com/watch?v=axW5yPwOUAo&feature=plcp"> <img src="img/story/webinar_thumb04.png" alt=""> </a>
<h4>Chat w Michelle Levesque</h4><br>
</div>
</li>
<li>
<div class="thumbnail"> <a href="http://thimble.webmaker.org"> <img src="img/story/thimble_logo.jpg" alt=""> </a>
<h4>Play with Thimble</h4>
</div>
</li>
</ul>
</div>
<!-- modal content -->
<div id="04modal01" class="modal hide fade" style="display:none;">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h2>Week Four: Ways of the Web</h2>
</div>
<div class="modal-body">
<div class="modalFloaterRight">
<h4>About Text Editors</h4>
<br/>
<p>
<h5>What they are</h5>
<br/>
Anyone can edit HTML, CSS and Javascript using a simple text editor. Popcorn allows you to export your code, so having a basic understanding of HTML will allow you to further customize your project outside of the Popcorn interface. We recommend choosing a text editor that shows you syntax highlighting for code.
</p>
<p>
<h5>Free Text Editors</h5>
<br/>
<ul>
<li><a href="http://www.barebones.com/products/TextWrangler/Text Wrangler" target="_blank">Text Wrangler</a></li>
<li> <a href="http://notepad-plus-plus.org/">Notepad ++</a></li>
<li> <a href="http://netbeans.org/" target="_blank">NetBeans</a></li>
</ul>
</p>
<h4>HTMLpad</h4>
<br/>
<p>
<h5>What it is</h5>
<br/>
Collaborative HTML writing/editing. You can use HTMLPad as a “text editor” specifically for HTML and CSS.
</p>
<p>
<h5>Setup</h5>
<br/>
<p>
Go to <a href="http://htmlpad.org" target="_blank">htmlpad.org</a>
</p>
<p>
<h5>Tips and Tricks</h5>
<br/>
Go to htmlpad.org/TYPE-THE-NAMEYOU-WANT and give your HTMLpad a memorable name. As with all online tools, the lack of connectivity can affect HTMLpad’s ability to function properly! At the end of a large collaborative coding session, export your pad just so you have a hard copy, you know just in case.
</p>
<p>
<h5>Super Awesome Feature</h5>
<br/>
The time slider. The time slider. Watch the evolution of collaborative coding by scrubbing the time slider!
</p>
</div>
<h3>Assignments</h3>
<p>
<h4>1. Watch the “Week 4: Ways Of The Web” curriculum video and explore the pop up resources in the video</h4>
</p>
<h4>2: Individual Blogpost</h4>
<p><strong>Tool:</strong> Your personal website, Tumblr, Wordpress, Blogger, etc.</p>
<p> Write a blog post on the week four guest speaker.</p>
<h4>3. Explore the Web Making projects at Webmaker.org</h4>
<p>Visit <a href="http://webmaker.org" target="_blank">Webmaker.org</a> - as part of the Summer Code Party, Mozilla and other partners have created a series of projects that teach the basics of writing HTML and CSS. Explore these projects and assign the ones most appropriate to your learners. Have your learners use Mozilla’s <a href="http://thimble.webmaker.org" target="_blank">Thimble</a> to play around with HTML. Mozilla’s Thimble App makes it ridiculously simple to create and share your own web pages.</p>
<h4>4: Edit the style one of your old projects using a text editor</h4>
<p><strong>Tool:</strong> Any Text Editor</p>
<p>Using the “view source” option of Popcorn, Copy and paste the HTML and
CSS of one of one of your previous popcorn projects into a text editor. Using
the skills you learned at Webmaker.org, tinker around with the code
and redesign the page.</p>
</div>
<div class="modal-footer"> <a href="#" class="btn" data-dismiss="modal" >Close</a> </div>
</div>
</div>
<!--end extra content-->
</div>
<!--End Week 1 Content-->
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/modal.js"></script>
<script src="js/video.js"></script>
<script src="js/popcorn.js"></script>
<script src="js/popcorn.pop.js"></script>
<script type="text/javascript">(function(){
var popcorn = Popcorn( '#my_video_1_html5_api');
popcorn.pop({
"start": 49.27,
"end": 53.01,
"text": "Get started making the web at webmaker.org!",
"link": "http://www.webmaker.org",
"top": "61%",
"left": "18%",
"target": "pop-container",
"icon": "pop-images/net.png"
});
popcorn.pop({
"start": 54.84,
"end": 57.27,
"text": "Try Thimble!",
"link": "http://www.webmaker.org/tools",
"top": "76%",
"left": "25%",
"target": "pop-container",
"icon": "pop-images/error.png"
});
popcorn.pop({
"start": 57.65,
"end": 59.78,
"text": "Use the X-Ray Goggles!",
"link": "http://www.webmaker.org/tools",
"top": "71%",
"left": "50%",
"target": "pop-container",
"icon": "pop-images/error.png"
});
popcorn.pop({
"start": 99.79,
"end": 108.30000000000001,
"text": "In depth resources about the technologies of the web can be found at the Mozilla Developer Network",
"link": "https://developer.mozilla.org/en-US/learn",
"top": "68%",
"left": "56%",
"target": "pop-container",
"icon": "pop-images/info.png"
});
return popcorn;
}());</script>
</body>
</html>