-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·754 lines (732 loc) · 26.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
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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Fix static header bug in Android 2.2 -->
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<title>POPSHOP | Pop in and start up!</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/app.css?v=2">
<script src="javascripts/modernizr.foundation.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="header-row">
<div class="row">
<div class="four columns">
<a class="scroll hide-for-small" href="#top"><img src="images/head.png"></a>
<a id="nav-trigger" class="show-for-small" href="#"><img class="nav-menu-btn" src="images/icons/menu.png"><img src="images/head.png"></a>
</div>
<div class="eight columns hide-for-small desktop-nav">
<ul data-magellan-expedition>
<li style="display:none;" data-magellan-arrival='top'></li>
<a class="scroll" href="#visit">
<li data-magellan-arrival='visit'>
Visit
</li></a>
<a class="scroll" href="#events">
<li data-magellan-arrival='events'>
Events
</li></a>
<a class="scroll" href="#about">
<li data-magellan-arrival='about'>
About
</li></a>
<a class="scroll" href="#partners">
<li data-magellan-arrival='partners'>
Partners
</li></a>
<a class="scroll" href="#contribute">
<li data-magellan-arrival='contribute'>
Contribute
</li></a>
</ul>
</div>
<div id="mobile-nav" class="show-for-small">
<h3>Menu</h3><a id="nav-close-trigger" href="#"><img class="nav-menu-btn" src="images/icons/close.png"></a>
<ul data-magellan-expedition>
<a class="mobile" href="#top">
<li data-magellan-arrival='top'>
Home
</li></a>
<a class="mobile" href="#visit">
<li data-magellan-arrival='visit'>
Visit
</li></a>
<a class="mobile" href="#events">
<li data-magellan-arrival='events'>
Events
</li></a>
<a class="mobile" href="#about">
<li data-magellan-arrival='about'>
About
</li></a>
<a class="mobile" href="#partners">
<li data-magellan-arrival='partners'>
Partners
</li></a>
<a class="mobile" href="#contribute">
<li data-magellan-arrival='contribute'>
Contribute
</li></a>
</ul>
</div>
</div>
</div>
<div id="top" class="row">
<div class="twelve columns main-wrapper" style="position:relative;">
<!-- Background -->
<div class="row stripe-height-container">
<div class="four columns stripe-width-container">
<div class="stripe-container"></div>
</div>
</div>
<!-- Opening Blurb -->
<div class="row" data-magellan-destination='top'>
<div class="eight columns offset-by-four intro-blurb">
<h1>Pop in and start up!</h1>
<p>
POPSHOP is a new kind of working space and learning environment. Created as a month long experiment designed to enlist the local startup community to do epic things in the service of making the world a better place, POPSHOP has gone on to become so much more.
</p>
<p>
POPSHOP is a space for programmed exchange and chance encounters, a launchpad for startups and shenanigans. It's about filling the gaps between people, projects and disciplines. It's about welcoming the new and making connections between seemingly unconnected things.
</p>
<p class="listserv-btn">
<a href="#listserv" class="button radius expand scroll">Join our Listserv</a>
</p>
</div>
</div>
<!-- Visit Section -->
<div class="nav-spacer" id="visit" data-magellan-destination='visit'>
<div class="row">
<h1>Come Visit</h1>
<hr />
<div class="six columns">
<img class="radius" src="images/visit.jpg">
</div>
<div class="six columns">
<div class="visit-quote">
<h3>We're almost always open...</h3>
<h3 class="right" style="text-align:right;">...and we love having guests.</h3>
<div class="clearfix"></div>
</div>
<p>
While POPSHOP strives to be as accessible as possible, we simply can't be open 24 hours a day (as much as we'd love to be). Instead, we're open whenever a member of the <a class="scroll" href="#partners">steering committee</a> is present, which ends up being a lot of the time. We'd suggest trying afternoons or evenings, though some nights you can find people there until well into the next morning (you can see if we're in POPSHOP by using the "see what's popping" button below). If you want to ensure that POPSHOP is unlocked a specific time, or if you'd like fingerprint access, don't hesistate to <a class="scroll" href="#contribute">get in touch</a>.
</p>
<p class="webcam-btn">
<a href="#" class="button radius livestream-trigger"><img style="height:10px;" src="images/icons/video.png"> See what's popping!</a>
</p>
</div>
</div>
</div>
<!-- Events Section -->
<div class="nav-spacer" id="events" data-magellan-destination='events'>
<div class="row">
<h1>Cool Events</h1>
<hr />
<div class="six columns">
<h3>Recent</h3>
<div id="tumblr-container">
</div>
<div class="row tumblr-teaser">
<div class="twelve columns">
<a href="http://poprightin.tumblr.com/" class="button radius">More recent events</a>
</div>
</div>
</div>
<div class="six columns">
<h3>Upcoming</h3>
<div id="gcal-wrapper" class="flex-video">
<iframe id="gcal" src="https://www.google.com/calendar/embed?src=cornell.edu_kv3ikqm57adq9vquvthbthjq0c@group.calendar.google.com&showTitle=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=202&width=270&wkst=1&bgcolor=%23d0d0d0" frameborder="0">
Sorry, your browser does not support iframes. Looks like you have to stay at The PopShop forever, so you never miss an event!
</iframe>
</div>
<h3 id="listserv">Listserv</h3>
<div class="panel">
<p>
To be notified about all our upcoming events, sign up for the listserv:
</p>
<form class="events-listserv-form" action="form.php" method="post">
<div class="row">
<div class="eight mobile-three columns">
<input type="hidden" name="type" value="join">
<input id="list-fm-email" type="text" name="email" placeholder="[email protected]" />
</div>
<div class="four mobile-one columns">
<input id="list-fm-submit" type="submit" class="button radius medium expand" value="Join">
</div>
</div>
<div class="row">
<div id="list-fm-msg" class="twelve columns">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- About Section -->
<div class="nav-spacer" id="about" data-magellan-destination='about'>
<div class="row">
<h1>Our Story</h1>
<hr />
<div class="six columns">
<p>
POPSHOP was created by a group of students who wanted a space to collaborate on cool projects and add an entrepreneurial component to their education. A startup in and of itself, POPSHOP was bootstrapped by the students, outfitted with whatever furniture and decorations could be scavenged or purchased at the Cornell Store and opened up to the Cornell community as a one month experiment starting in April of 2012.
</p>
<p>
Following an extremely successful first month, <a href="http://elabstartup.com/">eLab</a>, in cooperation with <a href="http://www.studentagencies.com/">Student Agencies</a>, took over funding responsibilities for POPSHOP. Despite this, POPSHOP is still student run, and is independently managed by the POPSHOP <a href="#partners" class="scroll">steering committee</a>.
</p>
</div>
<div class="six columns">
<ul class="block-grid three-up">
<li>
<a href="images/space/6.jpg" rel="lightbox[space]"><img src="images/space/thumbs/6.jpg"></a>
</li>
<li>
<a href="images/space/2.jpg" rel="lightbox[space]"><img src="images/space/thumbs/2.jpg"></a>
</li>
<li>
<a href="images/space/1.jpg" rel="lightbox[space]"><img src="images/space/thumbs/1.jpg"></a>
</li>
<li>
<a href="images/space/5.jpg" rel="lightbox[space]"><img src="images/space/thumbs/5.jpg"></a>
</li>
<li>
<a href="images/space/3.jpg" rel="lightbox[space]"><img src="images/space/thumbs/3.jpg"></a>
</li>
<li>
<a href="images/space/4.jpg" rel="lightbox[space]"><img src="images/space/thumbs/4.jpg"></a>
</li>
<li>
<a href="images/space/7.jpg" rel="lightbox[space]"><img src="images/space/thumbs/7.jpg"></a>
</li>
<li>
<a href="images/space/8.jpg" rel="lightbox[space]"><img src="images/space/thumbs/8.jpg"></a>
</li>
<li>
<a href="images/space/9.jpg" rel="lightbox[space]"><img src="images/space/thumbs/9.jpg"></a>
</li>
</ul>
</div>
</div>
</div>
<!-- Partners Section -->
<div class="nav-spacer" id="partners" data-magellan-destination='partners'>
<div class="row">
<div class="twelve columns">
<h1>Cool People</h1>
<hr/>
<h3>Steering Committee</h3>
<ul class="people-list">
<li>
<a href="#" class="bio-link" data-bio="tmt44"><img src="images/people/tmt44.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Tsvi <span class="hide-for-small"> Tannin
<br/>
CS 2016
</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="ath68"><img src="images/people/ath68.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Abdurrahman<span class="hide-for-small"> Husnein
<br/>
2015
</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="jfr34"><img src="images/people/jfr34.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Jacob<span class="hide-for-small"> Reisch
<br/>
Eship 2015
</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="krk68"><img src="images/people/krk68.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Kelsey<span class="hide-for-small"> Kruse
<br/>
2016
</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="cww62"><img src="images/people/cww62.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Chase<span class="hide-for-small"> Wheeler
<br/>
MBA 2015
</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="as934"><img src="images/people/as934.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Annelise<span class="hide-for-small"> Schuepbach
<br/>
IARD 2015
</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="sh568"><img src="images/people/sh568.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
EE<span class="hide-for-small"> Hou
<br/>
Design 2014</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="jro67"><img src="images/people/jro67.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
John<span class="hide-for-small"> Oliver
<br/>
CS 2015</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="bmd57"><img src="images/people/bmd57.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Ben<span class="hide-for-small"> Dreier
<br/>
CS 2015</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="nec45"><img src="images/people/nec45.jpg">
<div class="name-overlay-wrapper">
<div class="hipster">
<nobr>
Nicole<span class="hide-for-small"> Calace
<br/>
IS 2016</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="launch-join-modal"><img src="images/you_steering_committee.gif"></a>
</li>
</ul>
<h3>POPSHOP Alumni</h3>
<ul class="people-list">
<li>
<a href="#" class="bio-link" data-bio="jeb377"><img src="images/people/jeb377.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Josh<span class="hide-for-small"> Benamram
<br/>
ILR 2014</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="awl58"><img src="images/people/awl58.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Andrew<span class="hide-for-small"> Levine
<br/>
CS 2014</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="br368"><img src="images/people/br368.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Ben<span class="hide-for-small"> Russo
<br/>
MBA 2014</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="rrp54"><img src="images/people/rrp54.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Ricky<span class="hide-for-small"> Panzer
<br />
Eship 2014</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="abh68"><img src="images/people/abh68.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Ali<span class="hide-for-small"> Hamed
<br />
Eship 2014</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="elm232"><img src="images/people/elm232.jpg">
<div class="name-overlay-wrapper">
<div class="hipster">
<nobr>
Eric<span class="hide-for-small"> Morris
<br />
CS 2015</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="msb268a"><img src="images/people/msb268a.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Morgan<span class="hide-for-small"> Beller
<br />
Stat Info 2013</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="jeb373"><img src="images/people/jeb373.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Jeremy<span class="hide-for-small"> Blum
<br />
ECE 2012, MEng 2013</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="ja566"><img src="images/people/ja566.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Jennifer<span class="hide-for-small"> Delaney
<br />
MBA 2013</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="ec237"><img src="images/people/ec237.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Emile<span class="hide-for-small"> Chin-Dickey
<br />
MBA 2013</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="dp365"><img src="images/people/dp365.jpg">
<div class="name-overlay-wrapper">
<div class="hustler">
<nobr>
Dylan<span class="hide-for-small"> Reid
<br />
Art 2012</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="scs237"><img src="images/people/scs237.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Sam<span class="hide-for-small"> Sinensky
<br />
CS 2012</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="sj346"><img src="images/people/sj346.jpg">
<div class="name-overlay-wrapper">
<div class="hacker">
<nobr>
Sohan<span class="hide-for-small"> Jain
<br />
CS 2012</span>
</nobr>
</div>
</div></a>
</li>
<li>
<a href="#" class="bio-link" data-bio="jdm299"><img src="images/people/jdm299.jpg">
<div class="name-overlay-wrapper">
<div class="hipster">
<nobr>
Jesse<span class="hide-for-small"> McElwain
<br />
Arch 2014</span>
</nobr>
</div>
</div></a>
</li>
</ul>
<h3>Sponsors</h3>
<ul class="sponsor-list">
<li>
<a href="http://www.entrepreneurship.cornell.edu/"><img src="images/sponsors/entrepreneurship_at_cornell.jpg"></a>
</li>
<li>
<a href="http://www.studentagencies.com/"><img src="images/sponsors/student_agencies.jpg"></a>
</li>
<li>
<a href="http://elabstartup.com/"><img src="images/sponsors/elab.jpg"></a>
</li>
<li>
<a href="http://www.behance.net/"><img src="images/sponsors/behance.jpg"></a>
</li>
<li>
<a href="http://www.ideapaint.com/"><img src="images/sponsors/idea_paint.jpg"></a>
</li>
<li>
<a href="http://build-it-yourself.com"><img src="images/sponsors/build_it_yourself.jpg"></a>
</li>
<li>
<a href="http://startuprev.com"><img src="images/sponsors/startup_rev.jpg"></a>
</li>
<li>
<a href="http://www.studentagenciesfoundation.org/"><img src="images/sponsors/saf.jpg"></a>
</li>
</ul>
</div>
<a href="http://startuprev.com">"The best ideas often come at inconvenient times. Don't ever close your mind to them."</a>
</div>
</div>
<!-- Contribute Section -->
<div class="nav-spacer" id="contribute" data-magellan-destination='contribute'>
<div class="row">
<h1>Get Involved</h1>
<hr />
<div class="six columns">
<h3>Contact Us</h3>
<form id="ctc-fm" class="ctc-fm" action="form.php" method="post">
<input type="hidden" name="type" value="message">
<label id="ctc-fm-name-lbl" for="ctc-fm-name"> Name</label>
<input class="" id="ctc-fm-name" type="text" name="name" placeholder="Bob Loblaw">
<label id="ctc-fm-email-lbl" for="ctc-fm-email"> Email</label>
<input id="ctc-fm-email" type="text" name="email" placeholder="[email protected]">
<label id="ctc-fm-message-lbl" for="ctc-fm-message"> Message</label>
<textarea id="ctc-fm-message" name="message" placeholder="Tell us something that'll make us smile..."></textarea>
<p>
<label>
<input id="ctc-fm-join" type="checkbox" name="join" CHECKED>
Sign up for the POPSHOP listserv.</label>
</p>
<div id="ctc-fm-msg"></div>
<input id="contact-submit" type="submit" class="button radius" value="Send">
</form>
</div>
<div class="six columns">
<h3>Donate</h3>
<img src="images/wishlist-coming-soon.gif">
</div>
</div>
</div>
<!-- Footer -->
<div class="row footer">
<!-- Stripe Ends (desktop view) -->
<div class="four columns site-info hide-for-small">
<img src="images/foot.png">
<p>
This site is <a href="https://github.com/elm232/POPSHOP-website#mit-open-source-license">Open Source</a>.
</p>
<p>
The source code is available on <a href="https://github.com/elm232/POPSHOP-website">Github</a>.
</p>
<p>
Designed by <a href="http://elmorris.me">Eric Morris</a>.
</p>
</div>
<div class="two columns social-media-links">
<h5>Social</h5>
<ul>
<li>
<a href="http://www.facebook.com/poprightin"><img src="images/icons/facebook.png"> Facebook</a>
</li>
<li>
<a href="https://twitter.com/poprightin"><img src="images/icons/twitter.png"> Twitter</a>
</li>
<li>
<a href="http://poprightin.tumblr.com/"><img src="images/icons/tumblr.png"> Tumblr</a>
</li>
<li>
<a href="http://www.youtube.com/user/poprightin"><img src="images/icons/youtube.png"> YouTube</a>
</li>
</ul>
</div>
<div class="three columns">
<h5>Sponsors</h5>
<ul>
<li>
<a href="http://elabstartup.com/">eLab</a>
</li>
<li>
<a href="http://www.studentagencies.com/">Student Agencies</a>
</li>
<li>
<a href="http://www.entrepreneurship.cornell.edu/">Eship@Cornell</a>
</li>
<li>
<a href="http://www.behance.net/">Behance</a>
</li>
<li>
<a href="http://www.ideapaint.com/">Idea Paint</a>
</li>
<li>
<a href="http://www.build-it-yourself.com/">Build It Yourself</a>
</li>
<li>
<a href="http://www.rackspace.com/">Rackspace</a>
</li>
</ul>
</div>
<div class="three columns">
<h5>Location</h5>
<img src="images/map4.png">
<p>
325 College Ave
<br />
Ithaca, NY
<br />
14850
</p>
</div>
<!-- Stripe Ends (single column view) -->
<div class="four columns site-info show-for-small">
<img src="images/foot.png">
<p>
This site is <a href="https://github.com/elm232/POPSHOP-website#mit-open-source-license">Open Source</a>.
</p>
<p>
The source code is available on <a href="https://github.com/elm232/POPSHOP-website">GitHub</a>.
</p>
<p>
Designed by <a href="http://elmorris.me">Eric Morris</a>.
</p>
</div>
</div>
</div>
</div>
<!-- Modals -->
<div id="livestream-modal" class="reveal-modal medium">
<div id="livestream-container"></div>
<a class="close-reveal-modal">×</a>
</div>
<div id="bio-modal" class="reveal-modal">
<div class="row">
<div class="four columns" id="bio-photo"></div>
<div class="eight columns">
<h2 id="bio-name"></h2>
<h4 id="bio-degree"></h4>
<p id="bio-text"></p>
<ul id="bio-links"></ul>
</div>
</div>
<a class="close-reveal-modal">×</a>
</div>
<div id="join-modal" class="reveal-modal medium">
<div class="row">
<h2 class="centered">Join Us</h2>
<h4>Steering Committee</h4>
<p>
Are you a student who's active in the entrepreneurial community at Cornell and wants to take on a leadership role in POPSHOP? Come talk to us in person, or <a href="#contribute" class="scroll">send us a message</a>.
</p>
<h4>Sponsors</h4>
<p>
Interested in sponsoring POPSHOP or an entreprenurship event? <a href="#contribute" class="scroll">Get in touch</a>!
</p>
</div>
<a class="close-reveal-modal">×</a>
</div>
<!-- Google Analytics -->
<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-48535958-1', 'popright.in');
ga('send', 'pageview');
</script>
<!-- Compressed Javascripts -->
<script src="javascripts/app.min.js?v=1"></script>
<!-- Uncompressed Javascripts -->
<!-- <script src="javascripts/foundation.min.js"></script>
<script src="javascripts/lightbox.js"></script>
<script src="javascripts/tabletop.js"></script>
<script src="javascripts/webcam.js"></script>
<script src="javascripts/bios.js"></script>
<script src="javascripts/tumblr.js"></script>
<script src="javascripts/app.js"></script>
<script src="javascripts/bio-data.js"></script> -->
<!-- JSON-P -->
<script type="text/javascript" src="http://api.tumblr.com/v2/blog/poprightin.tumblr.com/posts/text?api_key=m3B4L4dvXjyGHKS1laNFRjqP4IWDShvXn51SBMmqHBrUADTTKo&limit=2&jsonp=tumblrData"></script>
</body>