This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathabout.html
72 lines (65 loc) · 2.81 KB
/
about.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>JavaScript Code Retreat #2 - About</title>
<link rel="stylesheet" href="../upcoming/style.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/pygment_trac.css">
<link rel="stylesheet" href="flag/flags.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="goto-current-event">
This event is in the past<br>
<a href="../upcoming/">Go to the upcoming JS CodeRetreat</a>
</div>
<div class="wrapper">
<a href="../../"><h1>JavaScript Code Retreat #2</h1></a>
<header>
<h1>About</h1>
<p><a href="index.html">JavaScript Code Retreat #2</a></p>
</header>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="left:50px;top:50px;">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52cfe0b44208542b"></script>
<script type="text/javascript">
var addthis_share = {templates: {twitter: '{{title}} - a day-long focus on improving programming skills {{url}}'}};
</script>
<!-- AddThis Button END -->
<section>
<h3>
<a name="coderetreat" class="anchor" href="#coderetreat">
<span class="octicon octicon-link"></span></a>
What is a Code Retreat?
</h3>
<p>
To get an in depth introduction on what a code retreat is, watch this
introduction to the Cleveland Code Retreat by <a href="https://twitter.com/coreyhaines">Corey Haines</a>.
<iframe src="//player.vimeo.com/video/18955165" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/18955165">Cleveland Code Retreat Introduction</a> from <a href="http://vimeo.com/coreyhaines">Corey Haines</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</p>
<h3>Various</h3>
<p>
<a href="http://www.quora.com/How-do-I-get-the-most-out-of-a-Code-Retreat">How do I get the most out of a Code Retreat?</a> on quora
<br>
</p>
</section>
<footer>
<p>
<a href="index.html">Back home</a>
</p>
</footer>
</div>
<script src="js/scale.fix.js"></script>
</body>
</html>