-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
458 lines (424 loc) · 28.9 KB
/
index.html
File metadata and controls
458 lines (424 loc) · 28.9 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
worked on by @sravyapatakota and @vishnuchakroborty
-->
<html>
<head>
<title>54 Startup Weekend</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
.fa {
padding: 20px;
font-size: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
width: 115%;
}
.fa-instagram {
width: 100%;
background: #125688;
color: white;
}
</style>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<img src="images/symbol.png" alt="Founders-Illinois Entrepreneurs" width="65" height="65">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Home</a></li>
<li><a href="#one">About</a></li>
<li><a href="#two">FAQ</a></li>
<li><a href="#three">Schedule</a></li>
<li><a href="#four">Speakers</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSc0w883m3zkoc1SD0CmipNyM8x475Nfmc-peJn49T72jnKNWw/viewform">Apply</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Founders - <br> 54 Startup Weekend 2020</h1>
<p>October 9-11th, Virtually Via <a href="https://zoom.us/">Zoom</a></p>
<ul class="actions">
<li><a href="#one" class="button scrolly">Learn more</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSc0w883m3zkoc1SD0CmipNyM8x475Nfmc-peJn49T72jnKNWw/viewform" class="button scrolly">Apply Now</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<!-- <a href="#" class="image"><img src="images/pic01.jpg" alt="" data-position="center center" /></a> -->
<div class="content">
<div class="inner">
<h2 style="color: #f89620">About</h2>
<p><strong>54 is a 3-day startup event put on by UIUC's premier student-run startup organization <a href="http://founders.illinois.edu/">Founders - Illinois Entrepreneurs</a> where students from different backgrounds come together to form teams and launch a successful startup.
No experience required. Just bring yourself, some friends and good ideas.</strong></p>
<a href="https://www.youtube.com/watch?v=CjIKypOJtp8" class="button">54 2019 Recap Video</a>
</section>
<!--
<ul class="actions">
<li><a href="generic.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/pic02.jpg" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>Feugiat consequat</h2>
<p>Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus.</p>
<ul class="actions">
<li><a href="generic.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/pic03.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Ultricies aliquam</h2>
<p>Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus.</p>
<ul class="actions">
<li><a href="generic.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section> -->
<!-- Two -->
<!--FAQ-->
<section id="two" class="faqOuter">
<div class="faqInner">
<div class="leftColumn">
<div class="application">
<h3 style="text-decoration: underline;">Application</h3>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Who should apply?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>54 is open to all majors and ages. We strongly believe that entrepreneurship isn’t tied to a major – anyone with a passion to solve a problem can build a startup.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">When will I hear back?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>We will be sending out acceptances on a rolling basis until the application deadline, which is Wednesday, September 30 by 11:59pm.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Do I have to pitch an idea to participate?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>You can still attend 54 even if you don’t pitch an idea; however, the exchange of ideas is what makes 54 great! We highly encourage brainstorming ideas. We want to be inspired by your passion!</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What can I do in the meantime?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Think of problems that you personally face every day or see in your community and how you would solve those! We also encourage practicing your pitch! Also, tell your friends and check out our Facebook event and social media links to get updates. :) </p>
</div>
</div>
</div>
</div>
<div class="duringWeekend">
<h3 style="text-decoration: underline;">During the Weekend</h3>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Can I pitch an idea for a startup that’s already in progress?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Yes! This year we'll be accepting in-progress startups. You won't be eligible for normal prizes, but if our Microgrants committee likes your pitch, you may receive a microgrant up to $500 from Founders.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Can I pitch more than one idea?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Depending on the number of ideas pitched, you may be able to pitch two ideas.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What if my idea doesn’t get selected?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>No problem! You can still join a team and participate.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Can we see past presentation examples?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Absolutely. Send us a message and we can share some past slide decks with you.</p>
</div>
</div>
</div>
</div>
</div>
<div class="rightColumn">
<div class="general">
<h3 style="text-decoration: underline;">General</h3>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What is 54?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>54 is a startup weekend where ideas are turned into a reality. Attendees come in on Friday and pitch ideas, form teams, and learn how to turn their ideas into a business with mentors' guidance over the course of the weekend.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What's in it for you?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>54 builds strong friendships and sustainable businesses that last even after the event is over. Startups are powered aircrafts, not projectiles.<br><br>
<span>Cash Prizes:</span> The top three teams will walk away with some money to help turn their idea into a reality.<br>
<span>Dinner:</span> The top teams get a networking dinner with our sponsors.<br>
<span>Real Startups:</span> Some of our past winners include <a href="http://iventure.illinois.edu/index.php/2017/06/07/amber-agriculture/">Amber Waves,</a> <a href="https://medium.com/c-u-startups/uiuc-team-profile-mymetrics-5105226a0c49#.35q7n6jn3">Mymetrics,</a> and <a href="http://freeskies.co/">FreeSkies.</a></p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What will be different this year since the event is entirely virtual?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Due to 54 going virtual this year, the event will be held over Zoom and live streaming. Additionally, we are going to execute it similarly, but networking, pitching, mentor ship, etc will be done by an online means. We are making sure to make it as interactive as possible so it feels as close to an in person experience as possible:)</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Is it overnight?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Nope. You won't need to work overnight to get things done, and we believe people do their best work when they take care of themselves.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">I have an idea that I want to pitch! What should I do to prepare?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Awesome! 54 is the perfect place to meet team members that can help bring your idea to life. Practice and do your research; no presentation slides please – you will have 60 seconds to convince attendees to join your team!</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">I don’t have an idea that I want to pitch :(</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Bring a unique perspective - teams will need members from many different backgrounds!</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Are we expected to work on our startup after 54 is over?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>We provide cash prizes and a network so you have direction and motivation to continue working on your startup! However, learning how a company is started with your team and mentors is still a great experience on its own, and we understand that not everybody can commit to their own company full-time.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What are past participants up to?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>They’ve gone on to win the <a href="http://tec.illinois.edu/experiences/cozad">Cozad New Venture Competition</a>, participate in startup accelerators, participated in fellowships, and raised funding.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">404: Question not found?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Feel free to email us at <a href="mailto:team@founders.illinois.edu">team@founders.illinois.edu</a></p>
</div>
</div>
</div>
</div>
<div class="logistics">
<h3 style="text-decoration: underline;">Logistics</h3>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">Can I have a pre-formed team?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>We highly encourage forming teams at the event to gain new perspectives, though you're free to bring friends and stick together.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">When does the event start and end?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>Kick-off starts at 5:30 PM on Friday, October 9th. The event ends at around 7:00 PM on Sunday, October 11th after closing remarks.</p>
</div>
</div>
</div>
<div class="question">
<h3 onclick="var answer = this.nextElementSibling; if (answer.clientHeight) { answer.style.height = 0; this.children[0].style.transform = 'rotate(0deg)'; /*this.children[1].style.color = 'RGB(255,120,0)';*/ } else { var wrapper = answer.childNodes[1]; answer.style.height = wrapper.clientHeight + 'px'; this.children[0].style.transform = 'rotate(90deg)'; /*this.children[1].style.color = 'RGB(255,255,255)';*/ } "><img src="assets/arrow_old.png" class="arrow" alt="arrow"><span onselectstart="return false;">What should I bring?</span></h3>
<div class="answer">
<div class="measuringWrapper">
<p>A laptop, charger, logged into your UIUC Zoom account, passion, and excitement!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<!-- <a href="#" class="image"><img src="images/pic01.jpg" alt="" data-position="center center" /></a> -->
<div class="content">
<div class="inner">
<h2 style="color: #f89620">Schedule</h2>
<a href="/application.html" class="button">54 2020 Schedule</a>
</section>
<!-- Three
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Get in touch</h2>
<p>Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus, lacus eget hendrerit bibendum, urna est aliquam sem, sit amet imperdiet est velit quis lorem.</p>
<div class="split style1">
<section>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="5"></textarea>
</div>
</div>
<ul class="actions">
<li><a href="" class="button submit">Send Message</a></li>
</ul>
</form>
</section>
<section>
<ul class="contact">
<li>
<h3>Address</h3>
<span>12345 Somewhere Road #654<br />
Nashville, TN 00000-0000<br />
USA</span>
</li>
<li>
<h3>Email</h3>
<a href="#">team@founders.illinois.edu</a>
</li>
<li>
<h3>Phone</h3>
<span>(000) 000-0000</span>
</li>
<li>
<h3>Social</h3>
<ul class="icons">
<li><a href="https://www.facebook.com/illinoisfounders/" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/illinoisfounders/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/company/founders-illinois-entrepreneurs/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
-->
<!-- Speakers -->
<section id="four" class="wrapper style3 fade-up">
<div class="inner">
<h2 style="color: #f89620">Keynote Speaker, Judges, and Mentors</h2>
<p>COMING SOON</p>
<div class="features">
<section>
<span class="icon solid major fa-code"></span>
<h3>Keynote Speaker</h3>
<p>Phasellus convallis elit id ullam corper amet et pulvinar. Duis aliquam turpis mauris, sed ultricies erat dapibus.</p>
</section>
<section>
<span class="icon solid major fa-lock"></span>
<h3>Judge</h3>
<p>Phasellus convallis elit id ullam corper amet et pulvinar. Duis aliquam turpis mauris, sed ultricies erat dapibus.</p>
</section>
<section>
<span class="icon solid major fa-cog"></span>
<h3>Judge</h3>
<p>Phasellus convallis elit id ullam corper amet et pulvinar. Duis aliquam turpis mauris, sed ultricies erat dapibus.</p>
</section>
<section>
<span class="icon solid major fa-desktop"></span>
<h3>Judge</h3>
<p>Phasellus convallis elit id ullam corper amet et pulvinar. Duis aliquam turpis mauris, sed ultricies erat dapibus.</p>
</section>
<section>
<span class="icon solid major fa-link"></span>
<h3>Mentor</h3>
<p>Phasellus convallis elit id ullam corper amet et pulvinar. Duis aliquam turpis mauris, sed ultricies erat dapibus.</p>
</section>
<section>
<span class="icon major fa-gem"></span>
<h3>Mentor</h3>
<p>Phasellus convallis elit id ullam corper amet et pulvinar. Duis aliquam turpis mauris, sed ultricies erat dapibus.</p>
</section>
</div>
<ul class="actions">
<!-- <li><a href="generic.html" class="button">Learn more</a></li> -->
</ul>
</div>
</section>
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li><a href="https://www.facebook.com/illinoisfounders/" class="fa fa-facebook"></a></li>
<li><a href="https://www.instagram.com/illinoisfounders/" class="fa fa-instagram"></a></li>
<li>©Founders. All rights reserved.</li>
<li>Designed and implemented by <a href="https://www.linkedin.com/in/sravyapatakota/">Sravya Patakota</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>