-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (154 loc) · 4.53 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>ClojureBridge slides</title>
<link rel="stylesheet" href="assets/reveal.js/css/reveal.css">
<link rel="stylesheet" href="assets/mozilla-theme.css" id=
"theme">
<link rel="stylesheet" href=
"assets/reveal.js/plugin/highlight/github.min.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1 class="slide-title intro">ClojureBridge</h1>
<h1>London</h1>
<br />
<h2>20th February 2016</h2>
</section>
<section>
<h3 class="slide-title intro">Thank You To Our Volunteers!</h3>
<table>
<thead>
<tr>
<th>Teachers</th>
<th>Teacher Assistants</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chris Ford</td>
<td>Alexey Bezhan</td>
</tr>
<tr>
<td>James Henderson</td>
<td>Rachel Bowyer</td>
</tr>
<tr>
<td>Philip Potter</td>
<td>Giuseppe Capizzi</td>
</tr>
<tr>
<td>John Stevenson</td>
<td>Chris Howe-Jones</td>
</tr>
<tr>
<td>Waldemar Schwan</td>
<td>Zubair Khan</td>
</tr>
<tr>
<td></td>
<td>Eleonore Mayola</td>
</tr>
<tr>
<td></td>
<td>Andrew Mcveigh</td>
</tr>
<tr>
<td></td>
<td>Reshmee</td>
</tr>
<tr>
<td></td>
<td>Rob Speller</td>
</tr>
<tr>
<td></td>
<td>Sunny Townsend</td>
</tr>
<tr>
<td></td>
<td>Denise Yu</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</section>
<section>
<h1 class="slide-title codeofconduct">Code of Conduct</h1>
<h2>Be excellent to each other</h2>
</section>
<section>
<h3 class="slide-title intro">Thank You To Our Sponsors!</h3>
<div>
<div width="100%">
<div width="50%"><img src="assets/sponsors/client-logo-uswitch.png"</img></div>
</div>
<div width="100%">
<div width="50%"><img src="assets/sponsors/client-logo-shutl.jpeg"</img></div>
</div>
<!--
<div width="100%">
<div width="50%"><img src="assets/sponsors/8th-light.png"</img></div>
</div>
<div width="100%">
<div width="50%"><img src="assets/sponsors/buyapowa.png"</img></div>
</div>
<div width="100%">
<div width="50%"><img src="assets/sponsors/tw-logo.png"</img></div>
</tr>
<div width="100%">
<div width="50%"><img src="assets/sponsors/Metosin-logo-thumb.png"</img></div>
</div>
<div width="100%">
<div width="50%">yeller</div>
</div>
-->
<div width="100%">
<div width="50%"><img src="assets/sponsors/LispCast.png"</img></div>
</div>
</div>
</section>
<section>
<h3 class="slide-title intro">Schedule</h3>
<ul>
<li>09:00 Breakfast</li>
<li>09:30 Welcome & demos</li>
<li>10:00 Group up & start learning</li>
<li>12:00 Lunch</li>
<li>16:30 Retrospective</li>
<li>17:00 Wrap-up presentation</li>
</ul>
</section>
<section>
<h1 class="slide-title demo">Demo Time</h1>
<h2>A few quick demos to inspire you</h2>
</section>
<section>
<h1 class="slide-title group">Group up</h1>
<h2>New(ish) to Programming</h2>
<h2>Developer - new to Clojure</h2>
<h2>More adventureous developer</h2>
</section>
</div>
<script src="assets/reveal.js/lib/js/head.min.js"></script>
<script src="assets/reveal.js/js/reveal.js"></script>
<script>
Reveal.initialize({
history: true,
dependencies: [
{src: "assets/reveal.js/plugin/markdown/marked.js"},
{src: "assets/reveal.js/plugin/markdown/markdown.js"},
{src: "assets/reveal.js/plugin/highlight/highlight.js",
async: true,
callback: function () { hljs.initHighlightingonLoad()}},
{src: "assets/reveal.js/plugin/notes/notes.js"}
]});
</script>
</div>
</body>
</html>