-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpp.html
More file actions
522 lines (499 loc) · 29.1 KB
/
Copy pathpp.html
File metadata and controls
522 lines (499 loc) · 29.1 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NU Project Pitch</title>
<meta name="Description" content="NU Project Pitch."/>
<meta name=keywords content="northwestern,project pitch,program,EPIC,entrepreneurship"/>
<link rel="shortcut icon" href="http://www.nuprojectpitch.com/images/favicon.ico" type="image/vnd.microsoft.icon" />
<link href="css/reset.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/climacons.css" />
<link rel="stylesheet" type="text/css" href="css/component2.css" />
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/speakers.css" rel="stylesheet" type="text/css">
<link href="css/fonts.css" rel="stylesheet" type="text/css">
<!-- 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]-->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.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-45621806-1', 'nuprojectpitch.com');
ga('send', 'pageview');
</script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/1.4.3/jquery.scrollTo.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/boxgrid.js"></script>
<script>
$(function() {
Boxgrid.init();
});
</script>
<script>
$("#myModal").modal() // initialized with defaults
$("#myModal").modal({ keyboard: false }) // initialized with no keyboard
$("#myModal").modal('show')
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 900);
return false;
}
}
});
});
</script>
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" 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 href="#mission-page">MISSION</a></li>
<li><a href="#events-page">EVENTS</a></li>
<li><a class="text-white" href="pitch.html">APPLY</a></li>
<li><a href="#blog-page">BLOG</a></li>
<li><a href="http://www.nuisepic.com">EPIC</a></li>
</ul>
</div>
</div>
</div>
<div id="home-page">
<div class="screen">
<div class="logoImg">
<img src="images/logo-image.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">
<h1 class="event-title">MISSION</h1>
<!--end col-md-12--></div>
<!--end row--></div>
<div class="row">
<div class="col-md-12">
<div id="mission-box">
<h3 class="mission-text">Project Pitch is a quarter long, student-run initiative to bring the best
entrepreneurs, speakers, and workshops to Northwestern.</h3>
<h3 class="mission-text">In this program, you will work with students and mentors to translate
your ideas into action and gain hands-on startup experience. At the end
of the quarter, you'll have the chance to pitch your idea in a final
competition.</h3>
<h3 class="mission-text">You'll receive one-on-one mentoring with rockstar entrepreneurs
and exclusive opportunities to visit the most innovative spaces in
Chicago. You'll gain the skills and confidence needed to start your own
business and expand your network of students and startups.</h3>
<h3 class="mission-text">Apply today. It’s meant to be.</h3>
<!--end mission-box--></div>
<!--end col-md-4--></div>
<!--end row--></div>
<div id="events-page" class="row">
<div class="col-md-12">
<div class="event-title-box">
<h1 class="event-title">EVENTS & PROGRAMMING</h1>
<!--end event-title-box--></div>
<!--end col-md-12--></div>
<!--end row--></div>
<div class="row">
<div class="event-container">
<ul id="rb-grid" class="rb-grid clearfix">
<li class="icon-clima-2" style="width:50%; background-color:#000">
<h2 class="rb-temp event-title-red event-title-center">KICK OFF</h2><h5><span class="rb-temp event-title-white event-title-center">DECEMBER 5</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>KICK OFF</h1>
<h2>[ December 5th - TBD ]</h2>
<h4>Connect with the other participants, get introduced to the program, and meet the Project Pitch team. Snacks will be provided.</h4></div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:25%;background-color:rgb(237,45,58)">
<h2 class="rb-temp event-title-white event-title-left">E1: BUSINESS MODEL CANVAS</h2><h5><span class="rb-temp event-title-black event-title-right">JAN. 13</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E1. “The Business Model Canvas”</h1>
<h2> [ January 13th - 7-8PM ]</h2>
<h4>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. That way, the rest of the program is comprehensive and focused on building.</h4>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:25%;background-color:#D7D7D7">
<h2 class="rb-temp event-title-black event-title-left">E2: FINDING THE RIGHT IDEA</h2><h5><span class="rb-temp event-title-red event-title-right">JAN. 20</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E2. "FINDING THE RIGHT IDEA"</h1>
<h2>[JANUARY 20TH - 7-8PM]</h2>
<h4>In the 2nd event of the program, you’ll learn how to think of business solutions to real problems. The session leader will give you an introduction to the ideation process and guide you through a brainstorming session meant to equip you with an entrepreneur’s mindset.</h4>
</div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:25%;background-color:#D7D7D7">
<h2 class="rb-temp event-title-black event-title-left">E3: FINDING YOUR TEAM</h2><h5><span class="rb-temp event-title-red event-title-right">JAN. 27</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E3. "Finding your Team"</h1>
<h2>[January 27th - 7-8PM ]</h2>
<h4>So now you have your idea. It’s time to find your team. Finding the right team to execute your idea is critical. This session will allow you to pitch your idea and network with your peers in the program to build your team.
</h4>
</div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:50%;background-color:#000">
<h2 class="rb-temp event-title-red event-title-center">E4: BUILD WEEK</h2><h5><span style="color:#FFF" class="rb-temp event-title-white event-title-center">FEBRUARY. 3</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E4. "Build Week"</h1>
<h2>[ February 3rd - 7-8PM ]</h2>
<h4>It’s time to work.</h4>
<h4>At this session, Northwestern faculty and entrepreneurs will work with teams to continue to build their ideas</h4>
</div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:25%;background-color:rgb(237,45,58)">
<h2 class="rb-temp event-title-white event-title-left">E5: PITCH</h2><h5><span class="rb-temp event-title-black event-title-right">FEB. 10</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E5. PITCH</h1>
<h2>[February 10th - 7-8PM]</h2>
<h4>Teams will pitch what they’ve built to their peers and Project Pitch mentors. Teams will be paired up with mentors at the end of E5 for 2 more weeks of one-on-one work together.</h4>
</div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:25%;background-color:rgb(237,45,58)">
<h2 class="rb-temp event-title-white event-title-left">E6: MEET WITH MENTORS</h2><h5><span class="rb-temp event-title-black event-title-right">FEB. 17</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E6. "MEET WITH MENTORS"</h1>
<h2>[February 17th - 7-8PM]</h2>
<h4>Meet with your mentor to receive feedback and inspiration. Our mentors are entrepreneurs, investors, and alumni who are excited to hear your ideas and help you build."</h4>
</div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:25%;background-color:#D7D7D7">
<h2 class="rb-temp event-title-black event-title-left">E7: FIELD TRIP</h2><h5><span class="rb-temp event-title-red event-title-right">FEB. 24</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E7. "FIELD TRIP"</h1>
<h2>[February 24th - 7-8PM]</h2>
<h4>Meet with your mentor and head over to visit one of the most entrepreneurial spaces in Chicago. </h4>
</div>
</div>
</div>
</li>
<li class="icon-clima-2" style="width:50%;background-color:#000">
<h2 class="rb-temp event-title-red event-title-center">FINAL COMPETITION</h2><h5><span class="rb-temp event-title-white event-title-center">MARCH. 3</span></h5>
<div class="rb-overlay">
<span class="rb-close">close</span>
<div class="rb-week">
<div><h1>E8. FINAL PITCH</h1>
<h2>[MARCH 3rd - 7-8PM]</h2>
<h4>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. </h4>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/boxgrid.example2.js"></script>
<script>$(function() { Boxgrid.init();});</script>
<!--end row--></div>
<div id="contact-page"class="row">
<div class="col-md-12">
<div class="event-title-box">
<h1 class="event-title">SPEAKERS & MENTORS</h1>
<!--end event-title-box--></div>
<section class="main">
<ul class="ch-grid">
<li>
<div class="ch-item ch-img-1">
<div class="ch-info">
<h3>Michael Marasco</h3>
<p><a data-toggle="modal" data-target="#mikeMarasco">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-2">
<div class="ch-info">
<h3>Mike Moyer</h3>
<p><a data-toggle="modal" data-target="#mikeMoyer">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-3">
<div class="ch-info">
<h3>Claire Lew</h3>
<p><a data-toggle="modal" data-target="#claireLew">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-4">
<div class="ch-info">
<h3>Jonathan Pasky</h3>
<p><a data-toggle="modal" data-target="#jonathanPasky">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-5">
<div class="ch-info">
<h3>Peter Prommer</h3>
<p><a data-toggle="modal" data-target="#peterPrommer">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-6">
<div class="ch-info">
<h3>Austin Kassner</h3>
<p><a data-toggle="modal" data-target="#austinKassner">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-7">
<div class="ch-info">
<h3>Hiro Kawashima</h3>
<p><a data-toggle="modal" data-target="#hiroKawashima">View Bio</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-8">
<div class="ch-info">
<h3>William Yang</h3>
<p><a data-toggle="modal" data-target="#willYang">View Bio</a></p>
</div>
</div>
</li>
</ul>
</section>
<!-------------------------BLOG---------------------->
<div class="row">
<div class="event-title-box">
<h1 class="event-title">STUDENT BLOGGERS</h1>
<!--end event-title-box--></div>
<div class="blog-box">
<a href="http://www.nuprojectpitch.com/blog/Rachel" target="_blank"><button type="submit" class="btn btn-primary btn-lg btn-square btn-large-custom btn-red">Rachel Lin</button></a>
<a href="http://www.nuprojectpitch.com/blog/Nil" target="_blank"><button type="submit" class="btn btn-primary btn-lg btn-square btn-large-custom btn-red float-right">Nil Sen</button></a>
</div>
<div class="blog-box">
<a href="http://www.nuprojectpitch.com/blog/Charlie" target="_blank"><button type="submit" class="btn btn-primary btn-lg btn-square btn-large-custom btn-red">Charlie Tokowitz</button></a>
<a href="http://www.nuprojectpitch.com/blog/Victoria" target="_blank"><button type="submit" class="btn btn-primary btn-lg btn-square btn-large-custom btn-red float-right">Victoria Yang</button></a>
</div>
</div>
<!--end col-md-12--></div>
<!--end row--></div>
<!--end container--></div>
<!--end mission-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 text-bigger" title="facebook"> </a>
<a href="https://twitter.com/EPICatNU" target="_blank" class="text-center lsf-icon text-white 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 text-bigger" title="linkedin"> </a>
<a href="mailto:contact@nuisepic.com" target="_blank" class="text-center lsf-icon text-white 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 class="text-white ">© 2013 Design by Michael Chen, Suzee Han</h6>
<h6 class="text-white ">Photography By: Brennan Anderson</h6>
<!--col-md-8--></div>
<!--end row--></div>
<!--end footer-pg--></div>
<!-- Button trigger modal -->
<!-- Modal -->
<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</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="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)">Claire Lew is a proud SESP '11 alum and the founder of ClarityBox, a company that helps CEOs uncover what’s unspoken in their companies. ClarityBox has helped leaders at companies like 37signals see through their blindspots, and build a better team culture. Previously, Claire was one of the original co-founders of The Starter League, and served as Student Body President at Northwestern University. Claire is also a passionate supporter of the Chicago startup community as the co-organizer of IgniteChicago, and loves to cook and do yoga in her free 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 -->
<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 File-->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-custom.js"></script>
</body>
</html>