-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
468 lines (421 loc) · 25.4 KB
/
index.html
File metadata and controls
468 lines (421 loc) · 25.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Learning Creative Learning</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/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/font-awesome-ie7.css" rel="stylesheet">
<link href="css/customizations.css" rel="stylesheet">
<!-- 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="http://learn.media.mit.edu/assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-57-precomposed.png">
<script src='http://www.google-analytics.com/ga.js' type='text/javascript'></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37881026-1']);
_gaq.push(['_setDomainName', 'learn.media.mit.edu']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="course.html">Overview</a></li>
<li><a href="syllabus.html">Syllabus</a></li>
<li><a href="participants.html">Participants</a></li>
<li><a href="emails.html">Weekly Emails</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="discuss.html">Discuss</a></li>
</ul>
</div><!--/.nav-collapse -->
<a class="brand brand1" href="http://info.p2pu.org/" target="_blank"></a>
<a class="brand brand2" href="http://www.media.mit.edu/" target="_blank"></a>
</div>
</div>
</div>
<div id="step1" class="container content">
<div class="row">
<div class="span8">
<h2>Join us for Learning Creative Learning 2 (LCL2)!</h2>
<p class="lead">It’s not (just) a course, but a community for educators, designers and technologists.</p>
<p class="lead">LCL2 will <b>start on March 18</b> with six weeks of discussions and activities, followed by a few weeks to work on projects, leading to a creative-learning exhibition in May. There will be online sessions on Tuesdays from 1:00-2:00pm Boston time.</p>
<p class="lead">LCL2 will focus on key aspects of the Media Lab approach to learning: <b>Projects, Peers, Passion, and Play</b>. We invite you to apply these ideas to your own teaching and learning experiences. Together, we can reimagine and reinvent education.</p>
<p class="lead"><b>No sign-up necessary</b>. For more information, follow <a href="http://twitter.com/medialabcourse">@medialabcourse</a> on twitter or submit your email address on the right.</p>
<center>
<iframe width="450px" height="253" src="http://www.youtube.com/embed/QrsIICQ1eg8?rel=0" frameborder="0" wmode="transparent" allowfullscreen></iframe>
</div>
</center>
<div class="span1" style="min-width: 25px;"></div>
<div class="span5" style="max-width: 350px;">
<h2><i class="icon-gift"></i> Updates!</h2>
<!--Mail Chimp Form-->
<p class="lead">Add your email address if you want to receive a reminder when the course starts.</p><div class="" id="mc_embed_signup"><form action="http://mit.us3.list-manage.com/subscribe/post?u=d9f4b9eb6573accd175a2a4af&id=bf7bdd7067" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate style="padding: 10px 0 0;"><input type="email" value="" name="EMAIL" class="email" style="min-width: 320px;" id="mce-EMAIL" placeholder="email address required">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_d9f4b9eb6573accd175a2a4af_bf7bdd7067" value=""></div><div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" ></div>
</form></div>
<!--End mc_embed_signup-->
<h2><i class="icon-bolt"></i> A Big Experiment</h2>
<p class="lead">We plan to continue to tinker with the course format and explore new tools for sharing ideas and supporting discussions. We hope you will tinker with us.</p>
<h2><i class="icon-heart"></i> Everyone is welcome!</h2>
<p class="lead">We welcome newcomers, as well as those who participated last year. And we hope you’ll invite your friends and colleagues to join too!</p>
</div>
</div>
<!-- COMMENTED OUT
<div style="padding-left:20px;position:relative; bottom: -80px;">
<h1 style="background:rgba(0,0,0,0.8);color:white;position:relative;z-index:1;width:500px;padding-left:10px;">Learning Creative Learning</h1>
<h2 style="color:white;position:relative;z-index:1;width:500px;background:rgba(0,0,0,0.8);padding-left:10px;">A course for designers, technologists, and educators interested in creative learning</h2>
<h3 style="color:white;position:relative;z-index:1;width:500px;background:rgba(0,0,0,0.8);padding-left:10px;">><a href="about.html"> About this course</a><br>><a href="course.html"> Week by week outline</a><br>><a href="faq.html"> FAQ</a><br></h3>
</div>
-->
<!-- COMMENT OUT
<div class="row" style="position: relative; top: -192px;">
<div class="span12" style="background-image: url(img/banner.png); height: 355px; width: 1170px; border: 0px;">
<div style="width=100%; padding-left:590px;padding-top:20px;">
<iframe width="560" height="315" src="http://www.youtube.com/embed/QrsIICQ1eg8?rel=0" frameborder="0" wmode="transparent" allowfullscreen></iframe>
</div>
<img src="/img/banner.png" alt="Learning Creative Learning banner">
</div>
</div>
-->
<!-- COMMENTED OUT
<div class="row">
<div class="span4">
<h2><i class="icon-gift"></i> Updates!</h2>
<p>
Add your email address if you want to receive news about upcoming events and courses.<div class="" id="mc_embed_signup"><form action="http://mit.us3.list-manage.com/subscribe/post?u=d9f4b9eb6573accd175a2a4af&id=bf7bdd7067" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate><input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_d9f4b9eb6573accd175a2a4af_bf7bdd7067" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
</p>
</div>
<div class="span4">
<h2><i class="icon-bolt"></i> A Big Experiment</h2>
<p>We plan to continue to tinker with the course format and explore new tools for sharing ideas and supporting discussions. We hope you will tinker with us.</p>
</div>
<div class="span4">
<h2><i class="icon-calendar"></i> Weekly Lessons</h2>
<p>Make new friends, and start learning from weekly live videos, readings, discussions, and project-based activities. The live sessions start March 18th. Questions? Drop us a note on the <a href="http://discuss-learn.media.mit.edu" target="_blank">community forum</a> or send us an email at lcl2@media.mit.edu</p>
</div>
</div>
END COMMENTED OUT -->
<div class="row">
<div class="span12">
<div style="font-size: small; position: relative;"></br>All materials licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>.</div>
</div>
</div>
<div id="step2" class="container hide">
<div class="row"><div class="span8 offset2">
<h3>You're almost done!</h3>
<div class="progress progress-step">
<div class="step-full"><i class="icon-off"></i></div>
<div class="step-full" style="left:50%"><i class=" icon-info-sign"></i></div>
<div class="step-empty" style="left:100%"><i class="icon-ok"></i></div>
<div class="bar" style="width: 50%;"></div>
</div>
</div>
</div>
<div class="row">
<div class="span8 offset2">
<form id="infoForm" class="form-horizontal">
<input id="hiddenEmailField" type="hidden" name="email"></hidden>
<fieldset>
<div class="control-group">
<label class="control-label"><i class="icon-group"></i> Your Flavor</label>
<div class="controls">
<p class="help-block">What's your instinct when it comes to learning something new? <i>We know you are more complex than this, but if you had to chose one, which is it going to be? (In fact, you have to choose one)</i></p>
<label class="radio">
<input type="radio" name="flavorRadios" id="flavorRadios1" value="build">
I often jump right in and start designing & building.
</label>
<label class="radio">
<input type="radio" name="flavorRadios" id="flavorRadios2" value="understand">
I tend to read, reflect, and discuss with others.
</label>
</div>
</div>
<div class="control-group">
<label class="control-label"><i class="icon-cogs"></i> Student</label>
<div class="controls">
<label class="checkbox">
<input type="checkbox" name="studentCheckbox">
I am currently studying at a college or university. (<i>Checking this will not in any way change your experience of the course! We’re just curious.</i>)
</label>
</div>
</div>
<div class="control-group">
<label class="control-label" for="timezone"><i class="icon-time"></i> Timezone</label>
<div class="controls">
<select name="timezone" id="timezone">
<option value="Etc/GMT+12">-12:00 Etc/GMT+12</option>
<option value="Pacific/Pago_Pago">-11:00 Pacific/Pago_Pago</option>
<option value="America/Adak">-10:00 America/Adak</option>
<option value="Pacific/Honolulu">-10:00 Pacific/Honolulu</option>
<option value="Pacific/Marquesas">-10:30 Pacific/Marquesas</option>
<option value="Pacific/Gambier">-09:00 Pacific/Gambier</option>
<option value="America/Anchorage">-09:00 America/Anchorage</option>
<option value="America/Los_Angeles">-08:00 America/Los_Angeles</option>
<option value="Pacific/Pitcairn">-08:00 Pacific/Pitcairn</option>
<option value="America/Phoenix">-07:00 America/Phoenix</option>
<option value="America/Denver">-07:00 America/Denver</option>
<option value="America/Guatemala">-06:00 America/Guatemala</option>
<option value="America/Chicago">-06:00 America/Chicago</option>
<option value="Pacific/Easter">-06:00 Pacific/Easter</option>
<option value="America/Bogota">-05:00 America/Bogota</option>
<option value="America/New_York">-05:00 America/New_York</option>
<option value="America/Caracas">-05:30 America/Caracas</option>
<option value="America/Halifax">-04:00 America/Halifax</option>
<option value="America/Santo_Domingo">-04:00 America/Santo_Domingo</option>
<option value="America/Asuncion">-04:00 America/Asuncion</option>
<option value="America/St_Johns">-04:30 America/St_Johns</option>
<option value="America/Godthab">-03:00 America/Godthab</option>
<option value="America/Argentina/Buenos_Aires">-03:00 America/Argentina/Buenos_Aires</option>
<option value="America/Montevideo">-03:00 America/Montevideo</option>
<option value="America/Noronha">-02:00 America/Noronha</option>
<option value="Etc/GMT+2">-02:00 Etc/GMT+2</option>
<option value="Atlantic/Azores">-01:00 Atlantic/Azores</option>
<option value="Atlantic/Cape_Verde">-01:00 Atlantic/Cape_Verde</option>
<option value="Etc/UTC">00:00 Etc/UTC</option>
<option value="Europe/London">00:00 Europe/London</option>
<option value="Europe/Berlin">+01:00 Europe/Berlin</option>
<option value="Africa/Lagos">+01:00 Africa/Lagos</option>
<option value="Africa/Windhoek">+01:00 Africa/Windhoek</option>
<option value="Asia/Beirut">+02:00 Asia/Beirut</option>
<option value="Africa/Johannesburg">+02:00 Africa/Johannesburg</option>
<option value="Europe/Moscow">+03:00 Europe/Moscow</option>
<option value="Asia/Baghdad">+03:00 Asia/Baghdad</option>
<option value="Asia/Tehran">+03:30 Asia/Tehran</option>
<option value="Asia/Dubai">+04:00 Asia/Dubai</option>
<option value="Asia/Yerevan">+04:00 Asia/Yerevan</option>
<option value="Asia/Kabul">+04:30 Asia/Kabul</option>
<option value="Asia/Yekaterinburg">+05:00 Asia/Yekaterinburg</option>
<option value="Asia/Karachi">+05:00 Asia/Karachi</option>
<option value="Asia/Kolkata">+05:30 Asia/Kolkata</option>
<option value="Asia/Kathmandu">+05:45 Asia/Kathmandu</option>
<option value="Asia/Dhaka">+06:00 Asia/Dhaka</option>
<option value="Asia/Omsk">+06:00 Asia/Omsk</option>
<option value="Asia/Rangoon">+06:30 Asia/Rangoon</option>
<option value="Asia/Krasnoyarsk">+07:00 Asia/Krasnoyarsk</option>
<option value="Asia/Jakarta">+07:00 Asia/Jakarta</option>
<option value="Asia/Shanghai">+08:00 Asia/Shanghai</option>
<option value="Asia/Irkutsk">+08:00 Asia/Irkutsk</option>
<option value="Australia/Eucla">+08:45 Australia/Eucla</option>
<option value="Australia/Eucla">+08:45 Australia/Eucla</option>
<option value="Asia/Yakutsk">+09:00 Asia/Yakutsk</option>
<option value="Asia/Tokyo">+09:00 Asia/Tokyo</option>
<option value="Australia/Darwin">+09:30 Australia/Darwin</option>
<option value="Australia/Adelaide">+09:30 Australia/Adelaide</option>
<option value="Australia/Brisbane">+10:00 Australia/Brisbane</option>
<option value="Asia/Vladivostok">+10:00 Asia/Vladivostok</option>
<option value="Australia/Sydney">+10:00 Australia/Sydney</option>
<option value="Australia/Lord_Howe">+10:30 Australia/Lord_Howe</option>
<option value="Asia/Kamchatka">+11:00 Asia/Kamchatka</option>
<option value="Pacific/Noumea">+11:00 Pacific/Noumea</option>
<option value="Pacific/Norfolk">+11:30 Pacific/Norfolk</option>
<option value="Pacific/Auckland">+12:00 Pacific/Auckland</option>
<option value="Pacific/Tarawa">+12:00 Pacific/Tarawa</option>
<option value="Pacific/Chatham">+12:45 Pacific/Chatham</option>
<option value="Pacific/Tongatapu">+13:00 Pacific/Tongatapu</option>
<option value="Pacific/Apia">+13:00 Pacific/Apia</option>
<option value="Pacific/Kiritimati">+14:00 Pacific/Kiritimati</option>
</select>
<p id="timezoneHelp" class="help-block"></p>
</div>
</div>
<div class="control-group">
<label class="control-label"><i class="icon-question-sign"></i> Join a Team (<i>Optional</i>)</label>
<div class="controls">
<p class="help-block">I’ve got an invite code to my friends’ group. Group me with these folks.</p>
<input type="text" name="groupcode" placeholder="Invite code">
</div>
</div>
<div class="control-group">
<label class="control-label"><i class="icon-question-sign"></i> Expectations (<i>Optional</i>)</label>
<div class="controls">
<p class="help-block">Tell us what you hope to get out of taking the course.</p>
<textarea rows="3" cols="50" name="expectations" style="width: 300px;"></textarea>
</div>
</div>
<div class="form-actions">
<button id="finish" type="submit" class="btn btn-success" onClick="_gaq.push(['_trackEvent', 'registration', 'index', 'finish', true]);"><i class="icon-ok"></i> Finish</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
<div id="step3" class="container hide">
<div class="row">
<div class="span8 offset2">
<iframe width="420" height="315" src="http://www.youtube-nocookie.com/embed/9THwnQg-vEw?rel=0" frameborder="0" allowfullscreen></iframe>
<br />
<h1>You filled out the form. Congratulations!</h1>
<h3>Let's get this show started...</h3>
<h3>We'll send you a confirmation email, real soon. If you</h3>
<h3>don't get it, let us know at <a href="mailto:medialabcourse@p2pu.org">medialabcourse@p2pu.org</a></h3>
<h3>In the email is an invitation code. Share it with your friends</h3>
<h3>if you want to be grouped together.</h3>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://learn.media.mit.edu" data-text="Join me in "Learning Creative Learning."" data-via="p2pu">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div class="fb-like" data-href="http://learn.media.mit.edu" data-send="false" data-layout="button_count" data-width="107" data-show-faces="true"></div>
</div>
</div>
</div>
<div id="error-step" class="container hide">
<div class="row">
<div class="span12 pagination-centered">
<div class="alert alert-danger">
<h1>Oops! An error occured.</h1>
<h3>Please refresh the page and try again.</h3>
<h3>If you continue to have trouble, write to <a href="mailto:medialabcourse@p2pu.org">medialabcourse@p2pu.org</a></h3>
</div>
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jstz/jstz.min.js"></script>
<script>
$(function () {
var timezone = jstz.determine();
$("#timezone").val(timezone.name());
$("#timezoneHelp").append("We've pre-selected <span class=\"label label-info\">"+timezone.name()+"</span> using your computer's clock.")
// $("#join").click(function(event){
// $("#hiddenEmailField").val($("#email").val());
// $("#step1").hide("slide", { direction: "left" } , 500, function() {
// $("#step2").show("slide", { direction: "right" }, 500);
// });
// });
// $(document).ready(function(){
// $("#finish").click(function(){
// $("#infoForm").submit();
// });
// });
$("#emailForm").validate({
debug: true,
rules: {
email: {
required: true,
email: true
}
},
errorClass: "error",
highlight: function(element, errorClass) {
$("#emailForm .control-group").addClass(errorClass);
},
unhighlight: function(element, errorClass, validClass) {
$("#emailForm .control-group").removeClass(errorClass);
},
errorPlacement: function(error, element){
$("#emailForm .control-group").prepend(error);
},
submitHandler: function(form) {
$("#hiddenEmailField").val($("#email").val());
$("#step1").hide("slide", { direction: "left" } , 500, function() {
$("#step2").show("slide", { direction: "right" }, 500);
});
}
});
$("#infoForm").validate({
debug: true,
rules: {
flavorRadios: "required",
timezone: "required",
},
errorClass: "error",
highlight: function(element, errorClass) {
$(element).parents(".control-group").addClass(errorClass);
},
unhighlight: function(element, errorClass, validClass) {
$(element).parents(".control-group").removeClass(errorClass);
},
errorPlacement: function() {},
submitHandler: function(form) {
$("#finish").addClass("disabled").attr("disabled", "disabled");
$.ajax({
type: "POST",
url: "/signup",
data: $("#infoForm").serialize(),
timeout: 20000,
tryCount: 0,
retryLimit: 5,
error: function() {
this.tryCount++;
if (this.tryCount <= this.retryLimit) {
$.ajax(this);
return;
} else {
$("#step2").hide();
$("#error-step").show();
}
},
success: function() {
$("#step2").hide("slide", { direction: "left" } , 500, function() {
$("#step3").show("slide", { direction: "right" }, 500);
});
}
});
}
});
});
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=173328602725813";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5757664-13']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://d3nslu0hdya83q.cloudfront.net/dist/1.0.2/raven.min.js"></script>
<script>
Raven.config('https://fdd281a420224eaea327483d49582429@app.getsentry.com/5018').install();
window.onerror = Raven.process;
</script>
</body>
</html>