-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
553 lines (517 loc) · 32.1 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
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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TEDxGeorgiaTech</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="TEDxGeorgia Tech Conference information website." />
<meta name="keywords" content="ted, tedx, georgia tech, gt, gatech" />
<meta name="author" content="TEDxGeorgiaTech" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="TEDxGeorgiaTech 2016-2017" />
<meta property="og:image" content="images/stickers.jpg" />
<meta property="og:url" content="http://tedxgeorgiatech.com" />
<meta property="og:site_name" content="TEDxGeorgiaTech" />
<meta property="og:description" content="TEDxGeorgiaTech Official Website" />
<meta name="twitter:title" content="TEDxGeorgiaTech 2016-2017" />
<meta name="twitter:image" content="images/stickers.jpg" />
<meta name="twitter:url" content="http://tedxgeorgiatech.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@TEDxGeorgiaTech">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/icons/favicon.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/jquery.fancybox-thumbs.css">
<link rel="stylesheet" href="css/red.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="fh5co-header">
<!-- HEADER -->
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<!-- <a style="font-family:helvetica;" class="navbar-brand" href="#" data-nav-section="home">TEDxGeorgiaTech</a> -->
<a style="font-family:helvetica;" class="navbar-brand" href="#" data-nav-section="home"><div class="logo"></div></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
<li><a href="#" data-nav-section="events"><span>Events</span></a></li>
<li><a href="#" data-nav-section="team"><span>Our Team</span></a></li>
<li><a href="#" data-nav-section="timeline"><span>Timeline</span></a></li>
<li><a href="#" data-nav-section="sponsors"><span>Sponsors</span></a></li>
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<div id="slider" data-section="home">
<div class="owl-carousel owl-carousel-fullwidth">
<!--<div class="item" style="background-image:url(images/x.jpg)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Apply to join our Organizing team. Due September 8th</h2>
<p class="to-animate-2"><a href="https://forms.gle/ooYdbaNgek1GHapA6" class="btn btn-primary btn-lg">Apply Here</a></p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!--<div class="item" style="background-image:url(images/sprconf.JPG)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Apply to speak in the Fall Speaker Salon by October 7th! If you'd like to perform, register here</h2>
<p class="to-animate-2"><a href="https://forms.gle/VSGwTrqjoKarAXzx8" class="btn btn-primary btn-lg">Apply Here</a></p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="item" style="background-image:url(images/fall22speakers/fall22ss.JPG)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Previous Student Speaker Salon videos are here!</h2>
<p class="to-animate-2"><a href="https://www.youtube.com/@tedxgeorgiatech2366/playlists" class="btn btn-primary btn-lg">Watch Here</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--<div class="item" style="background-image:url(images/sprconf.JPG)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Click here to watch Spring 2022 Salon speaker talks!</h2>
<p class="to-animate-2"><a href="https://www.youtube.com/playlist?list=PL8bHLUWOBEQLO_O5n8sRowCHCfuatGra9" class="btn btn-primary btn-lg">Watch Here</a></p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!--<div class="item" style="background-image:url(images/x.jpg)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Tickets to the Spring Conference are now available. Come listen to 6 amazing speakers on April 10!</h2>
<p class="to-animate-2"><a href="https://gatech.universitytickets.com/w/event.aspx?id=1886&p=1" class="btn btn-primary btn-lg">Buy Here</a></p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="item" style="background-image:url(images/fall22speakers/fall22team.jpg)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Learn more about our team!</h2>
<p class="to-animate-2"><a href="#" data-nav-section="team" class="btn btn-primary btn-lg">Our Team</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item" style="background-image:url(images/fall22speakers/f22directors.jpg)">
<div class="overlay"></div>
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead to-animate">Check us out on social media!</h1>
<h2 class="fh5co-sub-lead to-animate">Keep up to date with all of the latest news about our events!</h2>
<p class="to-animate-2"><a href="https://www.instagram.com/tedxgeorgiatech/" class="btn btn-primary btn-lg"> Instagram </a></p>
<p class="to-animate-2"><a href="https://www.facebook.com/TEDxGeorgiaTech" class="btn btn-primary btn-lg">Facebook</a></p>
<p class="to-animate-2"><a href="https://www.youtube.com/channel/UClFI_6vjdkHSW_7gZqCYUgA/featured" class="btn btn-primary btn-lg">YouTube</a></p>
<p class="to-animate-2"><a href="https://tedxgeorgiatech.us13.list-manage.com/subscribe?u=9b62b2df1559609148a6bf426&id=b71efe0a3f" class="btn btn-primary btn-lg">Newsletter</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-about-us" data-section="about">
<div class="container">
<div class="row row-bottom-padded-sm" id="about-us">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate"><bold>ABOUT</bold></h2>
<h3>TEDxGeorgiaTech is an independently organized TEDx event in Atlanta, Georgia. We are proud to be run entirely by student volunteers. Our goal is to showcase ideas from our own community that inspire change on Georgia Tech campus and beyond. We host multiple events throughout the year, including a main TEDx conference in the Spring.</h3>
<h3>In the spirit of ideas worth spreading, TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. At a TEDx event, TED Talks video and live speakers combine to spark deep discussion and connection. These local, self-organized events are branded TEDx, where x = independently organized TED event. Learn more about TEDx and TED.</h3>
<h3><a href="https://www.ted.com/about/programs-initiatives/tedx-program">Learn More</a></h3>
</div>
</div>
</div>
</div>
<div id="fh5co-our-events" data-section="events">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate"><bold>UPCOMING EVENTS</bold></h2>
<!--<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3><span style="color:#444">Week of Welcome Open Mic Night</span><br/></h3>
</div>
</div>-->
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3><span style="color:#444">Fall 2024 Salon - More information coming soon!</span><br/></h3>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3><span style="color:#444">Spring 2025 Conference</span><br/></h3>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3><span style="color:#444">Past Event: Spring 2022 Conference</span><br/></h3>
<a href="https://www.youtube.com/playlist?list=PL8bHLUWOBEQLO_O5n8sRowCHCfuatGra9" class="btn btn-primary btn-lg">Watch all the talks here</a>
</div>
</div>
<br>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<div class="person">
<img src="images/spr_conference/HSL1.jpg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Raj Pandya</h3>
<div class="position">Founder and President of Atlanta Orthopaedic Institute. Founder and CEO of Unicore Health, PanOrthopaedics, and Chairman of Twisted Taco.</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<div class="person">
<img src="images/spr_conference/Grayson Eady.jpeg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Grayson Eady</h3>
<div class="position">Senior student at Georgia Tech studying Electrical Engineering and Minor in Sustainable Cities, Passionate about energy and electrification.</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
</div>
<div id="fh5co-team" data-section="team">
<div class="container">
<div class="row row-bottom-padded-sm" id="team">
<div class="col-md-12 section-heading text-center to-animate">
<h2><bold>MEET THE TEAM</bold></h2>
</div>
<!--<div class="col-md-12 section-heading text-center">
<h3>Interested in joining our team? Director and Organizing Team applications are now open!</h3>
<br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdy0jodrQOSM7COBQggBK-q-G8Ga2z94iO5f4dz4Rl63GB-iA/viewform" class="btn btn-primary btn-lg">Application Link</a>
</div>
<div class="col-md-12 section-heading text-center">
<h3>Interested in joining our team? Director and Organizing Team applications are now open!</h3>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfR-d-EhYFQMt-VNl7J3mjvVQ-TIVILsJvpY1Xzk4ZcOeruWA/viewform" class="btn btn-primary btn-lg">Organizing Team Application</a>
<br><br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfJnERZa_yIJkLfGuTXjOe20bRjG4EQbETy7oSYXrNyFx8eFw/viewform" class="btn btn-primary btn-lg">Production Director Application</a>
<br><br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeGJ_lkV0FYFk4scAc1MxL0EW3lssdNghiMX6nChhr3N7TZjw/viewform" class="btn btn-primary btn-lg">Finance Director Application</a>
</div>-->
<div class="col-md-12">
<div class="row row-bottom-padded-lg">
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall2022/alix2.JPG" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Alix</h3>
<div class="position">Executive Director</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall23/tanaya.jpg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Tanaya</h3>
<div class="position">Finance Director</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall2022/yashas2.JPG" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Yashas</h3>
<div class="position">Speakers Director</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall23/leo.jpg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Leo</h3>
<div class="position">Production Director</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall23/davide.jpg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Davide</h3>
<div class="position">Marketing Director</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall2022/nadia2.JPG" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Nadia</h3>
<div class="position">Event Programming Codirector</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall23/madeeha.jpg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Madeeha</h3>
<div class="position">Event Programming codirector</div>
</div>
</div>
<div class="col-md-3 text-center to-animate">
<div class="person">
<img src="images/fall23/alya.jpg" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Alya</h3>
<div class="position">Community Director</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-our-events" data-section="timeline">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate"><bold>TIMELINE</bold></h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3><span style="color:#444">Check out our past events and initiatives here!</span><br/></h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="box to-animate">
<div class="icon"><span><img src="images/Davide Edits.png" width="100" alt="Person"></span></div>
<a href="https://forms.gle/Xy5dRG9bGxwcVu9K8" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Open Mic Night - Fall 2023</h3>
<p>October 2023</p>
</a>
<p>Our Open Mic Night has performances, fun activities, and free food. If you want to perform, please don't advertise anything (including your cool startup) or perform anything you wouldn't want your grandmother. Come show your talent or watch others in our community show theirs!</p>
<br/>
</div>
<div class="box to-animate">
<div class="icon"><span><img src="images/spring23salon.jpg" width="100" alt="Person"></span></div>
<a href="https://youtube.com/playlist?list=PL8bHLUWOBEQJn7bMcAoHFgUaYOwtXXr1k&si=6kVWM8snfbOc8DXQ" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Spring Speaker Salon - Kinetic Energy</h3>
<p>April 2023</p>
</a>
<p>"Kinetic Energy" is the energy of motion. The student speakers in this salon embodied and highlighted the working directly to achieve a goal - taking action to become the change they want to see how you can do the same.</p>
<br/>
</div>
<div class="box to-animate">
<div class="icon"><span><img src="images/fall22speakers/fall22ss.JPG" width="100" alt="Person"></span></div>
<a href="https://www.youtube.com/watch?v=i5a3hECecuM" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Fall Speaker Salon - Potential Energy</h3>
<p>December 2022</p>
</a>
<p>"Potential Energy" describes the energy held by an object because of its position relative to other objects. Every person has potential, from their smarts to their skills and their connections. Potential is not the director work you're doing to improve, but instead a mindset of acknowledging where room for improvement can exist.</p>
<br/>
</div>
<div class="box to-animate">
<div class="icon"><span><img src="https://i.postimg.cc/Wp9FZ5vb/womens-speaker-salon.jpg" width="100" alt="Person"></span></div>
<a href="https://www.youtube.com/watch?v=i5a3hECecuM" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Women's Speaker Salon 2020</h3>
<p>January 2021</p>
</a>
<p>We had our first ever virtual TEDxGeorgiaTech Salon featuring all women speakers! We heard from four talented and passionate speakers about topics ranging from sensitivity, parenting, accessibility all the way to empowering change in Greek Life. </p>
<br/>
</div>
<div class="box to-animate">
<div class="icon"><span><img src="https://i.postimg.cc/5t6XrRtv/jan2020-tedx.jpg" width="100" alt="Person"></span></div>
<a href="https://i.postimg.cc/tJyC9S9B/image.jpg" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Student Speaker Salon</h3>
<p>January 2020</p>
</a>
<br/>
</div>
</div>
<div class="col-md-6">
<div class="box to-animate">
<div class="icon"><span><img src="https://i.postimg.cc/hjmnGPcd/tedx-main-image.jpg" width="100" alt="Person"></span></div>
<a href="https://www.youtube.com/watch?v=pH9I2ZnH08Y&list=PL8bHLUWOBEQIzlILTmS6VrLavhr7nJ7L5" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Student Speaker Salon – Embark</h3>
<p>November 2020</p>
</a>
<p>“Embark” - A word that describes uncertainty brought by the pandemic and the unique journey it has brought to each of our lives, was the theme of our salon for this year. The student speakers for the salon beautifully encompassed this theme and broadened our minds by giving talks related to the fourth dimension, how uncertainty is certainty, creativity breaking monotonous cycles and the empowering journey of making purpose.</p>
<br/>
</div>
<div class="box to-animate">
<div class="icon"><span><img src="https://i.postimg.cc/MHn2WQvr/image.jpg" width="100" alt="Person"></span></div>
<a href="https://i.postimg.cc/MTvqG4LD/image.jpg" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>ConnecTED</h3>
<p>November 2019</p>
</a>
<br/>
</div>
</div>
<div class="col-md-6">
<div class="box to-animate">
<div class="icon"><span><img src="https://i.postimg.cc/KjDqhc5s/image.jpg" width="100" alt="Person"></span></div>
<a href="https://i.postimg.cc/rFgnhmsD/image.jpg" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>April 2019 Conference</h3>
<p>April 2019</p>
</a>
<br/>
</div>
</div>
<div class="col-md-6">
<div class="box to-animate">
<div class="icon"><span><img src="https://i.postimg.cc/rmSg5y7F/image.jpg" width="100" alt="Person"></span></div>
<a href="https://i.postimg.cc/yYrhgSWy/image.jpg" class="fancybox-media" data-fancybox-group="TEDx Videos">
<h3>Student Speaker Salon</h3>
<p>November 2018</p>
</a>
<br/>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-contact" data-section="sponsors">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-press-1"><bold>SPONSORS</bold></h2>
<br><br>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<img src = "https://i.postimg.cc/3r2mswRg/mailchimp.png">
<br>
<br>
</div>
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<img src = "https://i.postimg.cc/GhrGd186/dashlane.png">
<br>
<br>
</div>
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<img src = "https://i.postimg.cc/X78FvD9q/sticker-giant.png">
<br>
<br>
</div>
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<img src = "https://i.postimg.cc/BnnFPcCg/tiffs-treats.png">
<br>
<br>
</div>
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<img src = "https://i.postimg.cc/25qB2kML/gatech-campus-services.png">
<br>
<br>
</div>
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<img src = "https://i.postimg.cc/wj4mXyfd/tsq-atl.png">
<br>
<br>
</div>
</div>
<br/>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<p class="copyright text-center">Ideas worth spreading</p>
<p class="copyright text-center">Check out the repository for this website on <a href="https://github.com/tedxgeorgiatech/tedxgeorgiatech-website"> Github! </a></p>
<p class="copyright text-center">© 2024 Georgia Tech. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-thumbs.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-75211006-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us6.list-manage.com","uuid":"9ffba6f98cb8657e54ac9be03","lid":"ebb9b7fd65"}) })</script>
</body>
</html>