-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
479 lines (386 loc) · 24.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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<!-- META TAGS -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>CORE Global Tech Treks</title>
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,800,600|Raleway:300,600,900' rel='stylesheet' type='text/css'>
<!-- FONTS -->
<!-- CSS -->
<link rel='stylesheet' id='default-style-css' href='files/css/style.css' type='text/css' media='all' />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" id='rsplugin-style-css' href="files/rs-plugin/css/settings.css" type="text/css" media="all" />
<link rel='stylesheet' id='mqueries-style-css' href='files/css/mqueries.css' type='text/css' media='all' />
<!-- CSS -->
<!-- FAVICON -->
<link rel="shortcut icon" href="files/images/favicon.png"/>
<!-- FAVICON -->
<!-- JQUERY LIBRARY & MODERNIZR -->
<script src="files/js/jquery-1.9.1.min.js"></script>
<script src='files/js/jquery.modernizr.min.js'></script>
<!-- JQUERY LIBRARY & MODERNIZR -->
</head>
<body>
<!-- PAGE CONTENT -->
<div id="page-content" class="fixed-header">
<!-- HEADER -->
<header id="header" class="header-overlay">
<div class="header-inner wrapper clearfix">
<div id="logo" class="left-float">
<img src="files/images/logo.png" alt="Logo">
</div>
<div class="menu right-float clearfix">
<nav id="main-nav">
<ul>
<li class="current-menu-item"><a href="#home" class="scroll-to">Home</a></li>
<li><a href="#about" class="scroll-to">Overview</a></li>
<li><a href="#companies" class="scroll-to">Companies</a></li>
<li><a href="#testimonials" class="scroll-to">Testimonials</a></li>
<li><a href="#app" class="scroll-to">Apply</a></li>
<li><a href="#faqs" class="scroll-to">FAQs</a></li>
<li><a href="#contact" class="scroll-to">Contact Us</a></li>
</ul>
</nav>
</div>
</div> <!-- END .header-inner -->
</header> <!-- END header -->
<!-- HEADER -->
<!-- PAGEBODY -->
<div class="page-body">
<!-- HOME (SLIDER) -->
<section id="home" class="no-padding no-padding-bottom">
<div class="section-inner service-dark">
<!-- REVOLUTION SLIDER -->
<div class="home-slider-container">
<div class="home-slider" >
<ul>
<!-- FIRST SLIDE -->
<li data-transition="fade" data-slotamount="5" data-masterspeed="800" >
<img src="files/images/bgs/london.jpg" alt="slidebg1" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
<!-- LAYER NR. 2 -->
<div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="0"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 2"><center><strong>London</strong><br></center>
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="50"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 3">
<p><a style="color: white" href="https://coreatcu.wufoo.com/forms/core-2019-spring-break-global-tech-treks/" target="_blank" class="sr-button sr-button1 small-button no-line">Apply Now</a></p>
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption srcaption-miniwhite sfb text-light"
data-x="center" data-hoffset="0"
data-y="bottom" data-voffset="15"
data-speed="500"
data-start="1300"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 4">
<a href="#about" class="sr-button sr-buttonicon small-iconbutton scroll-to"><i class="fa fa-angle-down"></i></a>
</div>
</li>
<!-- SECOND SLIDE -->
<li data-transition="fade" data-slotamount="5" data-masterspeed="800" >
<img src="files/images/bgs/shanghai.jpg" alt="slidebg1" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
<!-- LAYER NR. 2 -->
<div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="0"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 2"><center><strong>Shanghai</strong><br></center>
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption srcaption-bigwhite lfl ltr"
data-x="center" data-hoffset="0"
data-y="center" data-voffset="50"
data-speed="1000"
data-start="100"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 3">
<p><a style="color: white" href="https://coreatcu.wufoo.com/forms/core-2019-spring-break-global-tech-treks/" target="_blank" class="sr-button sr-button1 small-button no-line">Apply Now</a></p>
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption srcaption-miniwhite sfb text-light"
data-x="center" data-hoffset="0"
data-y="bottom" data-voffset="15"
data-speed="500"
data-start="1300"
data-easing="easeInOutQuad"
data-endspeed="1000"
data-endeasing="easeInOutQuad"
style="z-index: 4"><a href="#about" class="sr-button sr-buttonicon small-iconbutton scroll-to"><i class="fa fa-angle-down"></i></a>
</div>
</li>
</ul>
</div>
</div> <!-- END .home-slider-container -->
<!-- REVOLUTION SLIDER -->
</div> <!-- END .section-inner -->
</section>
<!-- HOME (SLIDER) -->
<!-- ABOUT -->
<section id="about">
<div class="section-inner service-dark text-light">
<div class="wrapper">
<div class="section-title">
<h2>Spring Break Abroad</h2>
<div class="seperator size-small"><span></span></div>
<h4 class="subtitle">CORE is taking you abroad this spring break! From March 9th to March 17th, our Global Tech Treks program gives you the option of traveling to London or Shanghai to explore these cities' tech scenes. You'll be meeting with local entrepreneurs and venture capitalists, touring startup offices, and, of course, exploring the most popular tourist attractions.</h4>
</div>
</div> <!-- END section-title -->
<!-- Vimeo video embed -->
<div class="column-section clearfix">
<div class="column one-full align-center">
<iframe src="https://player.vimeo.com/video/298312740" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div> <!-- END .wrapper> -->
</div> <!-- END .section-inner-->
</section>
<!-- Locations -->
<section id="companies">
<div class="section-inner align-center">
<div class="wrapper">
<div class="section-title">
<h2>Past Companies</h2>
<div class="seperator size-small"><span></span></div>
</div>
<div class="column-section align-center clearfix">
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/palantir.png" alt="palantir"/>
<div class="imgDesc"><a href=https://www.palantir.com/>Palantir Technologies</a> aims to solve the most important problems for the world's most important institutions. Since 2004, Palantir has doubled in size every year while retaining startup values.</div>
</div>
</div>
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/transferwise.png" alt="TransferWise"/>
<div class="imgDesc">Having raised over $90M in funding, <a href=https://transferwise.com/en-us/>TransferWise</a> is a money transfer service that allows individuals and businesses to send money abroad without hidden charges. </div>
</div>
</div>
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/soundcloud.png" alt="Soundcloud"/>
<div class="imgDesc">An audio platform that attracts more than 175 million unique monthly listeners. <a href=https://soundcloud.com/>Soundcloud</a> enables sound creators to upload, promote, record, and share their music.</div>
</div>
</div>
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/wunderlist.png" alt="Wunderlist"/>
<div class="imgDesc">A simple task management tool and one of the most popular to-do list apps that exist today. <a href=https://www.wunderlist.com/>Wunderlist</a> has over 13 million users and was acquired by Microsoft in 2015. </div>
</div>
</div>
</div>
<div class="column-section align-center clearfix">
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/improbable.png" alt="Improbable"/>
<div class="imgDesc"><a href=https://improbable.io/>Improbable</a> is revolutionizing entertainment and gaming by allowing developers to build complex worlds with massively intricate interactions.</div>
</div>
</div>
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/delivery.png" alt="Delivery Hero"/>
<div class="imgDesc"><a href=https://www.deliveryhero.com/>Delivery Hero</a> is transforming the way people order food online. You can easily browse thousands of restaurant menus to find your favourite dish. With just a few clicks delicious food is on its way!</div>
</div>
</div>
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/edited.png" alt="EDITED"/>
<div class="imgDesc"><a href=https://edited.com/>EDITED</a> helps the world’s leading fashion brands have the right product at the right price, at the right time. Retailers can optimize sales using globally sourced data that tracks the latest patterns and trends.</div>
</div>
</div>
<div class="column one-fourth align-center last-col clearfix">
<div class="imgWrap">
<img src="files/images/locations/balderton.png" alt="Balderton"/>
<div class="imgDesc">One of Europe's largest early-stage venture capital firms, <a href=https://transferwise.com/en-us/>Balderton</a> has a track record of helping entrepreneurs build substantial businesses.</div>
</div>
</div>
</div>
</div> <!-- END WRAPPER -->
</div> <!-- END INNER -->
</section>
<!-- END LOCATIONS -->
<!-- Testimonials -->
<section id="testimonials">
<div class="section-inner service-dark text-light">
<div class="wrapper">
<div class="section-title">
<h2>Student Testimonials</h2>
<div class="seperator size-small"><span></span></div>
</div>
<div class="column-section clearfix">
<div class="column one-half align-center">
<h5>"The CORE Spring Break tech trek was the most exciting and worthy event I was a part of this year, in no small part due to the excellent programming of the trip. Out of the companies we go to see, my favorite was Rentify. The people that we met in their office were so funny and intelligent, and I felt extremely lucky that we had gotten to meet them one-on-one. I learned a lot of lessons about the European tech scene and its growth trajectory, as well as a ton about European culture (take-out becomes take-away!), since I'd never been to the continent before. My favorite moment on the trip was probably staring out at the Thames and Big Ben from the top of the London Eye, which was a breathtaking view. I can't wait to go on other tech treks next year and learn more about other parts of the world and their tech scenes." —Mayank Mahajan, SEAS '16</h5>
</div>
<div class="column one-half align-center last-col">
<img src="files/images/tests/mayank.png" alt="londontest">
</div>
</div>
<div class="column-section clearfix">
<div class="column one-half align-center">
<img src="files/images/tests/supriya.png" alt="paristest">
</div>
<div class="column one-half align-center last-col">
<h6>"Ask a bunch of college students, 'Want to spend your spring break in Paris immersing yourself in the tech and entrepreneurship scene of the city?' and you’ve got yourself quite the self-selected bunch. While I was expecting traipsing around the city with intermittent visits to startup offices, instead I had the privilege of attending intimate presentations from successful founders of hardware and fintech startups, experiencing an exhilarating and bilingual pitch night alongside business students from the city, and gorging on croissants while learning about France’s unique startup funding space from venture capitalists. On our visit to one of France’s most prominent tech accelerators, a founder shared some poignant insight: 'Be an entrepreneur because you can’t imagine yourself being anything else.' The tenacity, innovation, and hustle that I had the opportunity to witness during my short week in Paris taught me that this sentiment is universal, and entrepreneurship is a powerful global phenomenon that can solve technical and social problems against all odds. Now, a spring break without remixed renditions of Roar-Lion-Roar and Aux Champs Elyseés is a break I’d rather go without!” —Supriya Jain, SEAS '16</h>
</div>
</div>
</div> <!-- END .wrapper-->
</div> <!-- END .section-inner-->
</section>
<!-- END Testimonials -->
<!-- APPLY -->
<section id="app">
<div class="section-inner apply-bg service-dark text-light">
<div class="wrapper">
<div class="horizontalsection parallax-section">
<div class="horizontalinner wrapper align-center">
<h2 style="color: white; font-weight: bold">Interested in joining us?</h2>
<p><a style="color: white" href="https://coreatcu.wufoo.com/forms/core-2019-spring-break-global-tech-treks/" target="_blank" class="sr-button sr-button2 small-button no-line">Apply Now</a></p>
<h3 style="color: white; font-weight: bold">Applications are due Friday, November 2nd at 11:59PM</h3>
</div>
</div>
</div>
<div class="spacer spacer-big"></div>
</div>
</section>
<!-- END APPLY -->
<!-- FAQS -->
<section id="faqs">
<div class="section-inner service-dark text-light">
<div class="wrapper">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<div class="seperator size-small"><span></span></div>
</div>
<div class="column-section align-left clearfix">
<div class="column one-third align-left clearfix">
<h4>When will the trips be?</h4>
<h6>The trips will depart on Saturday, March 9th and arrive back at Columbia on Sunday, March 17th.</h6>
</div>
<div class="column one-third align-left clearfix">
<h4>What will accomodations be?</h4>
<h6>All trips will have pre-arranged hotel lodging. Students going on the trip must stay with the group.</h6>
</div>
<div class="column one-third align-left last-col clearfix">
<h4>Can GS/Barnard students apply?</h4>
<h6>Of course! Our program is open to all undergraduate Columbia students who are interested in exploring international entrepreneurship.</h6>
</div>
</div>
<div class="column-section align-left clearfix">
<div class="column one-third align-left clearfix">
<h4>How many people can go on each trip?</h4>
<h6>Spots are limited to 15 people for each trip, so apply now!</h6>
</div>
<div class="column one-third align-left clearfix">
<h4>Do I need to be invested in entrepreneurship to apply?</h4>
<h6>No! If you show that you're excited to learn about the global entrepreneurship scene, we'll be happy to consider you!</h6>
</div>
<div class="column one-third align-left last-col clearfix">
<h4>Will there be time for tourist activities?</h4>
<h6>Of course! Most of our company visits end around 5pm, leaving plenty of time to explore.</h6>
</div>
</div>
<div class="column-section align-left clearfix">
<div class="column one-third align-left clearfix">
<h4>Can international students apply?</h4>
<h6>Yes, international students are definitely welcome! However, we require all participants to arrange all necessary visas or other required documents on their own.</h6>
</div>
<div class="column one-third align-left clearfix">
<h4>How much will the trips cost?</h4>
<h6>Thanks to generous sponsors and our partners at Columbia Entrepreneurship, costs will be limited to $950 for London and $1200-$1500 for Shanghai per person, which will cover round-trip flight and housing. Meals and local transportation are not covered by this price.</h6>
</div>
<div class="column one-third align-left last-col clearfix">
<h4>Will financial aid be available?<br></h4>
<h6>We are already providing substantial amounts of financial aid to subsidize the cost for everyone, so we are unable to provide additional financial aid on an individual basis.</h6>
</div>
</div>
</div> <!-- END Wrapper -->
</div> <!-- END Section Inner -->
</section>
<!-- END FAQS -->
<!-- CONTACT US -->
<section id="contact">
<div class="section-inner no-padding">
<div class="wrapper">
<div class="section-title">
<h2>Contact Us</h2>
<div class="seperator size-small"><span></span></div>
<h4 class="subtitle">If you have any additional questions, please contact the following trip leaders. Feel free to email more than one of us if your question is more general and not specific to the locations!</h4>
</div>
<div class="column-section clearfix">
<div class="column one-third align-center last-col clearfix">
<h5><strong>Global Tech Treks Lead</strong></h5>
<img src="files/images/contacts/irene.jpg" alt="Irene">
<p class="contact-text">Irene Koo<br><a style="text-decoration: none; color: blue" href=mailto:[email protected]>[email protected]</a></p>
</div>
<div class="column one-third align-center last-col clearfix">
<h5><strong>London Tech Trek</strong></h5>
<img src="files/images/contacts/anna.jpg" alt="Anna">
<p class="contact-text">Anna Makowski<br><a style="text-decoration: none; color: blue" href=mailto:[email protected]>[email protected]</a></p>
</div>
<div class="column one-third align-center last-col clearfix">
<h5><strong>Shanghai Tech Trek</strong></h5>
<img src="files/images/contacts/lillian.jpg" alt="Lillian">
<p class="contact-text">Lillian Wang<br><a style="text-decoration: none; color: blue" href=mailto:[email protected]>[email protected]</a></p>
</div>
<!-- <div class="column one-fourth align-center last-col clearfix"> -->
</div>
</div>
</div> <!-- END .wrapper -->
</div> <!-- END .section-inner-->
</section>
<!-- END CONTACT US -->
<footer>
<div class="footerinner wrapper align-center text-light">
<p class="footer-logo"><a href="https://www.coreatcu.com/"><img src="files/images/core.png" alt="Footer Logo"></a></p>
<ul class="socialmedia-widget social-share">
<li class="facebook"><a href="http://fb.com/coreatcu" target="_blank">Facebook</a></li>
<li class="twitter"><a href="http://twitter.com/columbiaentrep" target="_blank">Tweet</a></li>
<li class="instagram"><a href="https://instagram.com/coreatcu/" target="_blank">Instagram</a></li>
</ul>
</div>
</footer>
</div> <!-- END .page-body -->
<!-- PAGEBODY -->
</div> <!-- END #page-content -->
<!-- PAGE CONTENT -->
<!-- SCRIPTS -->
<script type='text/javascript' src='files/js/script.js'></script>
<script type="text/javascript" src="files/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="files/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script type='text/javascript' src='files/js/jquery.parallax.min.js'></script>
<script type='text/javascript' src='files/js/jquery.scroll.min.js'></script>
<script type='text/javascript' src='files/js/jquery.visible.min.js'></script>
<script type='text/javascript' src='files/js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='files/js/jquery.easing.compatibility.js'></script>
<script type='text/javascript' src='files/js/xone-header.js'></script>
<!-- SCRIPTS -->
</body>
</html>