forked from TYMichaelChen/EPIC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
748 lines (732 loc) · 39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description=" content="EPIC empowers the next generation of Northwestern entrepreneurs. We're out to build an entrepreneurial community on campus that believes in better.">
<meta name="author" content="">
<link rel="icon" type="image/png" href="images/favicon32.png" />
<link rel="icon" type="image/png" href="images/favicon16.png" />
<title>EPIC - Northwestern Entrepreneurship </title>
<!-- CSS Files -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/team.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a class="visible-login" href="#home-page">Home</a></li>
<li><a class="visible-login" href="#mission-page">About</a></li>
<li><a class="visible-login" href="#team-page">Team</a></li>
<li id="exploreEpic"><a id="epic-switch" class="visible-login text-bold" href="javascript:void(0)">- Explore EPIC -</a></li>
<li><a class="visible-login" href="#events-page">Events</a></li>
<li><a class="visible-login" href="#blog-page">Blog</a></li>
<li><a class="visible-login" href="#resource-page">Resources</a></li>
<li id="nuvcHidden" style="display:none"><a class="hidden-login text-white" href="http://nuventurechallenge.nuisepic.com">NU Venture Challenge</a></li>
<li id="epicHidden" style="display:none"><a id="epic-switch-back" class="text-white hidden-login text-bold" href="javascript:void(0)">- Return to Main -</a></li>
<li id="ppHidden" style="display:none"><a class="hidden-login text-white " href="http://projectpitch.nuisepic.com">Project Pitch</a></li>
</ul>
</div>
</div>
</div>
<div id="home-page">
<div class="screen">
<div class="leftImg mobile-hidden">
<img src="images/Left_NU.png" class="img-responsive" alt="PP Logo"/>
</div><!--end logoImg-->
<div class="logoImg">
<img src="images/logo-img.png" class="img-responsive" alt="PP Logo"/>
</div><!--end logoImg-->
<div class="rightImg mobile-hidden">
<img src="images/Right_Farley.png" class="img-responsive" alt="PP Logo"/>
</div>
<div class="logoTxt">
<h1 class="text-white text-bold">EPIC empowers the next generation of</h1>
<h1 class="text-white">Northwestern entrepreneurs.</h1>
</div><!--end logoTxt-->
<div class="col-md-6 col-md-offset-3 col-xs-10 col-xs-offset-1">
</div>
</div><!--end screen-->
</div><!--end home-page-->
<div id="project-page" class="project-page">
<div class="project-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">PROJECTS</h2>
<h4>Inspiring hands-on experiences to empower students to build.</h4>
<!--end col-md-12--></div>
<!--end row--></div>
<div class="width-80p margin-center" >
<div class="row">
<div class="col-md-4">
<div class="row">
<div class="col-md-12 top-5">
<img src="images/PP-Icon.png" class="img-responsive img-mobile img-40" style="margin:0 auto;"alt="PP Logo"/>
<h3>PROJECT PITCH</h3>
<h4>Our entrepreneur development program</h4>
<br/>
<div class="text-center">
<a button class="btn btn-large btn-primary btn-gray form-square" type="button" href="http://projectpitch.nuisepic.com" target="_blank">Learn More</a>
</div>
<!--end col-md-6--></div>
<!--end row--></div>
<!--end col-md-6--></div>
<div class="col-md-4">
<div class="row">
<div class="col-md-12 top-5">
<img src="images/wildhacks.png" class="img-responsive img-mobile img-40" style="margin:0 auto;"alt="PP Logo"/>
<h3>WildHacks</h3>
<h4>Our 24-hour intercollegiate hackathon</h4>
<br/>
<div class="text-center">
<a button class="btn btn-large btn-primary btn-gray form-square" type="button" href="http://www.wildhacks.org" target="_blank">Learn More</a>
</div>
<!--end col-md-6--></div>
<!--end row--></div>
<!--end col-md-6--></div>
<div class="col-md-4">
<div class="row">
<div class="col-md-12 top-5">
<img src="images/NUVC-Icon.png" class="img-responsive img-mobile img-40 " style="margin:0 auto;"alt="PP Logo"/>
<h3>VENTURE CHALLENGE</h3>
<h4>NU's largest business pitch competition</h4>
<br/>
<div class="text-center">
<a button class="btn btn-large btn-primary btn-gray form-square" type="button" href="http://nuvc.nuisepic.com" target="_blank">Learn More</a>
</div>
<!--end col-md-6--></div>
<!--end row--></div>
<!--end col-md-6--></div>
<!--end row--></div>
<!--end row--></div>
<!--end project-wrapper--></div>
<!--end project-page--></div>
<div id="events-page" class="events-page">
<hr/>
<div class="events-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">EVENTS</h2>
<h4>Be part of the community. Join us at our events:</h4>
<!--end col-md-12--></div>
<!--end row--></div>
<br/>
<div class="events-box">
<div class="row">
<div class="col-md-12">
<h4 class="text-bolder">UPCOMING EVENTS</h4>
<!--end col-md-12--></div>
<!--end row--></div>
<br/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">April</h5>
<h4 class="text-center text-bold">8</h4>
<h5 class="text-center text-bold">2015</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">EPIC Recruitment Info Session</a>
<h5 class="text-left">Join EPIC! Come to the info session at Ford Design Studio to learn more, and to meet part of the extraordinary team behind WildHacks, Project Pitch, NUVC, and more.</h5>
</div>
<!--end row--></div>
<br/><hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">June</h5>
<h4 class="text-center text-bold">4</h4>
<h5 class="text-center text-bold">2015</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://nuvc.nuisepic.com">NUVC</a>
<h5 class="text-left">With hundreds of thousands of dollars in prizes, NUVC is Northwestern's largest and most prestigious business pitch competition. Are you the type to consider the impossible? Because NUVC is all about making that startup dream a reality.</h5>
</div>
<!--end row--></div>
<div class="mobile-hidden">
<div class="row">
<div class="col-md-12">
<h4 class="text-bolder">PAST EVENTS</h4>
<!--end col-md-12--></div>
</div>
<br/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Nov.</h5>
<h4 class="text-center text-bold">22-23</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://www.wildhacks.org">WildHacks</a>
<h5 class="text-left">24 hour hackathon that aims to bring 350+ of the most talented hackers to NU. Free of charge for all students. Register now at www.wildhacks.org</h5>
</div>
<!--end row--></div>
<br/><hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Nov.</h5>
<h4 class="text-center text-bold">5</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="https://www.facebook.com/NUisEPIC">Venture Capital Speaker Panel</a>
<h5 class="text-left">November 5, 2014 | 7 PM | McTrib 3-127</h5>
<h5 class="text-left">Curious about what VCs do and what they look for in a startup? Come hear Chicago venture capitalists talk about their experiences.</h5>
</div>
<!--end row--></div>
<br/><hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Oct</h5>
<h4 class="text-center text-bold">2</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://www.nuprojectpitch.com">Apply to Project Pitch</a>
<h5 class="text-left">Our quarter long entrepreneurship development program aimed to develop and inspire student entrepreneurs. The application for the fall program is due Oct 2 2014!</h5>
</div>
<!--end row--></div>
<br/><hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">June</h5>
<h4 class="text-center text-bold">5</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://nuvc.nuisepic.com">Northwestern Venture Challenge</a>
<h5 class="text-left">Northwestern Venture Challenge (NUVC) is the University's premiere business pitch competition. NUVC celebrates student ventures and rewards capital to the most promising student startups..</h5>
</div>
<!--end row--></div>
<br/><hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Apr.</h5>
<h4 class="text-center text-bold">2</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://startupcareerfair.nuisepic.com">Startup Career Fair</a>
<h5 class="text-left">Are you a hacker? A hustler? Join the front lines of entrepreneurship. Come out to our startup career fair.</h5>
</div>
<!--end row--></div>
<br/><hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Feb.</h5>
<h4 class="text-center text-bold">19</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://www.meetup.com/NU-Machine-Learning-Meetup/events/163124152/?a=wm1.i_6&rv=wm1.i">Machine Learning Meetup</a>
<h5 class="text-left">Come learn about how machine learning is being applied at companies like Civis Analytics, Clarity Solution Group, Dotomi, and Groupon</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Feb.</h5>
<h4 class="text-center text-bold">19</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="https://www.facebook.com/events/1390466881216432/">Reddit</a>
<h5 class="text-left">Come listen Reddit's co-founder, Alexis Ohanian, speak!</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Feb.</h5>
<h4 class="text-center text-bold">24</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href=" https://www.eventbrite.com/e/student-networking-at-1871-tickets-9775563975">Mixer with Peer Institutions</a>
<h5 class="text-left">Looking to network? Trying to find a team? Want to plug-in to the rapidly growing Chicago startup scene? Attend the free student networking event at 1871, the hub of tech entrepreneurship in the Chicagoland area. RSVP on Eventbrite! </h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Feb.</h5>
<h4 class="text-center text-bold">12</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="https://www.facebook.com/events/683083188401190/?ref=3&ref_newsfeed_story_type=regular">Social Entrepreneurship Panel</a>
<h5 class="text-left">6-7:30PM @ Harris 107</h5>
<h5 class="text-left">Ever heard of a social entrepreneur? Maybe you're a bit confused on who they are. Or maybe you're debating between Wall Street and your dream to better the world? Hear from accomplished social entrepreneurs Linda Darragh, Bob Adducci, Brittany Graunke, and Rahier Rahman as they share their successes, obstacles, and advice at Northwestern. Come learn more about how social entrepreneurship is changing the world and how you can take part!</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Feb.</h5>
<h4 class="text-center text-bold">12</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="http://www.doerhub.com/">Doerhub Demo : Meet the Founder</a>
<h5 class="text-left">DoerHub is a online collaboration hub for projects and pursuits. We make it easy for top university students and graduates to attract teammates, advice, action, exposure, tools and funding for their projects and to collaborate online. We have been called "GitHub for non‑hackers", "LinkedIn for Extracurriculars" and "Year‑round virtual Startup Weekend".</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Jan.</h5>
<h4 class="text-center text-bold">23</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="https://www.facebook.com/photo.php?fbid=468880119880153&set=a.420740221360810.1073741828.416296748471824&type=1&relevant_count=1">Venture For America</a>
<h5 class="text-left">Come out to meet Dimitri Fautsch from Venture For America on Thursday January 23 at 4 pm at Ford!</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Dec.</h5>
<h4 class="text-center text-bold">1</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="https://www.facebook.com/events/726179010744976/?ref=5">Apply to Project Pitch</a>
<h5 class="text-left">Project Pitch is a quarter-long, student-run program to expose students to entrepreneurship. This winter, we’ll bring the best entrepreneurs, speakers, and workshops to help students build business ideas.</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Nov.</h5>
<h4 class="text-center text-bold">21</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">DESIGN THINKING BOOTCAMP FEATURING GREATER GOOD STUDIO</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Nov.</h5>
<h4 class="text-center text-bold">8-10</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">STARTUPNU</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Nov.</h5>
<h4 class="text-center text-bold">2</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">IOS BOOTCAMP FEATURING MOBILE MAKERS</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Nov.</h5>
<h4 class="text-center text-bold">1</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">WORKING FOR A STARTUP: PANEL AND NETWORKING EVENT</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Oct.</h5>
<h4 class="text-center text-bold">18</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">EPIC PRESENTS: CHARLIE KEMPER, REVEL PARTNERS</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Oct.</h5>
<h4 class="text-center text-bold">3</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="https://www.facebook.com/events/519272231490458/?ref=5">EPIC Talks</a>
<h5 class="text-left">Come hear 5 students present how they're innovating in their fields and how they've pursued the entrepreneurial path.</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Sept.</h5>
<h4 class="text-center text-bold">28</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">ONE BOOK ONE NORTHWESTERN DISCUSSION</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center text-bold">Sept.</h5>
<h4 class="text-center text-bold">22</h4>
<h5 class="text-center text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-bold text-upper" target="_blank" href="#">EPIC LAUNCH</a>
</div>
<!--end row--></div>
<!--end events-box--></div>
</div>
</div>
<!--end team-page--></div>
<div id="blog-page" class="blog-page">
<div class="blog-div">
<hr/>
<div class="row">
<div class="col-md-12">
<a href="http://blog.nuisepic.com" target="_blank"><h2 class="text-bold text-white">BLOG</h2></a>
<!--end col-md-12--></div>
<!--end row--></div>
<br/>
<div class="row">
<div class="col-md-5 col-md-offset-1">
<div class="blog-box">
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Mar.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">6</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#redditepic">EPIC PRESENTS: ALEXIS OHANIAN - WITHOUT THEIR PERMISSION</a>
<h5 class="text-left mobile-hidden text-white">EPIC TEAM</h5>
<h5 class="text-left mobile-hidden text-white"></h5>
<a href="http://blog.nuisepic.com/index.html#redditepic"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Feb.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">9</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#bestwebsiteslm">TOP 5 BEST-DESIGNED STUDENT ORG. WEBSITES</a>
<h5 class="text-left mobile-hidden text-white">LUCAS MATNEY</h5>
<h5 class="text-left mobile-hidden text-white">Web Design isn’t easy, which it makes all the more impressive when students can pull together great websites for their student organization or start-up. Check out these well-designed sites and admire their wise choices alongside me.</h5>
<a href="http://blog.nuisepic.com/index.html#bestwebsiteslm"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Feb.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">3</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#findingepic">EPIC PRESENTS: FINDING THE RIGHT TEAM</a>
<h5 class="text-left mobile-hidden text-white">EPIC TEAM</h5>
<h5 class="text-left mobile-hidden text-white"></h5>
<a href="http://blog.nuisepic.com/index.html#findingepic"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Feb.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">3</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2014</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#dimitriepic">EPIC PRESENTS: A CONVERSATION WITH DIMITRI FAUTSCH</a>
<h5 class="text-left mobile-hidden text-white">EPIC TEAM</h5>
<h5 class="text-left mobile-hidden text-white">Listen in as Dimitri Fautsch briefs EPIC on what he hopes to gain as an incoming Venture For America fellow! Fautsch is a senior at Northwestern (Class of '14) majoring in economics and organizational change.</h5>
<a href="http://blog.nuisepic.com/index.html#dimitriepic"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Dec.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">20</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#freshmanjt">FRESHMAN PERSPECTIVE</a>
<h5 class="text-left mobile-hidden text-white">JORDAN TIMMERMAN</h5>
<h5 class="text-left mobile-hidden text-white">I politely declined an offer for coffee. I was wearing my backpack, and I was feeling leisurely. </h5>
<a href="http://blog.nuisepic.com/index.html#freshmanjt"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Nov.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">20</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#startupslj">STARTUPS AREN'T UNICORN</a>
<h5 class="text-left mobile-hidden text-white">LI JIANG</h5>
<h5 class="text-left mobile-hidden text-white">They are actually companies.Today, there is a planetary movement for startups.</h5>
<a href="http://blog.nuisepic.com/index.html#startlj"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Sept.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">27</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#dormlm">DORM ROOM ENTREPRENEURSHIP AT NU</a>
<h5 class="text-left mobile-hidden text-white">LUCAS MATNEY</h5>
<h5 class="text-left mobile-hidden text-white">Two college roommates come up with an idea in their dorm room for a company that could one day change the world. This is a story that has been told and retold, romanticized by Hollywood, revered by tech bloggers, and obsessed over by venture capitalists.</h5>
<a href="http://blog.nuisepic.com/index.html#dormlm"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Sept.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">26</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#nujlbp">NU, MEET EPIC</a>
<h5 class="text-left mobile-hidden text-white">JO LEE AND BRAD PUDER</h5>
<h5 class="text-left mobile-hidden text-white">Entrepreneurs. Pioneers. Innovators. Creators. They’re here at Northwestern.</h5>
<a href="http://blog.nuisepic.com/index.html#nujlbp"class="text-left text-white mobile-hidden">More...</a>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-2 ">
<h5 class="text-center mobile-hidden text-white text-bold">Sept.</h5>
<h4 class="text-center mobile-hidden text-white text-bold">25</h4>
<h5 class="text-center mobile-hidden text-white text-bold">2013</h5>
</div>
<div class="col-md-9">
<a class="text-left text-white text-bold" target="_blank" href="http://blog.nuisepic.com/index.html#sixbp">SIX MONTHS OF VC: LESSONS LEARNED</a>
<h5 class="text-left mobile-hidden text-white">BRAD PUDER</h5>
<h5 class="text-left mobile-hidden text-white">I’ve spent the last six months interning for lightbank.</h5>
<a href="http://blog.nuisepic.com/index.html#sixbp"class="text-left text-white mobile-hidden">More...</a>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="video-box">
<iframe class="align-center iframe-vid" src="//www.youtube.com/embed/5Ct9Qm-NnsA" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!--end blog-div--></div>
<!--end team-page--></div>
<div id="resource-page" class="resource-page">
<hr/>
<div class="resource-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">RESOURCES</h2>
<!--end col-md-12--></div>
<!--end row--></div>
<br/>
<div class="row">
<a href="http://fcei.northwestern.edu/" target="_blank"><div class="col-md-4 col-md-offset-2 bg-gray margin-right-40">
<div class="row">
<div class="col-md-4">
<img src="images/farley.jpg" class="img-mobile center-img img-responsive"/>
<!--end col-md-2--></div>
<div class="col-md-8">
<h4 class="text-left text-bold text-black-redhover">FARLEY CENTER</h4>
<h5 class="text-left ">Northwestern's Center for entrepreneurship and innovation.</h5>
<!--end col-md-10--></div>
<!--end row--></div>
<!--end col-md-6--></div></a>
<!--<a href="http://fcei.northwestern.edu/" target="_blank">-->
<div class="col-md-4 bg-gray">
<div class="row">
<div class="col-md-4">
<img src="images/database.jpg" class="img-mobile center-img img-responsive"/>
<!--end col-md-2--></div>
<div class="col-md-8">
<h4 class="text-left text-bold text-black-redhover">DATABASE</h4>
<h5 class="text-left">EPIC's startup database. Coming Soon.</h5>
<!--end col-md-10--></div>
<!--end row--></div>
</div><!--</a>-->
<!--end row--></div>
<div class="row">
<div class="col-md-4 col-md-offset-2 bg-gray margin-right-40 spacing-top-3">
<div class="row">
<div class="col-md-4">
<img src="images/LLC.jpg" class="img-mobile center-img img-responsive"/>
<!--end col-md-2--></div>
<div class="col-md-8">
<h4 class="text-left text-bold text-black-redhover">LLC</h4>
<h5 class="text-left ">Our initiative to create a living, learning community for entrepreneurs.</h5>
<!--end col-md-10--></div>
<!--end row--></div>
<!--end col-md-6--></div>
<!--<a href="http://fcei.northwestern.edu/" target="_blank">-->
<div class="col-md-4 bg-gray spacing-top-3">
<div class="row">
<div class="col-md-4 ">
<img src="images/Meetups.jpg" class="img-mobile center-img img-responsive"/>
<!--end col-md-2--></div>
<div class="col-md-8">
<h4 class="text-left text-bold text-black-redhover">MEETUPS</h4>
<h5 class="text-left">Join your peers in meetups to learn more about Predictive Analytics</h5>
<!--end col-md-10--></div>
<!--end row--></div>
</div>
<!--end row--></div>
<div class="row">
<a href="http://startupcareerfair.nuisepic.com" target="_blank"><div class="col-md-4 col-md-offset-2 bg-gray margin-right-40 spacing-top-3">
<div class="row">
<div class="col-md-4">
<img src="images/scf.jpg" class="img-mobile center-img img-responsive"/>
<!--end col-md-2--></div>
<div class="col-md-8">
<h4 class="text-left text-bold text-black-redhover">STARTUP CAREER FAIR</h4>
<h5 class="text-left ">Super cool startups coming to Northwestern this Spring.</h5>
<!--end col-md-10--></div>
<!--end row--></div>
<!--end col-md-6--></div></a>
<!--<a href="http://fcei.northwestern.edu/" target="_blank">-->
<a href="http://alum.nuisepic.com" target="_blank"> <div class="col-md-4 bg-gray spacing-top-3">
<div class="row">
<div class="col-md-4 ">
<img src="images/alum.jpg" class="img-mobile center-img img-responsive"/>
<!--end col-md-2--></div>
<div class="col-md-8">
<h4 class="text-left text-bold text-black-redhover">EPIC ADVISORY BOARD</h4>
<h5 class="text-left">Apply today to work with our team of entrepreneurs.</h5>
<!--end col-md-10--></div>
<!--end row--></div>
</div></a><!--</a>-->
<!--end row--></div>
<!--end team-wrapper--></div>
<!--end team-page--></div>
<div id="contact-page" class="contact-page">
<hr/>
<div class="contact-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">CONTACT US</h2>
<!--end col-md-12--></div>
<!--end row--></div>
<br/><br/>
<form class="form-horizontal" action="php/contact.php" method="post" role="form">
<div class="form-group">
<div class="col-md-4 col-md-offset-4">
<input name="name" type="text" class="text-left form-control form-rounded-2 form-square text-h3" placeholder="Name">
</div>
</div>
<div class="form-group">
<div class="col-md-4 col-md-offset-4">
<input name="email" type="text" class="text-left form-control form-control form-rounded-2 form-square text-h3" id="inputPassword" placeholder="Email">
</div>
</div>
<div class="form-group">
<div class="col-md-4 col-md-offset-4">
<textarea name="comments" class="opacity-50 text-left form-control form-control form-rounded-2 text-h3" rows="5" placeholder="Message"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-2 col-md-offset-5">
<button type="submit" class="btn btn-primary btn-gray btn-lg btn-block form-square">Send Message</button>
</div>
</div>
</form>
</div>
<!--end contact-page--></div>
<div class="footer-pg">
<div class="row">
<div class="col-md-12 text-center ">
<a href="https://www.facebook.com/nuisepic" target="_blank" class="text-center lsf-icon text-white-hover text-bigger" title="facebook"></a>
<a href="https://twitter.com/EPICatNU" target="_blank" class="text-center lsf-icon text-white-hover text-bigger" title="twitter"> </a>
<a href="http://www.linkedin.com/groups?gid=3277&mostPopular=&trk=tyah&trkInfo=tas%3Aepic%20no%2Cidx%3A2-1-4" target="_blank" class="text-center lsf-icon text-white-hover text-bigger" title="linkedin"> </a>
<a href="mailto:[email protected]" target="_blank" class="text-center lsf-icon text-white-hover text-bigger" title="mail"> </a>
<!--end col-md-12--></div>
<!--end row--></div>
<br/>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img src="images/EPIC-Icon.png" class="img-responsive img-15 center-box" alt="PP Logo"/>
<!--end col-md-8--></div>
<!--end row--></div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h6 style="font-size:16px !important" class="text-white"> EPIC 2014 | Northwestern University | 2133 Sheridan Rd</h6>
<!--col-md-8--></div>
<!--end row--></div>
<!--end footer-pg--></div>
<!-- JavaScript FIles-->
<script src="https://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-custom.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-47377616-1', 'nuisepic.com');
ga('send', 'pageview');
</script>
</body>
</html>