-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
executable file
·482 lines (303 loc) · 17.8 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="TEDxUW 2016">
<meta property="og:description" content="The Interconnectedness of Things">
<meta property="og:image" content="http://www.tedxuw.com/images/IMG_8232.jpg">
<meta property="og:url" content="http://www.tedxuw.com">
<meta name="twitter:card" content="summary_large_image">
<meta name="og:site_name" content="TEDxUW 2016">
<meta name="twitter:image:alt" content="TEDxUW Logo">
<title>TEDxUW Blog</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Customizable CSS -->
<link href="assets/css/main.css" rel="stylesheet" data-skrollr-stylesheet>
<link href="assets/css/red.css" rel="stylesheet" title="Color">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/animate.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Fonts -->
<link href="http://fonts.googleapis.com/css?family=Lato:400,900,300,700" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic" rel="stylesheet">
<!-- Icons/Glyphs -->
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link href="assets/fonts/fontello.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- HTML5 elements and media queries Support for IE8 : HTML5 shim and Respond.js -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69196523-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Royal Preloader CSS -->
<link href="css/royal_preloader.css" rel="stylesheet">
<!-- jQuery Files -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- Royal Preloader -->
<script type="text/javascript" src="js/royal_preloader.min.js"></script>
<script type="text/javascript">
Royal_Preloader.config({
mode: 'number',
showProgress: false,
background: '#1d1d1d'
});
</script>
</head>
<body class="royal_preloader" data-spy="scroll" data-target=".navbar" data-offset="70">
<div id="royal_preloader"></div>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" id="mobilenav" class="btn btn-lg navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="glyphicon glyphicon-option-vertical"></span>
</button>
<a class="navbar-brand" href="index.html">
<img alt="Brand" id="logo" src="images/TEDx%20UW_Fully%20Transparent.png">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="navlinks">
<li><a href="about.html">ABOUT</a></li>
<li><a href="speakers.html">SPEAKERS</a></li>
<li><a href="sponsors.html">SPONSORS</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a class="active" href="blog.html">BLOG</a></li>
<li><a href="https://drive.google.com/drive/folders/0BxHCUB86qzyCSVMzRHRnZ04xN1k" target="_blank">PRESS KIT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<main>
<section id="blog" class="light-bg">
<div class="container inner-top-sm inner-bottom">
<div class="row">
<div class="col-sm-12">
<div class="grid-blog col-3 no-sidebar">
<div class="posts">
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="images/gl.jpg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">Gamelynx Ties Things Together at TEDxUW</h2>
<ul class="meta">
<li class="date">December 14, 2016</li>
</ul><!-- /.meta -->
<a href="Gamelynx.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="images/karin_schmidlin.png" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">Karin Schmidlin</h2>
<ul class="meta">
<li class="date">November 10, 2016</li>
</ul><!-- /.meta -->
<a href="Karin_Schmidlin.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="images/shawna_percy.png" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">Shawna Percy</h2>
<ul class="meta">
<li class="date">November 10, 2016</li>
</ul><!-- /.meta -->
<a href="Shawna_Percy.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="images/patrick_gill.png" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">Patrick Gill</h2>
<ul class="meta">
<li class="date">November 10, 2016</li>
</ul><!-- /.meta -->
<a href="Patrick_Gill.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="images/andrew_deman.png" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">A Conversation with Andrew Deman</h2>
<ul class="meta">
<li class="date">October 25, 2016</li>
</ul><!-- /.meta -->
<a href="Andrew%20Deman.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="images/Dana_Fox.jpg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">A Conversation with Dana Fox</h2>
<ul class="meta">
<li class="date">October 25, 2016</li>
</ul><!-- /.meta -->
<a href="Dana%20Fox.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-link">
<div class="post-content">
<h2 class="post-title">
<a href="http://www.shawnapercy.com/2016/10/21/announcement-shawna-percy-speaker-at-upcoming-tedxuw/" target="_blank">Announcement: Shawna Percy speaking at upcoming TEDxUW</a>
</h2>
<a href="http://www.shawnapercy.com/2016/10/21/announcement-shawna-percy-speaker-at-upcoming-tedxuw/" target="_blank">www.shawnapercy.com</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-standard">
<div class="post-content">
<h2 class="post-title">Waterloo Innovation Summit</h2>
<ul class="meta">
<li class="date">October 23, 2016</li>
</ul><!-- /.meta -->
<p>Two of our ambitious team members, Outreach Manager Sam Hashem and Co-Chair Munin Kim, had the amazing opportunity to go to the Waterloo Innovation Summit, which was joint-hosted by the University of Waterloo and Communitech ... </p>
<a href="Waterloo%20Innovation%20Summit.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="assets/images/Michael%20Bociurkiw.jpg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">Michael Bociurkiw</h2>
<ul class="meta">
<li class="date">October 18, 2016</li>
</ul><!-- /.meta -->
<p>RECAPPING 2015 #2 - This week, our featured TEDx talk from TEDxUW 2015 is ‘Why life is all about REAL connections’ from Michael Bociurkiw.</p>
<a href="Michael%20Bociurkiw.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="assets/images/Be%20a%20Speaker.jpg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">So You Want to be a TEDxUW Speaker?</h2>
<ul class="meta">
<li class="date">October 17, 2016</li>
</ul><!-- /.meta -->
<p>We’re currently looking for inspiring and innovative speakers to attend the TEDxUW 2016 conference.</p>
<a href="Be%20a%20Speaker.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="post-media">
<img src="assets/images/readinglist.jpeg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">TEDxUW Reading List</h2>
<ul class="meta">
<li class="date">October 13, 2016</li>
</ul><!-- /.meta -->
<p>As famously stated by Ralph Waldo Emerson, “If we encounter a man of rare intellect, we should ask him what books he reads”.</p>
<a href="Reading%20List.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-standard">
<div class="post-content">
<h2 class="post-title">Discovering Our Theme</h2>
<ul class="meta">
<li class="date">September 21, 2016</li>
</ul><!-- /.meta -->
<p>In the spirit of all TED/TEDx events, TEDxUW aims to host an event that provides a platform for the sharing of important ideas.</p>
<a href="Discovering%20Theme.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="icon-overlay icn-link post-media">
<img src="assets/images/TED_Curator_Chris_Anderson.jpg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">TED Guide to Public Speaking</h2>
<ul class="meta">
<li class="date">September 14, 2016</li>
</ul><!-- /.meta -->
<p>Written by Chris Anderson, the curator of the TED conference, ‘TED Talks: The Official TED Guide to Public Speaking’ was published ...</p>
<a href="Public%20Speaking.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-video">
<div class="post-content">
<div class="video-container post-media">
<iframe src="https://www.youtube.com/embed/dUFhXIKl2B4" width="750" height="422" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div><!-- /.post-media -->
<h2 class="post-title">Sabrina Rubli</h2>
<ul class="meta">
<li class="date">September 14, 2016</li>
</ul><!-- /.meta -->
<p>RECAPPING 2015 #1 - Leading up to TEDxUW 2016, we’ll be featuring a talk from the 2015 event on our blog each week ...</p>
<a href="Sabrina%20Rubli.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-image">
<div class="post-content">
<figure class="icon-overlay icn-link post-media">
<img src="assets/images/savethedate.jpg" alt="">
</figure><!-- /.post-media -->
<h2 class="post-title">Save the Date!</h2>
<ul class="meta">
<li class="date">August 30, 2016</li>
</ul><!-- /.meta -->
<p>It’s official - following the success of the 2015 event, TEDxUW is returning on Saturday, November 26, 2016 in the Theatre of the Arts.</p>
<a href="Save%20the%20Date.html" class="btn">Read more</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
<div class="post format-link">
<div class="post-content">
<h2 class="post-title">
<a href="https://www.youtube.com/channel/UCc-rh7HN_C0McdAxqRIBN6w" target="_blank">Check out our Youtube channel for more TEDxUW content!</a>
</h2>
<a href="https://www.youtube.com/channel/UCc-rh7HN_C0McdAxqRIBN6w" target="_blank">TEDxUW - Youtube Channel</a>
</div><!-- /.post-content -->
</div><!-- /.post -->
</div><!-- /.posts -->
</div><!-- /.grid-blog -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
</main>
<!-- JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.easing.1.3.min.js"></script>
<script src="assets/js/jquery.form.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/skrollr.min.js"></script>
<script src="assets/js/skrollr.stylesheets.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/jquery.easytabs.min.js"></script>
<script src="assets/js/google.maps.api.v3.js"></script>
<script src="assets/js/viewport-units-buggyfill.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>