-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
372 lines (344 loc) · 19.8 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
<html>
<head>
<meta name="viewpoart" content="width=device-width, initial-scale=0.85">
<meta charset="utf-8"/>
<title>TEDxBerkeley 2018 </title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="http://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<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-97404598-1', 'auto');
ga('send', 'pageview');
</script>
<link href="/2016/css/style.min.css" rel="stylesheet">
<script src="/2016/js/script.min.js"></script>
</head>
<body>
<header>
<span class="logo col-md-3 col-xs-1">
<span class="logo-cont animate3"><a href="/"><img src="/2016/static/images/logo.png"><span class="logo-text">TEDxBerkeley</span></a></span>
</span>
<nav class="right col-md-9 col-xs-11">
<ul>
<li><a href="/contact">Contact</a></li>
<li><a href="/speakers">Speakers</a></li>
<li><a href="/partners">Partners</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<section class="basic-text wrap-container profile">
<div class="wrap col-md-8 col-sm-10 col-xs-10">
<h2 class="name">TEDxBerkeley 2016</h2>
<div class="multicol-2">
</div>
</div>
<div class="background">
<img src="/2016/static/images/burn_right.svg" class="burn-right">
</div>
</section>
<section class="people wrap-container">
<div class="wrap col-md-10 col-sm-10">
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/ChristopherAtegeka.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Christopher Ategeka</h2>
<p class="profile-byline">Engineer and Social Entrepreneur</p>
<p class="profile-copy">Christopher Ategeka is award-winning social entrepreneur, engineer, and inventor...</i>
</b>
</p>
<p><a href="/2016/speakers/Christopher-Ategeka" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/KathyCalvin.jpeg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Kathy Calvin</h2>
<p class="profile-byline">CEO of United Nations Foundation</p>
<p class="profile-copy">Kathy Calvin is the President and CEO of the United Nations Foundation. Calvin d...</i>
</b>
</p>
<p><a href="/2016/speakers/Kathy-Calvin" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/JacobCorn.jpeg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Jacob Corn</h2>
<p class="profile-byline">Scientific Director, Innovative Genomics Initiative</p>
<p class="profile-copy">Jacob Corn is the Scientific Director of the Innovative Genomics Initiative and ...</i>
</b>
</p>
<p><a href="/2016/speakers/Jacob-Corn" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/StephanieFreid.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Stephanie Freid</h2>
<p class="profile-byline">Journalist</p>
<p class="profile-copy">Stephanie Freid is a television correspondent for China Central Television (CCTV...</i>
</b>
</p>
<p><a href="/2016/speakers/Stephanie-Freid" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/RobHotchkiss.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Rob Hotchkiss</h2>
<p class="profile-byline">Musician</p>
<p class="profile-copy">Rob Hotchkiss won a Grammy Award (Best Rock Song) for five-time nominated "Drops...</i>
</b>
</p>
<p><a href="/2016/speakers/Rob-Hotchkiss" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/NaveenJain.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Naveen Jain</h2>
<p class="profile-byline">Entrepreneur and Philanthropist</p>
<p class="profile-copy">Naveen Jain is an entrepreneur and philanthropist driven to solve the world’s ch...</i>
</b>
</p>
<p><a href="/2016/speakers/Naveen-Jain" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/JeromyJohnson.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Jeromy Johnson</h2>
<p class="profile-byline">Expert in EMF Exposure</p>
<p class="profile-copy">Jeromy Johnson is an expert in mitigating the negative impacts of Electromagneti...</i>
</b>
</p>
<p><a href="/2016/speakers/Jeromy-Johnson" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/ReverendDebraJohnson.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Reverend Deborah Johnson</h2>
<p class="profile-byline">Minister, Author, and Diversity Expert</p>
<p class="profile-copy">Deborah Johnson is a voice for compassion, justice, and reconciliation. She is t...</i>
</b>
</p>
<p><a href="/2016/speakers/Reverend-Deborah-Johnson" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/AranKhanna.png'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Aran Khanna</h2>
<p class="profile-byline">Computer Scientist, Security Researcher</p>
<p class="profile-copy">Aran Khanna is a student-developer, blogger, and student at Harvard who is worki...</i>
</b>
</p>
<p><a href="/2016/speakers/Aran-Khanna" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/JohnKoenig.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">John Koenig</h2>
<p class="profile-byline">Creator, The Dictionary of Obscure Sorrows</p>
<p class="profile-copy">John Koenig has spent the last decade building a home in every creative field he...</i>
</b>
</p>
<p><a href="/2016/speakers/John-Koenig" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/EllenLeanse.png'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Ellen Petry Leanse</h2>
<p class="profile-byline">Digital Pioneer</p>
<p class="profile-copy">Ellen Petry Leanse is a digital pioneer and road-tested entrepreneur who Ellen h...</i>
</b>
</p>
<p><a href="/2016/speakers/Ellen-Petry-Leanse" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/DrSusanLim.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Dr. Susan Lim</h2>
<p class="profile-byline">Surgeon and Entrepreneur</p>
<p class="profile-copy">Dr Susan Lim’s historic performance of the first successful cadaveric liver tran...</i>
</b>
</p>
<p><a href="/2016/speakers/Dr.-Susan-Lim" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/OSAChamberChoir.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Oakland School for the Arts Chamber Choir</h2>
<p class="profile-byline">Oakland School for the Arts</p>
<p class="profile-copy">The Oakland School of the Arts (OSA) Chamber Choir is the largest audition-only ...</i>
</b>
</p>
<p><a href="/2016/speakers/Oakland-School-for-the-Arts-Chamber-Choir" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/AmandineRoche.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Amandine Roche</h2>
<p class="profile-byline">Human Rights Expert</p>
<p class="profile-copy">Amandine Roche is a Human Rights expert who has worked with the United Nations, ...</i>
</b>
</p>
<p><a href="/2016/speakers/Amandine-Roche" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/DrSriramShamasunder.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Dr. Sriram Shamasunder</h2>
<p class="profile-byline">Co-Founder HEAL Initiative</p>
<p class="profile-copy">Sriram Shamasunder completed his residency in Internal Medicine at Harbor UCLA M...</i>
</b>
</p>
<p><a href="/2016/speakers/Dr.-Sriram-Shamasunder" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/DrAndrewSiemeon.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Dr. Andrew Siemion</h2>
<p class="profile-byline">Astrophysicist</p>
<p class="profile-copy">Dr. Andrew Siemion is an astrophysicist at the University of California (UC), Be...</i>
</b>
</p>
<p><a href="/2016/speakers/Dr.-Andrew-Siemion" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/JoshuaToch.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Joshua Toch</h2>
<p class="profile-byline">Founder, Mind Before Mouth</p>
<p class="profile-copy">UC Berkeley sophomore Joshua Toch plans to pursue a degree in Business Administr...</i>
</b>
</p>
<p><a href="/2016/speakers/Joshua-Toch" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/UCBerkeleyAzaad.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">UC Berkeley Azaad</h2>
<p class="profile-byline">UC Berkeley Bollywood Dance Group</p>
<p class="profile-copy">UCB Azaad, referring to "independence or freedom", is excited to bring a fresh, ...</i>
</b>
</p>
<p><a href="/2016/speakers/UC-Berkeley-Azaad" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/SoniaRao.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Sonia Rao</h2>
<p class="profile-byline">Singer and Songwriter</p>
<p class="profile-copy">On the surface, Sonia Rao is a pop singer/songwriter with over 35 film and telev...</i>
</b>
</p>
<p><a href="/2016/speakers/Sonia-Rao" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/IshaRay.jpg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Isha Ray</h2>
<p class="profile-byline">Professor, Co-Director Berkeley Water Center</p>
<p class="profile-copy">Isha Ray is Associate Professor at the Energy and Resources Group and Co-Directo...</i>
</b>
</p>
<p><a href="/2016/speakers/Isha-Ray" class="button small">View More</a>
</p>
</div>
<div class="profile col-md-3 col-sm-4 col-xs-6"> <span class="profile-pic-mask">
<span class="profile-pic"
style="background:url('/2016/static/images/speakerPics/Celli.jpeg'); background-size:cover; background-position:center;"></span> </span>
<h2 class="profile-name">Celli@Berkeley</h2>
<p class="profile-byline">UC Berkeley Celli Performance Group</p>
<p class="profile-copy">Celli@Berkeley was created one night in 2012 after the cellists of the UC Berkel...</i>
</b>
</p>
<p><a href="/2016/speakers/Celli@Berkeley" class="button small">View More</a>
</p>
</div>
</div>
<div class="background">
<img src="/2016/static/images/burn_left.svg" class="burn-left">
<img src="/2016/static/images/burn_left.svg" class="flipped burn-right bottom">
<div class="col-md-6 col-sm-6">
<span class="col-md-3 col-sm-3"></span>
<img src="/2016/static/images/piece3.svg" class="col-md-6 col-sm-6 p3">
</div>
<div class="col-md-6 col-sm-6">
<img src="/2016/static/images/piece2.svg">
<img src="/2016/static/images/piece5.svg" class="col-md-8 col-sm-8 p5">
</div>
</div>
</section>
<footer>
<div class="col-md-3 col-sm-3 col-xs-12 logo-container">
<span class="col-md-4 col-sm-2 col-xs-4"></span>
<img src="/2016/static/images/logo.png" class="logo col-md-4 col-sm-8 col-xs-4">
<div class="button-cont">
<a href="https://www.eventbrite.com/e/tedxberkeley-2018-you-are-here-tickets-39787788346" class="button small black">Order Tickets</a>
</div>
</div>
<span class="col-xs-1 hidden-md hidden-sm hidden-lg"></span>
<div class="col-md-2 col-sm-2 col-xs-5">
<h2>About</h2>
<ul>
<li><a href="/about">Meet the Team</a></li>
<li><a href="/about/#numbers">Numbers</a></li>
<li><a href="/about/#theme-tedx-ted">Theme, TEDx, TED</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-2 col-xs-5">
<h2>Event</h2>
<ul>
<li><a href="/speakers">Speakers</a></li>
<li><a href="/speakers#get-the-most-out">Get the Most Out</a></li>
<li><a href="/partners">Partners</a></li>
</ul>
</div>
<span class="col-xs-1 hidden-sm hidden-md hidden-lg"></span>
<div class="col-md-2 col-sm-2 col-xs-5 spec">
<h2>Contact</h2>
<ul>
<li><a href="/contact">Contact Us</a></li>
<li><a href="/contact#faqs">FAQs</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-2 col-xs-5">
<h2>Links</h2>
<ul>
<li><a href="https://www.facebook.com/TEDxBerkeley/">Facebook</a></li>
<li><a href="http://twitter.com/tedxberkeley">Twitter</a></li>
<li><a href="https://www.eventbrite.com/e/tedxberkeley-2018-you-are-here-tickets-39787788346">EventBrite</a></li>
</ul>
</div>
<p><a href="/2017">2017</a> · <a href="/2016">2016</a> · <a href="/2015">2015</a> · <a href="/2014">2014</a> · <a href="/2013">2013</a> · <a href="/2012">2012</a> · <a href="/2011">2011</a> · <a href="/2010">2010</a><br/>Website designed by <a href="http://alvinwan.com">Alvin Wan</a>. Logo and banner designed by Alyssa Plese. Photos by Halina Veratsennik.</p>
</footer>
</body>
</html>