-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
686 lines (660 loc) · 38.4 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
<!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="author" content="">
<link rel="icon" type="image/png" href="images/project_pitch_bulb.png" />
<title>Project Pitch - EPIC Northwestern</title>
<meta name="description=" content="Project Pitch is a quarter long, student-run initiative to bring the best entrepreneurs, speakers, and workshops to Northwestern.">
<!-- CSS Files -->
<link href='http://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">
<link href="css/mobile.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]-->
<!-- Owl Carousel -->
<!-- Important Owl stylesheet -->
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<!-- Default Theme -->
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
</head>
<body>
<div class="navbar navbar-inverse 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> <!--icon bars for mobile-->
<span class="icon-bar"></span> <!--icon bars for mobile-->
<span class="icon-bar"></span> <!--icon bars for mobile-->
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a class="visible-login" href="#mission-page">About</a></li>
<li><a class="visible-login" href="#speaker-page">Program</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="#archive-page">Archives</a></li>
<li><a class="visible-login" href="apphome.html">Apply</a></li>
<li id="nuvcHidden" style="display:none"><a class="hidden-login text-white" href="http://www.nuisepic.com">EPIC</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://nuventurechallenge.nuisepic.com">NUVC</a></li>
</ul>
</div>
</div>
</div>
<div id="home-page">
<div class="home-wrapper">
<div class="logoImg">
<img src="images/logo-img-2014.png" class="img-responsive" alt="PP Logo"/>
<!--end logoImg--></div>
<!--end screen--></div>
<!--end home-page--></div>
<div id="mission-page" class="mission-page">
<div class="mission-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">WHO ARE WE?</h2>
<!--end col-md-12--></div><br/><br/>
<!--end row--></div>
<div class="row ">
<div class="col-md-12">
<iframe class="iframe-vid img-responsive" src="http://www.youtube.com/embed/5wPX4fcf-7w?rel=0" allowfullscreen></iframe>
<br/ class="desktop-hidden">
</div>
<div class= "ppDescription">
<h4 class="text-center text-bold"> What is Project Pitch? </h4><br/>
<h4 class="text-left ">Project Pitch is a quarter long, student-run initiative to bring the best entrepreneurs, speakers, and workshops to Northwestern. </h4><br/>
<h4 class="text-center text-bold" >What will you do in this program?</h4> <br/>
<h4 class="text-left">You will work in teams to translate your ideas into actions, gaining hands-on startup experience. At the end of the quarter, you will have a chance to pitch your idea in a final competition and win some big prizes.</h4><br/>
<h4 class="text-center text-bold">Why should you apply to Project Pitch?</h4><br/>
<h4 class="text-left"> You will have the opportunity to work with students from all disciplines and find and create new markets with your ideas. Finally, you will gain the skills and confidence needed to start your own business and expand your network of students and startups.</h4><br/>
<h4 class= "text-center text-bolder">Apply today. What's your next BIG IDEA?</h4>
<!--end col-md-6--></div>
<!--end row--><br/><br/></div>
<div class="row">
<div class="col-md-4 col-md-offset-2">
<h3 class="newsletter">Sign up for our weekly newsletter!</h3>
<!--end col-md-12--></div>
<div class="col-md-3 text-left">
<form action="http://nuisepic.us7.list-manage.com/subscribe/post?u=508f7c90fb1a94e7ec3b83130&id=35c7270ac6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="row">
<div class="col-md-12">
<input class="form-control form-control-half form-rounded-2 " style="margin-top:15px" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Email Address" required/>
<a class="text-green-imp text-center lsf-icon text-white text-bigger" id="check-Sub" title="check" href="javascript:;" onclick="$(this).closest('form').submit()"></a>
</div>
</div>
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_508f7c90fb1a94e7ec3b83130_35c7270ac6" value="">
</div>
</form>
<!--end col-md-3--></div>
<!--end row--></div>
<!--end mission-wrapper--></div>
<br/><br/><hr/>
<!--end mission-page--></div>
<div id="infosession-page" class="infosession-page">
<div class="infosession-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">Pitch Day</h2>
<h3>Come out to Pitch Day!</h3>
<br/>
<!--end col-md-12--></div>
<!--end row--></div>
<div class="row">
<!-- <div class="col-md-4 col-md-offset-2 calendar-right">
<div class="calendar float-right">
<h2 class="text-center text-bold" style="padding-top:2%">Sept. 24</h2>
<h2 class="text-center text-bold">2014</h2>
<h2 class="text-center" style="padding-top:2%">Tech LR2</h2>
<h2 class="text-center">6:00 P.M.</h2>
</div>
<br class="desktop-hidden"/>
</div>
<div class="col-md-4 calendar-left">
<div class="calendar float-left">
<h2 class="text-center text-bold" style="padding-top:2%">Sept. 30</h2>
<h2 class="text-center text-bold">2014</h2>
<h2 class="text-center" style="padding-top:2%">Tech LR2</h2>
<h2 class="text-center">6:00 P.M.</h2>
</div>
</div>
<br/> -->
<div class="col-md-12">
<div class="calendar">
<h2 class="text-center text-bold" style="padding-top:2%">Nov. 22</h2>
<h2 class="text-center text-bold">2014</h2>
<h2 class="text-center" style="padding-top:2%">Harris 107</h2>
<h2 class="text-center">12:30 P.M.</h2>
</div>
<br class="desktop-hidden"/>
<!--end col-md-4--></div>
<!--end row--></div>
<div class="row">
<br/>
<div class="col-md-12">
<h3 class="text-bolder">INTERESTED IN JOINING PROJECT PITCH NEXT WINTER?</h3>
<h3 class="text-bolder">APPLICATIONS FOR PROJECT PITCH ARE NOW LIVE!</h3>
<h3 class="text-bolder text-red"><a href="apphome.html" class="text-bolder">Click this link to Apply Today!</a>
<!--<h3 style="padding-bottom: 1%">Sign up and we will contact you when Project Pitch opens</h3>
<form action="https://docs.google.com/forms/d/1N6T9RC2iLzORmA19wz6s70F3RvduxCqrB9wRzpw8fR8/formResponse" target="_blank" class="form-horizontal" method="POST" id="ss-form" target="_self" onsubmit="">
<div class="form-group">
<div class="col-md-4 col-md-offset-4">
<input type="text" name="entry.1588715015" value="" class="text-left form-control form-rounded-2 form-square" dir="auto" aria-label="Email " placeholder="EMAIL" title="">
</div>
</div>
<div class="form-group">
<div class="col-md-4 col-md-offset-4">
<select name="entry.1584252874" class="text-left form-control form-rounded-2 form-square text-small" aria-label="Class ">
<option value="">CLASS</option>
<option value="Class of 2015">Class of 2015</option>
<option value="Class of 2016">Class of 2016</option>
<option value="Class of 2017">Class of 2017</option>
<option value="Class of 2018">Class of 2018</option>
</select>
</div>
</div>
<input type="hidden" name="draftResponse" value="[,,"-1693143401342092597"]">
<input type="hidden" name="pageHistory" value="0">
<input type="hidden" name="fromEmail" value="false">
<input type="hidden" name="fbzx" value="-1693143401342092597">
<div class="form-group">
<div class="col-md-2 col-md-offset-5">
<br/>
<button type="submit" name="submit" value="Submit" class="btn btn-primary btn-gray btn-lg btn-block form-square">Sign Me Up</button>
</div>
</div>
</form>--><!--end form-->
<!--end col-md-12--></div>
<!--end row--></div>
<!--end infosession-wrapper--></div>
<!--end infosession-page--></div>
<div id="speaker-page" class="speaker-page">
<div class="speaker-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">PROGRAM</h2>
<hr class="hr-60">
<!--<h3 class="text-bolder">SPEAKER LINEUP</h3>-->
<!--end col-md-12--></div>
<div class="col-md-12">
<h2 class="text-bolder">FALL 2014 SEASON</h4>
<!--end col-md-12--></div>
<!--end row--></div>
<!--<ul class="ch-grid">
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-1"></div>
<div class="ch-info-back ch-img-1 ">
<h3>Michael Marasco</h3>
<p><a data-toggle="modal" data-target="#mikeMarasco">View Bio</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-2"></div>
<div class="ch-info-back">
<h3>Jonathan Pasky</h3>
<p><a data-toggle="modal" data-target="#jonathanPasky">View Bio</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-3"></div>
<div class="ch-info-back">
<h3>Mike Moyer</h3>
<p><a data-toggle="modal" data-target="#mikeMoyer">View Bio</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-4"></div>
<div class="ch-info-back">
<h3>Peter Prommer</h3>
<p><a data-toggle="modal" data-target="#peterPrommer">View Bio</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-5"></div>
<div class="ch-info-back">
<h3>Austin Kassner</h3>
<p><a data-toggle="modal" data-target="#austinKassner">View Bio</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-6"></div>
<div class="ch-info-back">
<h3>Hiro Kawashima</h3>
<p><a data-toggle="modal" data-target="#hiroKawashima">View Bio</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="ch-item">
<div class="ch-info">
<div class="ch-info-front ch-img-7"></div>
<div class="ch-info-back">
<h3>William Yang</h3>
<p><a data-toggle="modal" data-target="#willYang">View Bio</a></p>
</div>
</div>
</div>
</li>
</ul> -->
<!--end team-wrapper--></div>
<!--end team-page--></div>
<div id="events-page" class="events-page">
<div class="events-wrapper">
<div class="events-box">
<div class="row">
<!--<div class="col-md-12">
<h4 class="text-bolder">FALL 2014 SEASON</h4>
</div>--><!--end col-md-12-->
</div><!--end row-->
<!--<hr/>-->
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Oct. 6</h4>
<h4 class="text-center text-bold">2014</h4>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold">Kickoff</h4>
<h5 class="text-left">Connect with the other participants, get introduced to the program, and meet the Project Pitch team. In addition, we will be doing a team-building exercise. You need to find your team by next week’s workshop.
</h5>
</div>
<br/><hr/>
<!--end row--></div>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Oct. 13</h4>
<h4 class="text-center text-bold">2014</h4>
<!--end col-md-3--></div>
<div class="col-md-9">
<h4 class="text-left text-bold">E1. FINDING YOUR IDEA</h4>
<h5 class="text-left">Exposure to the canvas tool from “Business Model Generation” is the first step in understanding how to describe, design, challenge, invent, and pivot your business. We’re kicking off our program with a deep-dive into the components of the canvas. In this workshop you’ll learn how to think of business solutions to real problems.</h5>
<!--end col-md-9--></div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Oct. 20</h4>
<h4 class="text-center text-bold">2014</h4>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold" >E2. BUILD WEEK</h4>
<h5 class="text-left">It’s time to work. At this session, you will start creating your own mockups or continue creating more complex ones. If you don't know where to start we'll point you to some tools to help make your ideas a reality. </h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Oct. 27</h4>
<h4 class="text-center text-bold">2014</h4>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold" >E3. HUMAN-CENTERED DESIGN</h4>
<h5 class="text-left">It's time to validate your ideas. In this miniworkshop, you will learn exactly what problems your idea is trying to solve and to gather data on that problem and pivot. Create surveys and start asking your friends about your idea.</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Nov. 3</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold" >E4. PIVOTING</h4>
<h5 class="text-left">It's time to find where your ideas are lacking. We'll work on giving groups feedback to make your ideas better. Some will change altogether but don't worry it will pay off in the end.
</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Nov. 10</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold" >E5. PITCH</h4>
<h5 class="text-left">Prepare a short 3-minute pitch of your idea. A pitching coach is comig to town and he'll make mediocre pitches great and great pitches even better. </h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Nov. 17</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold" >E6. PRACTICE</h4>
<h5 class="text-left">Get some practice before the final pitch night. This is your opportunity to prepare something close to your final presentation. You've done all the work up to this point you're on the last stretch.</h5>
</div>
<!--end row--></div>
<br/>
<hr class="hr-80"/>
<div class="row">
<div class="col-md-3 ">
<h4 class="text-center text-bold">Nov. 21</h4>
<h5 class="text-center text-bold">2014</h5>
</div>
<div class="col-md-9">
<h4 class="text-left text-bold" >E7. COMPETITION</h4>
<h5 class="text-left">The program will culminate in a final pitch competition where teams will pitch their businesses once more to a larger Northwestern audience. Winning teams receive fantastic prizes.</h5>
</div>
<!--end row--></div>
<br/>
<!--end events-box--></div>
<!--end events-wrapper--></div>
<!--end events-page--></div>
<div id="speaker-page" class="speaker-page">
<hr/>
<div class="speaker-wrapper">
<div class="row">
<div class="col-md-12">
<h2 class="text-bold">TEAM BLOG</h2>
<h4>An insider's perspective on running the program.</h4>
<br/>
<!--end col-md-12--></div>
<div class="col-md-12">
<iframe class="tumblr img-responsive" src= "http://projectpitchatnu.tumblr.com/"></iframe>
</div>
<!--end row--></div>
<!--end team-wrapper--></div>
<br/><br/>
<!--end team-page--></div>
<div id="archive-page" class="archive-page">
<div class="archive-wrapper">
<div class="row">
<div class="col-md-12" >
<h2 class="text-bold">ARCHIVES</h2>
<br/>
</div>
<!--end row--></div>
<div id="owl-demo" class="owl-carousel owl-theme">
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image1.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image2.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image3.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image4.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image5.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image6.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image7.JPG" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image8.JPG" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image9.JPG" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image10.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image11.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image12.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image13.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image14.jpg" ></div>
<div class="item itemsMobile itemsTablet" ><img src="images/slideshow/image15.jpg" ></div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<br/>
<img src="images/PP-Small.png" class="img-responsive img-mobile past-logo" style="margin:0 auto;"alt="PP Logo"/>
</div>
<div class="col-md-4 col-md-offset-4">
<h3>Discover past cohorts and their ideas</h3>
<br/>
</div>
<div class="col-md-4 col-md-offset-4">
<div class="text-center archive-button">
<a button class="btn-round" type="button" href="archive.html">WINTER2014</a>
</div>
</div>
</div>
<!--end archive-wrapper--></div>
<!--end archive-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" 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-rounded-2 form-square" 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-rounded-2" 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>
<!--end form--></form>
<!--end contact-wrapper--></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/projectpitch" 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>
<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 class="text-white "> EPIC 2014 | Northwestern University | 2133 Sheridan Rd</h6>
<!--col-md-8--></div>
<!--end row--></div>
<!--end footer-pg--></div>
<div class="modal fade" id="mikeMarasco" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel">Michael Marasco- Speaker</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Verinder has run both large companies and small ones. He has bought companies and started one from scratch. Some times he has worked with thousands of people and at other times alone. He has experienced both success and failure. He is an independent thinker, a leader, who has a passion for helping others (as well as himself) to learn and grow.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="mikeMoyer" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel">Mike Moyer- Speaker</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Mike Moyer is an entrepreneur who has started a number of companies including Bananagraphics, a product development and merchandising company, Moondog, an outdoor clothing manufacturing company; Vicarious Communication, Inc, a marketing technology company for the medical industry;Cappex.com, a site that helps students find the right college; and College Peas, LLC which provides publications and consulting on a variety of topics including, college admissions, trade shows and job search. In addition to his experience as an entrepreneur he has held a number of senior-level marketing positions with companies that sell everything from vacuum cleaners to financial data services to motor home chassis to luxury wine.</span>
<br><br>
<span style="color:rgb(0,0,0)">Mike teaches Entrepreneurship at Northwestern University and the University of Chicago Booth School of Business.</span>
<br><br>
<span style="color:rgb(0,0,0)">He is the author of How to Make Colleges Want You, College Peas, and Trade Show Samurai.</span>
<br><br>
<span style="color:rgb(0,0,0)">He has an MS in integrated marketing from Northwestern University and an MBA from the University of Chicago. He lives in Lake Forest, Illinois with his wife and three kids. When he's not teaching, writing or consulting he like to sail, ski and spend time with his family.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="claireLew" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel" >Claire Lew- Speaker</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Michael Marasco is Director of the Farley Center of Entrepreneurship at Northwestern University and has been teaching entrepreneurship for more than a decade. Michael continues to be a zero and early stage investor through his venture capital company, Solesde. He currently sits on the boards of Sportiqe, Zone Medical, and Context Media. </span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="jonathanPasky" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel">Jonathan Pasky- Speaker & Mentor </h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Jonathan Pasky is the founder of Pasky IP, an intellectual property and business law firm in Chicago. He is the co-founder of TechWeek, one of the Midwest’s largest business and innovation conference. He also co-founded Data 2.0, the media and production company behind the Data 2.0 summit, the Verticalize International Expo, and more.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="peterPrommer" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel" >Peter Prommer- Mentor</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Peter is an intellectual property attorney with Nixon Peabody LLP. He represents clients ranging from small start-up companies to large global corporations. In 2012 and 2013, he was recognized by the Illinois Super Lawyers publication as a Rising Star in intellectual property law. </span>
<br><br>
<span style="color:rgb(0,0,0)">Prior to pursuing his legal career, Peter completed his graduate engineering studies at Northwestern and practiced as a licensed professional engineer with an international consulting firm. He continues to be active with Northwestern’s entrepreneurship initiatives including the Entrepreneur@NU conference and the NU Venture Challenge. When he is away from work, you may find Pete catching a Northwestern basketball game, biking by the lake with his son pedaling in tow on a trail-a-bike, or enjoying a concert with his wife at Pick-Staiger or SPACE.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="austinKassner" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel" >Austin Kassner- Mentor</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Austin is a junior majoring in Industrial Engineering and Management Sciences and Economics from Green Bay, Wisconsin. Austin is the current CEO of Northwestern Student Holdings where he oversees the organizations seven student-run portfolio companies. Previously Austin was CEO of EccoLiving within Northwestern Student Holdings. EccoLiving was a student-started/run business that sold environmentally friendly housing products to Greek life and local businesses around Northwestern. Austin’s interests include football, golf, basketball and becoming addicted to TV shows. As a past member of the Northwestern Football team, Austin enjoys staying active anyway he can and continues to participate in athletics.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="hiroKawashima" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel" >Hiro Kawashima- Mentor</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">Hiro Kawashima is currently a Healthcare IT Solutions Consultant at General Electric. Hiro has an immense passion for healthcare and education. Hiro founded LuminousMD, a site comparing cost and quality metrics for local doctors and co-founded Supplies for Dreams, a nonprofit organization dedicated to equalizing educational opportunities for Chicago Public Schools students. Hiro can help entrepreneurs examine problems from various perspectives to create consumer-centric products and services. Hiro spend an inordinate amount of time reading healthcare and education policy briefings and think tank reports.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="willYang" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:rgb(237,45,58)">×</button>
<h4 class="modal-title" id="myModalLabel" >William Yang- Mentor</h4>
</div>
<div class="modal-body">
<span style="color:rgb(0,0,0)">William Yang launched College Creed, an online education startup providing students with on-demand college admissions resources, in 2012. College Creed helped over 1,400 students gain acceptances into prestigious universities such as Columbia, Stanford, and the University of Chicago. In October 2013, College Creed was acquired by Learnerator. Learnerator is engaging students with an interactive platform that enables students to take a “learning by doing” approach towards prepping for their Advanced Placement exams. William currently leads the development of Learnerator’s corporate and marketing strategy, along with the content creation of graduate school exams. William previously served as the teaching assistant for IEMS 225: Principles of Entrepreneurship, and mentored six teams who pitched to judges from Oracle, Bank of America, and Platform Venture. William is a huge Orlando Magic fan and enjoys reading philosophy and psychology books in his spare time.</span>
<div class="modal-footer">
<button type="button" class="btn btn-red" data-dismiss="modal">Close</button>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- JavaScript FIles-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-custom.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script>
$("#home-page").backstretch("images/projectpitchcohort.jpg");
$.backstretch("images/projectpitchcohort.jpg");
$(".home-wrapper").backstretch("images/projectpitchcohort.jpg");
</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>
<!-- Include js plugin -->
<script src="owl-carousel/owl.carousel.js"></script>
<script>
$(document).ready(function() {
$("#owl-demo").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
items : 4,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3] });
});
</script>
</body>
</html>