-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathkit_overview.html
504 lines (434 loc) · 10.9 KB
/
kit_overview.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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Open Sans font -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700' rel='stylesheet' type='text/css'>
<title>Activity Kits for Webmaker Mentors</title>
<style>
img {
margin-left: auto;
margin-right: auto;
margin-top:0.15em;
margin-bottom:1em;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height:auto;
width:50px;
}
.iconImg{
height:2em;
}
.yellow {
background-color: #ffe600;
color: #ef413d;
}
.yellow a {
color: #00b0b7;
}
.yellow.button:hover {
background-color: #ef413d;
color: #ffe600;
}
.blue {
background-color: #00b0b7;
color: #ffe600;
}
.blue a {
color: #2a4d50;
}
.blue.button:hover {
background-color: #ffe600;
color: #00b0b7;
}
.red {
background-color: #ef413d;
color: #ffe600;
}
.red a {
color: #2a4d50;
}
.red.button:hover {
background-color: #ffe600;
color: #ef413d;
}
.grey {
background-color: #2a4d50;
color: #ffe600;
}
.grey a {
color: #00b0b7;
}
.grey.button:hover {
background-color: #ffe600;
color: #2a4d50;
}
</style>
</head>
<body>
<div class="container">
<div class="container">
<div class="three columns">
<div class="container">
<div class="two columns yellow">
<div class="iconImg">
<img src="http://hivenyc.org/images/goggles.png" alt="X-Ray Goggles"/>
</div>
<h2>X-Ray Goggles Kit</h2>
<h3><strong>Help an absolute beginner tinker with a webpage.</strong></h3>
<p>The <strong>X-Ray Goggles</strong> make it easy to see what the web is made of. They're great for that first moment when learners realize the web is made out of building blocks they can mess around with.</p>
<a class="button red" href="http://hivenyc.org/GogglesPrototype/index_goggles.html">Get started</a>
</div>
<div class="two columns red">
<div class="iconImg">
<img src="http://hivenyc.org/images/thimble.png" alt="Thimble"/>
</div>
<h2>Thimble Kit</h2>
<h3><strong>Help learners get the basics of HTML by making their first web page.</strong></h3>
<p>Use <strong>Thimble</strong> to create new pages and instantly see how changes in code will affect the rendered page. Then publish and share the page, which others can later remix.</p>
<a class="button blue" href="http://hivenyc.org/ThimblePrototype/index_thimble.html">Get started</a>
</div>
<div class="two columns blue">
<div class="iconImg">
<img src="http://hivenyc.org/images/popcorn.png" alt="Popcorn"/>
</div>
<h2>Popcorn Kit</h2>
<h3><strong>Learn by remixing and sharing web video.</strong></h3>
<p>Familiarize yourself with the basics of web-based storytelling. Use <strong>Popcorn Maker</strong>, a remixing tool for web video, for the first time. Make your own web-based movies.</p>
<a class="button red" href="http://hivenyc.org/PopcornPrototype/index_popcorn.html">Get started</a>
</div>
</div>
<div class="container">
<div class="two columns blue">
<div class="iconImg">
<img src="http://hivenyc.org/images/onlinestorytelling.png" alt="Online Storytelling"/>
</div>
<h2>Online Storytelling Kit</h2>
<h3><strong>Dive deeper into digital storytelling.</strong></h3>
<p>Use Popcorn Maker to create compelling multimedia stories on the web.</p>
<a class="button yellow" href="http://hivenyc.org/storycamp/week01/index_popcorn01_intro.html">Get started</a>
</div>
<div class="two columns yellow">
<div class="iconImg">
<img src="http://hivenyc.org/images/mediahistory.png" alt="Revolutions in Media"/>
</div>
<h2>Revolutions in Media Kit</h2>
<h3><strong>Explore how media influences culture and society.</strong></h3>
<p>Use Popcorn Maker to remix context and bring stories to life.</p>
<a class="button red" href="http://hivenyc.org/GogglesPrototype/index_goggles.html">Get started</a>
</div>
<div class="two columns red">
<div class="iconImg">
<img src="http://hivenyc.org/images/remix_chapter.png" alt="Remix"/>
</div>
<h2>Remix Kit</h2>
<h3><strong>Learn how to remix images, video and stories.</strong></h3>
<p>Or just about anything on the web!</p>
<a class="button blue" href="http://hivenyc.org/storycamp/week03/index_popcorn03_remix.html">Get started</a>
</div>
</div>
</div>
<div class="three columns">
<div class="container">
<div class="content">
<h1>Free kits to teach, learn and mess around with webmaking.</h1>
<p><b>You don't have to be a techie or teacher to get started.</b> From <strong><a href="http://hivenyc.org/hacktivityGrid.html#icebreakers">icebreakers</a></strong> and <strong><a href="http://hivenyc.org/hacktivityGrid.html#divingin">starter activities</a></strong> to <strong> <a href="http://www.hivenyc.org/hacktivityGrid.html#handson">projects</a></strong> and <strong><a href="https://badges.webmaker.org/">badges</a></strong>, we've got you covered. </p>
<ul>
<li><strong>Teach through fun making and building</strong>.</li>
<li><strong>100% free.</strong>Remixable, hackable and shareable.</li>
<li><strong>Open</strong> and powered by other friendly mentors.</li>
</ul>
<p>If you hack these kits or want them improved, we'd love to know! Tag your story with <a href="https://twitter.com/search?q=%23teachtheweb">#teachtheweb</a> or <a href="https://wiki.mozilla.org/Webmaker/Teach"><b>add your own resources.</b></a> Localization welcome.</p>
</div>
</div>
<div class="two columns yellow">
<div class="iconImg">
<img src="http://hivenyc.org/images/waysoftheweb.png" alt="Ways of the Web"/>
</div>
<h2>Ways of the Web</h2>
<h3><strong>Help people learn the basics of HTML and CSS.</strong></h3>
<p>Use Thimble to tinker with the web and make new webpages.</p>
<a class="button red" href="http://hivenyc.org/storycamp/week04/index_popcorn04_web.html">Get started</a>
</div>
<div class="two columns blue">
<div class="iconImg">
<img src="http://hivenyc.org/images/popcorn_chapter.png" alt="Make it! Share it!"/>
</div>
<h2>Make it! Share it!</h2>
<h3>Design and publish an interactive, remixable How-To.</h3>
<p>Make a guide that encourages collaboration, problem solving, critical thought and, of course, webmaking.</p>
<a class="button yellow" href="http://hivenyc.org/storycamp/weeks05and06/index_popcorn05_plan.html">Get started</a>
</div>
<div class="two columns red">
<div class="iconImg">
<img src="http://hivenyc.org/images/opennews.png" alt="Thimble for Journalists"/>
</div>
<h2>Thimble for Journalists Kit</h2>
<h3>Introduce journalists to code.</h3>
<p>Learners get familiar with code that they might see in their news organization's content management system. Then they create their own online prototypes and experiments.</p>
<a class="button blue" href="http://hivenyc.org/OpenNewsPrototype/index_thimble_opennews.html">Get started</a>
</div>
</div>
</div>
</div>
</body>
<style>
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
font-size: 100%;
}
body {
padding: 0;
margin: 0;
position: relative;
cursor: default;
}
a:hover {
cursor: pointer;
}
a:focus {
outline: none;
}
img,
object,
embed {
max-width: 100%;
height: auto;
}
object,
embed {
height: 100%;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
}
.hide {
display: none;
}
img {
display: inline-block;
vertical-align: middle;
}
body {
background: white;
color: #2a4d50;
}
/*
A "container" is a rectangle, based on a 6 x 4 grid.
This means that a container is 6 units wide, and 4 units high.
When you give the class "container" to an HTML element, it'll become a rectangle.
container
column column column
square square
content content
square
content
A container is nestable!
*/
.container {
height: 0;
width: 100%;
padding-bottom: 66.66667%;
overflow: hidden;
margin: 0;
*zoom: 1;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
/*.container.tall
{
padding-bottom: 66.66667%;
}*/
.container.row,
.container.short {
padding-bottom: 33.3333%;
}
.column,
.columns {
position: relative;
float: left;
width: 100%;
padding: 0;
padding-bottom: 100%;
}
[class*="column"] + [class*="column"]:last-child {
float: right;
}
[class*="column"] + [class*="column"].end {
float: left;
}
.one {
width: 16.66667%;
}
.two {
width: 33.33333%;
padding-top:1em;
padding-left:1em;
padding-right:1em;
}
.three {
width: 50%;
}
.four {
width: 66.66667%;
}
.five {
width: 83.33333%;
}
.six {
width: 100%;
}
.square {
width: 100%;
position: relative;
top: 0;
height: 0;
padding-bottom: 100%;
overflow: hidden;
}
.content {
position: relative;
padding: 12px;
margin: 0;
}
.sticker,
.with-sticker {
background-repeat: no-repeat;
background-position: 50%;
background-size: 50%;
}
.sticker.xsmall,
.with-sticker.xsmall {
background-size: 16.66667%;
}
.sticker.small,
.with-sticker.small {
background-size: 33.33333%;
}
.sticker.medium,
.with-sticker.medium {
background-size: 50%;
}
.sticker.large,
.with-sticker.large {
background-size: 66.66667%;
}
.sticker.xlarge,
.with-sticker.xlarge {
background-size: 83.33333%;
}
.logo-blue-yellow {
background-image: url('../images/logo-blue-yellow.png?1370708672');
}
.logo-yellow-blue {
background-image: url('../images/logo-yellow-blue.png?1370708651');
}
.square img {
height: 100%;
max-width: 999em;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/*.square
{
position: relative;
.frame
{
position: absolute;
left: -5075px;
width: 10225px;
text-align: center;
img
{
display: inline-block;
height: 100%;
max-width: 999em;
}
}
}*/
body {
font-family: 'Open Sans', Helvetica, sans-serif;
font-weight: 300;
font-size: 14px;
line-height: 1.5;
}
b,
h1,
h2,
h3,
.button {
font-weight: 700;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-top: 0;
-webkit-margin-before: 0;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
margin-bottom: 0;
-webkit-margin-after: 0;
}
code {
padding: 4px 6px;
background-color: rgba(0, 0, 0, 0.1);
display: block;
border-radius: 3px;
}
.button {
text-decoration: none;
padding: 12px;
border-radius: 6px;
display: block;
float: left;
transition: all 0.6s;
}
.button:hover {
transition: all 0.6s;
}
</style>
</html>