This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
437 lines (404 loc) · 22.5 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
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
<!DOCTYPE html>
<html lang="nl">
<head>
<title>Open-source Lesslides</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="styles/screen-16x10.css">
<link rel="stylesheet" href="styles/innoversity.css">
</head>
<body class="shower list">
<header class="caption">
<h1>Open Webslides</h1>
<p>
<a href="http://ruben.verborgh.org/">Ruben Verborgh</a>,
<a href="https://be.linkedin.com/in/estherdeloof">Esther De Loof</a>,
<a href="https://www.linkedin.com/in/bramdejaegher/">Bram De Jaegher</a>,
<a href="https://www.linkedin.com/in/clio-janssens-399b716b">Clio Janssens</a>,
<a href="https://www.linkedin.com/in/rapha%C3%ABl-caluw%C3%A9-ab1631111/">Raphaël Caluwé</a>
</p>
</header>
<div class="title slide" id="cover">
<a>
<img src="images/innoversity-logo.svg" alt="Innoversity Challenge" class="logo">
</a>
<h2>Open Webslides</h2>
<h3>Community. Co-creatie. Co-innovatie.</h3>
<p class="titlePersons">
<a href="http://ruben.verborgh.org/">Ruben Verborgh</a>,
<a href="https://be.linkedin.com/in/estherdeloof">Esther De Loof</a>,
<a href="https://www.linkedin.com/in/bramdejaegher/">Bram De Jaegher</a>,
</p>
<p>
<a href="https://www.linkedin.com/in/clio-janssens-399b716b">Clio Janssens</a>,
<a href="https://www.linkedin.com/in/rapha%C3%ABl-caluw%C3%A9-ab1631111/">Raphaël Caluwé</a>
<a href="https://creativecommons.org/licenses/by/4.0/" class="license">
<img src="images/cc-by.svg" alt="This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.">
</a>
</p>
</div>
<div class="slide" id="webslides">
<h2>Slides met de kracht van websites</h2>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="860" height="410">
<style>
#webslides path, #webslides line {
fill: none;
stroke: #1D70B7;
stroke-width: 4;
}
#webslides polygon {
fill: #1D70B7;
}
.paper {
transform-origin: right bottom;
}
#mouse {
animation: rotate 2.1s ease-in-out infinite alternate;
}
@keyframes rotate {
from { transform: rotate(-1deg); }
to { transform: rotate( 1deg); }
}
#webslides .next.active, #open-source .next.active {
animation: pop .5s;
transform-origin: 200px 400px;
}
@keyframes pop {
0% { transform: scale(1.05) rotate(-10deg); }
50% { transform: scale(0.95); }
100% { transform: scale(1.00); }
}
.play {
animation: pulse 1s linear infinite;
transform-origin: center;
}
@keyframes pulse {
0% { transform: scale(1.05); }
50% { transform: scale(0.95); }
100% { transform: scale(1.00); }
}
</style>
<text transform="translate(339 81)" style="font: 40px Arial; font-weight: bold; font-style: italic; letter-spacing: 1px;">webslides</text>
<g id="slide">
<g>
<g>
<rect x="283.67" y="94.68" fill="#FFFFFF" width="312.43" height="196.02"/>
<g class="next">
<rect x="343.38" y="114.55" fill="#FFD200" width="251.72" height="16.77"/>
<rect x="284.67" y="114.55" fill="#1E64C8" width="29.88" height="16.77"/>
<g>
<rect x="320.15" y="129.79" fill="#1E64C8" width="19.1" height="0.81"/>
<rect x="320.15" y="120.47" fill="#1E64C8" width="19.1" height="0.73"/>
<rect x="316.61" y="132.56" fill="#1E64C8" width="26.24" height="1.3"/>
<rect x="324.57" y="135.76" fill="#1E64C8" width="10.32" height="1.22"/>
<polygon fill="#1E64C8" points="329.73,116.42 321.14,119.78 338.27,119.78"/>
<rect x="322.38" y="122.07" fill="#1E64C8" width="1.18" height="7.03"/>
<rect x="325.07" y="122.07" fill="#1E64C8" width="1.18" height="7.03"/>
<rect x="327.77" y="122.07" fill="#1E64C8" width="1.18" height="7.03"/>
<rect x="330.46" y="122.07" fill="#1E64C8" width="1.18" height="7.03"/>
<rect x="333.16" y="122.07" fill="#1E64C8" width="1.18" height="7.03"/>
<rect x="335.85" y="122.07" fill="#1E64C8" width="1.18" height="7.03"/>
</g>
<text transform="matrix(1 0 0 1 574.001 128.3286)" style="font: 14px Arial;">24</text>
</g>
<rect stroke="black" stroke-width="3" x="283.67" y="94.68" fill="none" width="312.43" height="196.02"/>
</g>
<rect x="309.61" y="151.05" fill="#D9D9D9" width="263.75" height="13.95"/>
<rect x="366.62" y="216.03" fill="#D9D9D9" width="40.8" height="13.95"/>
<rect x="309.61" y="186.52" fill="#D9D9D9" width="97.81" height="13.95"/>
<rect x="309.61" y="250.2" fill="#D9D9D9" width="97.81" height="13.95"/>
<g class="next">
<rect x="422.65" y="186" width="150.71" height="78"/>
<g class="play">
<path style="fill: #BD1622; stroke: none" d="M521.58,230.57c0,6.25-4.58,11.31-10.22,11.31h-26.71c-5.64,0-10.22-5.06-10.22-11.31v-10.28
c0-6.25,4.58-11.31,10.22-11.31h26.71c5.64,0,10.22,5.06,10.22,11.31V227.57z"/>
<polygon style="fill: white" points="493.35,218.76 503.64,224.71 493.35,230.65"/>
</g>
</g>
<g class="next">
<rect x="309.61" y="215.76" fill="#1D70B7" width="48.91" height="14.47"/>
<rect x="309.61" y="233.76" fill="#1D70B7" stroke="#1D70B7" width="48.91" height="2.11"/>
</g>
</g>
</g>
<g class="next">
<g>
<path d="M170.24,153.31c18.36,32.37,92.12,80.13,142.1,81.51"/>
<polygon points="162.26,159.16 166.04,139.58 181.11,152.64"/>
</g>
<g id="mouse">
<polygon style="fill: white; stroke: black" stroke-width="2" points="343.75,223.53 347.69,245.22 354.69,239.13 368.79,255.94 373,252.28 358.6,235.73 365.21,229.97 "/>
<line style="stroke: #BD1622" x1="353.5" y1="219.28" x2="356.87" y2="209.5"/>
<line style="stroke: #BD1622" x1="334.34" y1="219.28" x2="324.57" y2="216.03"/>
<line style="stroke: #BD1622" x1="333.16" y1="227.65" x2="326.25" y2="227.65"/>
<line style="stroke: #BD1622" x1="337.03" y1="238.88" x2="331.05" y2="242"/>
<line style="stroke: #BD1622" x1="342.85" y1="214.39" x2="342.85" y2="205.98"/>
</g>
<image width="860" height="400" xlink:href="images/webslides-papers.svg" />
</g>
<g class="next">
<image width="860" height="400" xlink:href="images/webslides-courses.svg" />
<g>
<path d="M88.12,375.12c155.52,12.32,257.8-9.84,280.23-41.62"/>
<polygon points="375.92,339.63 372.95,319.91 357.36,332.34"/>
</g>
</g>
<g class="next">
<image width="860" height="400" xlink:href="images/webslides-tweets.svg" />
<g>
<path d="M528.16,330.87c41.91,54.99,220.18,2.8,238.53-139.67"/>
<polygon points="521.25,338.03 521.63,318.09 538.71,328.38"/>
</g>
</g>
<g class="next">
<text x="282" y="313" style="font: 20px Arial;" fill="#1D70B7">www.ugent.be/slides/innoversity#24</text>
</g>
</svg>
</div>
<div class="slide" id="open-source">
<h2>Co-creatie via open-source</h2>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="930" height="440">
<g>
<line fill="none" stroke="#FFD200" stroke-width="12" stroke-miterlimit="10" x1="3.67" y1="200" x2="832.17" y2="200"/>
<polygon fill="#FFD200" points="826.91,217.85 858,199.9 826.91,181.95 "/>
</g>
<g>
<image width="860" height="400" xlink:href="images/open-source-lesgever.svg" />
<image width="860" height="400" xlink:href="images/open-source-publicatie.svg" />
</g>
<g class="next">
<g>
<path fill="none" stroke="#1E64C8" stroke-width="4" stroke-miterlimit="10" d="M179.07,236.84c20.97-37.32,73.58-84.39,97.96-99.23"/>
<polygon fill="#1E64C8" points="263.82,161.75 260.72,159.22 277.29,138.92 251.55,143.82 250.8,139.89 287.33,132.94 "/>
</g>
<image width="860" height="400" xlink:href="images/open-source-student.svg" />
<image width="860" height="400" xlink:href="images/open-source-suggestie.svg" />
</g>
<style>
#acceptatie.active .good {
animation: bigpulse 1.5s .2s;
transform-origin: center;
}
#acceptatie.active .bad {
animation: bigpulse 1s;
transform-origin: center;
}
@keyframes bigpulse {
0% { transform: scale(0.1); }
40% { transform: scale(1.1); }
50% { transform: scale(2.0); }
100% { transform: scale(1.0); }
}
#update.active image {
animation: touchandgo 2s .5s;
transform-origin: center right;
}
@keyframes touchandgo {
0% { transform: scale(1.0); }
5% { transform: scale(1.2); }
10% { transform: scale(1.0); }
80% { transform: scale(0.95); }
100% { transform: translate(320px); }
}
</style>
<g class="next" id="acceptatie">
<g>
<path fill="none" stroke="#1E64C8" stroke-width="4" stroke-miterlimit="10" d="M478.26,77.41
c28.2,29.99,58.32,115.81,66.25,149.8"/>
<polygon fill="#1E64C8" points="526.18,207.17 529.54,204.99 543.84,226.95 547,200.94 550.96,201.42 546.48,238.34 "/>
</g>
<image width="860" height="400" xlink:href="images/open-source-acceptatie.svg" />
<path class="bad" style="transform: scale(0.8)" fill="#E20613" stroke="#FFFFFF" stroke-width="3" stroke-miterlimit="10" d="M436.42,359.27l-0.87,1.21
c-6.01,9.09-10.94,13.63-14.79,13.63c-4.43,0-8.78-3.6-13.06-10.8c0.58,0.04,1,0.06,1.27,0.06c5.04,0,10.67-3.85,16.87-11.55
l1.56-1.96l-2.02-2.2c-5.66-6.01-8.49-11.11-8.49-15.31c0-3.43,3.1-7.47,9.3-12.13c0.89,5.97,3.52,11.78,7.92,17.45l1.73,2.19
l1.39-1.79c6.43-8.2,12.27-12.3,17.5-12.3c4.08,0,7.18,3.1,9.3,9.3c-0.62-0.08-1.06-0.12-1.33-0.12c-1.85,0-4.45,1.24-7.8,3.73
c-3.35,2.48-6.18,5.29-8.49,8.4l-1.73,2.37l1.68,1.62c6.2,6.01,12.67,9.01,19.41,9.01c-3.62,7.32-7.39,10.98-11.32,10.98
c-3.54,0-8.67-3.12-15.37-9.36L436.42,359.27z"/>
<path class="good" fill="#009540" stroke="#FFFFFF" stroke-width="3" stroke-miterlimit="10" d="M431.05,314.21l2.01,5.13
c-7.88,5.93-16.73,12.7-26.38,25.04c-9.65,12.34-8.52,14.41-13.61,25.13l-4.09,2.76c-3.39,2.36-5.69,4.11-6.91,5.25
c-0.48-1.73-1.53-4.57-3.15-8.51l-1.55-3.59c-2.21-5.16-4.26-8.97-6.16-11.44s-4.03-4.11-6.38-4.92c3.98-4.2,7.62-6.3,10.94-6.3
c2.84,0,5.99,3.85,9.45,11.55l1.71,3.87c6.23-10.5,5.72-11.24,15.49-21.15C412.19,327.12,421.73,319.51,431.05,314.21z"/>
</g>
<g class="next" id="update">
<g>
<path fill="none" stroke="#1E64C8" stroke-width="4" stroke-miterlimit="10" d="M593,328.18c16.86-5.35,41.35-15.77,73.25-58.63" />
<polygon fill="#1E64C8" points="661.74,295.86 657.92,294.66 665.74,269.66 643.68,283.79 641.52,280.42 672.84,260.36 "/>
</g>
<image width="860" height="400" xlink:href="images/open-source-update.svg" />
<text x="688" y="282" style="font-family: Arial; font-size: 24px; font-weight: bold">update!</text>
</g>
</svg>
</div>
<!-- <div class="slide" id="open"> -->
<!-- <h2>Bepaal zelf wat <em>open</em> betekent</h2> -->
<!-- <svg id="rings" version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="500" style="margin: 45px 0 0 -110px"> -->
<!-- <style> -->
<!-- #rings text { font: 42px Arial; font-style: italic; } -->
<!-- #rings tspan { font: 50px Arial; font-style: normal; font-weight: bold; fill: white; } -->
<!-- #rings circle { fill:none; stroke: #1E64C8; stroke-width: 120; } -->
<!-- @supports (-webkit-appearance:none) { -->
<!-- #rings * { -->
<!-- transform-origin: center center; -->
<!-- transition: transform 2s ease-out; -->
<!-- } -->
<!-- #rings .ring { transform: rotate(-90deg); } -->
<!-- #rings .arrow { transform: translate( 0px, 400px); } -->
<!-- #rings .left { transform: translate(-300px, 0px); } -->
<!-- #rings .right { transform: translate( 300px, 0px); } -->
<!-- .list #rings *, .active #rings * { transform: none; } -->
<!-- } -->
<!-- </style> -->
<!-- <g class="left" ><text x="90" y="55">zichtbaarheid</text></g> -->
<!-- <g class="right"><text x="630" y="55">aanpasbaarheid</text></g> -->
<!-- <g class="arrow"> -->
<!-- <line fill="none" stroke="#1E64C8" stroke-width="10" x1="512" y1="500" x2="512" y2="47.76"/> -->
<!-- <polygon fill="#1E64C8" points="541.62,70.23 512,57.64 482.38,70.23 512,0"/> -->
<!-- </g> -->
<!-- <g class="ring"> -->
<!-- <circle cx="46" cy="470" r="164"/> -->
<!-- <circle cx="46" cy="470" r="322"/> -->
<!-- <text transform="matrix(0.9859 0.1673 -0.1673 0.9859 82.2373 166.2471)"><tspan>p</tspan><tspan x="28.29" y="-0.11" rotate="5.27">u</tspan><tspan x="56.44" y="2.38" rotate="10.58">b</tspan><tspan x="84.4" y="7.81" rotate="14.38">l</tspan><tspan x="96.08" y="10.77" rotate="16.66">i</tspan><tspan x="107.51" y="13.9" rotate="20.21">e</tspan><tspan x="131.6" y="22.67" rotate="25.03">k</tspan><tspan x="154.82" y="33.41" rotate="29.82">e</tspan><tspan x="177.12" y="46.37" rotate="33.34"> </tspan><tspan x="187.24" y="52.34" rotate="37.85">w</tspan><tspan x="216" y="74.89" rotate="43.62">e</tspan><tspan x="234.63" y="92.43" rotate="48.64">b</tspan></text> -->
<!-- <text transform="matrix(0.9716 0.2366 -0.2366 0.9716 62.0254 328.4238)"><tspan>U</tspan><tspan x="31.83" y="-0.67" rotate="13.42">G</tspan><tspan x="65.56" y="7.52" rotate="25.23">e</tspan><tspan x="87.38" y="17.29" rotate="35.37">n</tspan><tspan x="109.13" y="33" rotate="43.36">t</tspan></text> -->
<!-- </g> -->
<!-- <g class="ring"> -->
<!-- <circle cx="979" cy="470" r="164"/> -->
<!-- <circle cx="979" cy="470" r="322"/> -->
<!-- <text transform="matrix(0.7308 -0.6826 0.6826 0.7308 767.0029 253.7285)"><tspan>i</tspan><tspan x="11.88" y="-0.28" rotate="3.52">e</tspan><tspan x="37.43" y="1.13" rotate="8.62">d</tspan><tspan x="65.38" y="5.33" rotate="13.73">e</tspan><tspan x="90.34" y="11.5" rotate="17.84">r</tspan><tspan x="106.93" y="16.61" rotate="21.94">e</tspan><tspan x="130.7" y="26.08" rotate="26.8">e</tspan><tspan x="153.6" y="37.47" rotate="31.9">n</tspan></text> -->
<!-- <path fill="none" d="M1028.93,332.94c75.86,27.79,114.84,111.82,87.05,187.68c-27.79,75.86-111.81,114.83-187.67,87.04 -->
<!-- c-75.87-27.79-114.84-111.81-87.05-187.68C869.04,344.12,953.07,305.15,1028.93,332.94z"/> -->
<!-- <text transform="matrix(0.426 -0.9047 0.9047 0.426 840.4062 420.4014)"><tspan>s</tspan><tspan x="23.06" y="0.05" rotate="6.85">t</tspan><tspan x="34.93" y="0.71" rotate="14.24">u</tspan><tspan x="59.65" y="6.52" rotate="24.19">d</tspan><tspan x="83.01" y="16.69" rotate="33.59">e</tspan><tspan x="102.26" y="28.84" rotate="42.94">n</tspan><tspan x="120.97" y="46.44" rotate="50.25">t</tspan><tspan x="129.08" y="55.22" rotate="57.08">e</tspan><tspan x="141.89" y="74.03" rotate="66.55">n</tspan></text> -->
<!-- </g> -->
<!-- </svg> -->
<!-- </div> -->
<div class="slide" id="studenten" spellcheck="false">
<h2>Open Webslides voor studenten</h2>
<ul>
<li>webslides werken overal en op <strong>ieder toestel</strong></li>
<li>continu <strong>actualiserende</strong> cursusslides</li>
<li><strong>feedback</strong> op slideniveau</li>
</ul>
<p class="next comment">
<img src="images/raphael.jpg" />
<strong>Raphaël Caluwé (via mobile):</strong>
We kunnen zelfs naar iedere slide linken op Facebook
en daarover discussiëren.
</p>
</div>
<div class="slide" id="docenten">
<h2>Open Webslides voor docenten</h2>
<ul>
<li>actuele slides door <strong>snelle updates</strong></li>
<li><strong>eenvoudig beheer</strong> samen met collega's</li>
<li><strong>(internationale) erkenning</strong> voor onderwijsinzet</li>
</ul>
<div class="popup">
<p><strong>Anoniem heeft een suggestie voor slide 4:</strong></p>
<p class="suggestion"><strong>feedback <ins>en discussie</ins></strong> op slideniveau</p>
<p><a href="#docenten" class="accept">accepteren</a> – <a href="#docenten" class="accept">weigeren</a></p>
</div>
</div>
<div class="slide">
<h2>Open Webslides voor UGent</h2>
<ul>
<li>
verschillende cursussen <strong>linken naar elkaar</strong>
<ul>
<li><a href="http://rubenverborgh.github.io/WebFundamentals/birds-eye-view/#23" target="_blank">slide 23 van de cursus Internettechnologie</a></li>
</ul>
</li>
<li><strong>activerend onderwijs</strong> bevorderen</li>
<li>maatschappelijke en economische <strong> valorisatie </strong> </li>
</ul>
</div>
<div class="slide">
<h2>Open Webslides community</h2>
<ul>
<li>geen product, wel een <strong>mindset</strong></li>
<li><strong>kennisnetwerk</strong> ondersteunt persoonlijke aanpak</li>
</ul>
<p class="garcon">
<img src="images/kennisnetwerk.jpg" height="285">
</p>
</div>
<div class="slide" id="contingency">
<h2>Contingency plan</h2>
<ul>
<li>Wat met <strong>auteursrecht</strong>?
<ul>
<li><em>buiten UGent:</em> complexer, maar wij bieden support</li>
<li><em>binnen UGent:</em> geen probleem</li>
</ul>
</li>
<li class="next">De cruciale <strong>software</strong> bestaat. Wat is nog nodig?
<ul>
<li>software verbinden en afwerken met “vernislaag”</li>
<li>migratie-assistent voor PowerPoint</li>
</ul>
</li>
</ul>
</div>
<div class="slide">
<h2>Co-innovatie begint hier</h2>
<ul>
<li>alles wat het Web kan, <strong>kunnen web<em>slides</em> ook</strong></li>
<li>meesurfen op <strong>toekomstige webinnovatie</strong></li>
<li>springplank voor <strong>multidisciplinaire innovatie</li></strong>
</ul>
</div>
<div class="slide" id="toekomst">
<h2>Onderwijs voor de toekomst</h2>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="400" style="margin-left: -109px">
<style>
#toekomst text { font-family: Arial; font-weight: bold; fill: white; }
@supports (-webkit-appearance:none) {
#toekomst * {
transform-origin: center center;
transition: transform .5s ease-out;
}
#toekomst path {
transform: scale(1, 0.001);
}
#toekomst g.next {
transition: transform 1s ease-out;
transform: translate(1000px, 0) rotate(359deg) scale(2.2);
}
#toekomst.active path, #toekomst g.active {
transform: none;
}
}
</style>
<path fill="#1E64C8" d="M-87.99,200C-87.99,92.1,618,18,1023.97,0l0.06,398.85C551,379-88.05,312.33-88.05,199.25"/>
<text transform="matrix(0.9604 0.2786 -0.2786 0.9604 33.0854 326.8477)" font-size="36" style="fill: #1E64C8"><tspan x="0" y="0"> </tspan><tspan x="9.04" y="0.01" rotate="-0.58"> </tspan><tspan x="18.09" y="-0.08" rotate="-1.12">I</tspan><tspan x="27.09" y="-0.21" rotate="-1.92">n</tspan><tspan x="48.09" y="-0.91" rotate="-2.89">n</tspan><tspan x="69.05" y="-1.97" rotate="-3.72">o</tspan><tspan x="90.02" y="-3.33" rotate="-4.41">v</tspan><tspan x="109.03" y="-4.8" rotate="-5">e</tspan><tspan x="128.04" y="-6.47" rotate="-5.45">r</tspan><tspan x="141.03" y="-7.7" rotate="-5.87">s</tspan><tspan x="160.03" y="-9.66" rotate="-6.2">i</tspan><tspan x="169.07" y="-10.64" rotate="-6.43">t</tspan><tspan x="180.06" y="-11.86" rotate="-6.75">y</tspan><tspan x="199" y="-14.12" rotate="-7.03"> </tspan><tspan x="208.01" y="-15.2" rotate="-7.36">C</tspan><tspan x="232.85" y="-18.42" rotate="-7.76">h</tspan><tspan x="253.74" y="-21.26" rotate="-8.08">a</tspan><tspan x="272.63" y="-23.95" rotate="-8.3">l</tspan><tspan x="281.62" y="-25.26" rotate="-8.43">l</tspan><tspan x="290.6" y="-26.58" rotate="-8.63">e</tspan><tspan x="309.49" y="-29.45" rotate="-8.9">n</tspan><tspan x="330.31" y="-32.7" rotate="-9.17">g</tspan><tspan x="351.11" y="-36.06" rotate="-9.41">e</tspan></text>
<g class="next">
<circle fill="#FBA800" cx="156" cy="202" r="106"/>
<text transform="matrix(1 0 0 1 71 175)" font-size="36"><tspan x="0" y="0">studenten </tspan><tspan x="69.4" y="38">& </tspan><tspan x="5.54" y="72">docenten</tspan></text>
</g>
<g class="next">
<circle fill="#FBA800" cx="429" cy="202" r="150"/>
<text transform="matrix(1 0 0 1 335 171)" font-size="42" letter-spacing="-1">COCOON</text>
<text transform="matrix(1 0 0 1 358 222)" style="font-weight: normal" font-size="32"><tspan x="0" y="0">onderwijs- </tspan><tspan x="-41.17" y="36">innovatieproject</tspan></text>
</g>
<g class="next">
<circle fill="#FBA800" cx="782" cy="200" r="184"/>
<text transform="matrix(1 0 0 1 700 137)" font-size="56" letter-spacing="-1">UGent</text>
<text transform="matrix(1 0 0 1 710 210)" style="font-style: italic; font-weight: normal" font-size="36"><tspan x="0" y="0">opleiding </tspan><tspan x="-30.73" y="50">infrastructuur </tspan><tspan x="1.58" y="100">promotie</tspan></text>
</g>
</svg>
</div>
<div class="progress"></div>
<footer class="badge">
<a href="https://github.com/OpenWebSlides/Status/">Bewerk op GitHub</a>
</footer>
<script src="scripts/shower.min.js"></script>
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="scripts/jquery.js"></script>
<script src="scripts/edit.js"></script>
<script>
$('video').click(function () { this.paused ? this.play() : this.pause(); })
.on('play', function () { $(this).addClass('playing'); })
.on('pause stop', function () { $(this).removeClass('playing'); this.currentTime = 0.4; });
$('.zoom').on('click stop', function () { $(this).removeClass('zoom'); });
</script>
</body>
</html>