-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
567 lines (540 loc) · 26.6 KB
/
index.html
File metadata and controls
567 lines (540 loc) · 26.6 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
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
<!DOCTYPE html>
<html>
<head>
<title>Refactor @ UIUC</title>
<meta charset="utf-8">
<meta name="og:title" content="Refactor @ UIUC"/>
<meta name="og:type" content="conference"/>
<meta name="og:site_name" content="Refactor @ UIUC"/>
<meta name="og:description" content="UIUC's first women in tech conference"/>
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- Favicons -->
<link rel="shortcut icon" href="images/refactor.png">
<!-- CSS -->
<script src="main.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-responsive.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/vertical-rhythm.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="fonts/stylesheet.css">
<link rel="stylesheet" href="css/main.css" rel="stylesheet">
</head>
<body class="appear-animate">
<canvas id="canvas"></canvas>
<!-- Page Wrap -->
<div class="page" id="top">
<!-- Home Section -->
<section id="home">
<div class="js-height-full">
<!-- Hero Content -->
<div class="home-content container">
<div class="home-text">
<h2 class="hs-line-11 font-alt mb-50 mb-xs-30">
Refactor @ UIUC
</h2>
<h1 class="hs-line-8 font-alt mb-50 mb-xs-30">
Spring 2020
</h1>
<!-- Keeping for if we need buttons
<a href="#about" class="btn btn-mod btn-w btn-medium btn-round hidden-xs">See More</a>
<span class="hidden-xs"> </span>
<a href="https://vimeo.com/79802823" class="btn btn-mod btn-w btn-medium btn-round lightbox mfp-iframe">Play Reel</a>
</div>
-->
</div>
</div>
<!-- End Hero Content -->
<!-- Scroll Down -->
<a href="#about" class="scroll-down"><i class="fa fa-angle-down scroll-down-icon"></i></a>
</div>
<!-- End Scroll Down -->
</div>
</section>
<!-- End Home Section -->
<!-- Navigation panel
<nav class="main-nav dark transparent stick-fixed">
<div class="full-wrapper relative clearfix">
Logo ( * your text or image into link tag *)
<div class="nav-logo-wrap local-scroll">
<a href="#top" class="logo">
<img src="images/logo-white.png" alt="" />
</a>
</div>
<div class="mobile-nav">
<i class="fa fa-bars"></i>
</div>
Main Menu
<div class="inner-nav desktop-nav">
<ul class="clearlist scroll-nav local-scroll">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contacts</a></li>
</ul>
</div>
</div>
</nav>
End Navigation panel -->
<!-- About Section -->
<section class="page-section" id="about">
<div class="container relative">
<h2 class="section-title font-alt align-left mb-70 mb-sm-40" style="color:white">
About Refactor
</h2>
<div class="section-text col-sm-6 col-md-6 col-lg-6 wow fadeInUp">
<div>
Refactor is the University of Illinois Urbana-Champaign's first women in tech conference. Organized by students, it features blah blah blah
</div>
</div>
<div class="section-text col-sm-6 col-md-6 col-lg-6 wow fadeInUp">
<img style="height:300px; width: 300px; margin-left: 200px; margin-top: -80px; " src="images/refactor.svg">
</div>
<div class="row">
</div>
</div>
</section>
<!-- End About Section -->
<!-- Divider -->
<hr class="mt-0 mb-0 " />
<!-- End Divider -->
<!-- Services Section -->
<section class="page-section bg-gray-lighter" id="services">
<div class="container relative">
<h2 class="section-title font-alt mb-70 mb-sm-40">
Our Mission
</h2>
<!-- Nav tabs -->
<div class="font-alt" style="align-items: center; vertical-align: center; text-align: center;">
<div class="alt-tabs-icon" style="height: 45px; width: 45px; text-align: center; align-self: center; display: inline-block;">
<img src="images/refactorblack.svg">
</div>
</br>
</br>
Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. In starting our new conference, Refactor, we hope to 'refactor' the tech industry, restructuring the way people think about diversity within tech. We want to create a safe space to discuss up and coming fields and topics such as Game Development, Education, Entrepreneurship, Hardware, Policy, and Security/Privacy.
</div>
<!-- End Nav tabs -->
</div>
</section>
<!-- End Services Section -->
<!-- Call Action Section -->
<section class="page-section pt-0 pb-0 banner-section bg-dark" data-background="images/full-width-images/section-bg-2.jpg">
<div class="container relative">
<div class="row">
<div class="col-sm-6">
<div class="mt-140 mt-lg-80 mb-140 mb-lg-80">
<div class="banner-content">
<h3 class="banner-heading font-alt">Sponsors</h3>
<div class="banner-decription">
Coming Soon!
</div>
<a class="btn btn-mod btn-w btn-medium btn-round">Email corporate@refactoruiuc.com for sponsorship information</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 banner-image wow fadeInUp" data-wow-duration="1.2s">
<img src="images/promo-1.png" alt="" />
</div>
</div>
</div>
</section>
<!-- End Call Action Section -->
<!-- Portfolio Section -->
<section class="page-section pb-0" id="portfolio">
<div class="relative">
<h2 class="section-title font-alt mb-70 mb-sm-40">
Schedule
</h2>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="section-text align-center mb-70 mb-xs-40" style="color:black">
Coming Soon!
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<!-- Call Action Section -->
<section class="small-section bg-dark">
<div class="container relative">
<div class="align-center">
<h3 class="banner-heading font-alt">Staff</h3>
</br>
<div class="row">
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Ananya Cleetus
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #9900FF;">
</br></br>
<div id="title" style="color:white; font-weight: normal;">
Director
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Shayna Kapadia
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Kyle Begovich
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Esther Murray
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #FFFF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Corporate Sponsorship
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Cary Chai
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Osama Esmail
</div>
</br>
<img class="staffpic" src="images/staffPics/osama.jpg" style="border: 5px solid #FF00FF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Systems and Website
</div>
</br>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Megha Mallya
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #FF00FF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Systems and Website
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Hana Rimawi
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #FFFF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Corporate Sponsorship
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Aarushi Mohanty
</div>
</br>
<img class="staffpic" src="images/staffPics/aarushi.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Melissa Pai
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Sam Pal
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Nikita Jain
</div>
</br>
<img class="staffpic" src="images/staffPics/nikita.jpg" style="border: 5px solid #FFFF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Corporate Sponsorship
</div>
</br>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Clara Wei
</div>
</br>
<img class="staffpic" src="images/staffPics/clara.jpg" style="border: 5px solid #FFFF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Corporate Sponsorship
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Mihika Aggarwal
</div>
</br>
<img class="staffpic" src="images/mihika.jpg" style="border: 5px solid #FFFF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Corporate Sponsorship
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Shayna Provine
</div>
</br>
<img class="staffpic" src="images/staffPics/shaynap.jpg" style="border: 5px solid #FF9900;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Marketing
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Shivani Jain
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #FF9900;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Marketing
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Richa Verma
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #FF00FF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Systems and Website
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Nidhi Dholaria
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Branding/Design
</div>
</br>
</div>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Kimi Hirano
</div>
</br>
<img class="staffpic" src="images/staffPics/ananya.jpg" style="border: 5px solid #00FF00;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Branding/Design
</div>
</br>
</div>
<div class="col-sm-6 col-md-2 col-lg-2" id="name" style="color:white; font-weight: bold;">
<div>
Simran Desai
</div>
</br>
<img class="staffpic" src="images/staffPics/simran.jpg" style="border: 5px solid #00FFFF;"> </br></br>
<div id="title" style="color:white; font-weight: normal;">
Speakers and Events
</div>
</br>
</div>
</div>
</div>
</div>
</section>
<!-- End Call Action Section -->
<!-- Features Section -->
<section class="page-section">
<div class="container relative">
<h2 class="section-title font-alt mb-70 mb-sm-40"> FAQ </h2>
<div class="row multi-columns-row alt-features-grid">
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="alt-features-item align-center">
<div class="alt-tabs-icon" style="height: 45px; width: 45px; text-align: center; align-self: center; display: inline-block;">
<img src="images/refactorblack.svg">
</div>
<h3 class="alt-features-title font-alt">Who is welcome at Refactor?</h3>
<div class="alt-features-descr align-left">
All genders are welcome to attend Refactor. We're trying to facilitate a conversation about diversity in tech and for that, we need everyone to participate. Bring your friends!
</div>
</div>
</div>
<!-- End Features Item -->
<!-- Features Item -->
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="alt-features-item align-center">
<div class="alt-tabs-icon" style="height: 45px; width: 45px; text-align: center; align-self: center; display: inline-block;">
<img src="images/refactorblack.svg">
</div>
<h3 class="alt-features-title font-alt">How do I sign up to attend the conference?</h3>
<div class="alt-features-descr align-left">Closer to the date of the conference, a registration form will become available on our site that will allow you to sign up as an attendee. If you're interested in attending as a speaker, panelist, or student presenter, please email ananya@refactoruiuc.com.
</div>
</div>
</div>
<!-- End Features Item -->
<!-- Features Item -->
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="alt-features-item align-center">
<div class="alt-tabs-icon" style="height: 45px; width: 45px; text-align: center; align-self: center; display: inline-block;">
<img src="images/refactorblack.svg">
</div>
<h3 class="alt-features-title font-alt">Where is the conference?</h3>
<div class="alt-features-descr align-left">The conference will be held at the University of Illinois Urbana-Champaign in the Thomas M. Siebel Center for Computer Science located at 201 N Goodwin Ave, Urbana, IL 61801.
</div>
</div>
</div>
<!-- End Features Item -->
<!-- Features Item -->
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="alt-features-item align-center">
<div class="alt-tabs-icon" style="height: 45px; width: 45px; text-align: center; align-self: center; display: inline-block;">
<img src="images/refactorblack.svg">
</div>
<h3 class="alt-features-title font-alt">How much does it cost to attend the conference?</h3>
<div class="alt-features-descr align-left">The conference is entirely free to all participants and speakers. Food (breakfast, lunch, dinner, and snacks) will be provided throughout the weekend. Buses will also be available to nearby universities.
</div>
</div>
</div>
<!-- End Features Item -->
<!-- Features Item -->
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="alt-features-item align-center">
<div class="alt-tabs-icon" style="height: 45px; width: 45px; text-align: center; align-self: center; display: inline-block;">
<img src="images/refactorblack.svg">
</div>
<h3 class="alt-features-title font-alt">Is travel reimbursement available?</h3>
<div class="alt-features-descr align-left">
At this time, travel reimbursement is only available for speakers and not for participants. However, attendees in the vicinty of the University of Illinois will be able to travel to the event via conference-sponsored buses.
</div>
</div>
</div>
<!-- End Features Item -->
</div>
<!-- End Features Grid -->
</div>
</section>
<!-- End Features Section -->
<!-- Newsletter Section -->
<section class="small-section bg-gray-lighter">
<div class="container relative">
<form class="form align-center" id="mailchimp">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="newsletter-label font-alt">
Sign up for our mailing list to get updates
</div>
<div class="mb-20">
<input placeholder="Enter Your Email" class="newsletter-field form-control input-md round mb-xs-10" type="email" pattern=".{5,100}" required />
<button type="submit" class="btn btn-mod btn-medium btn-round mb-xs-10">
Sign up
</button>
</div>
<div id="subscribe-result"></div>
</div>
</div>
</form>
</div>
</section>
<!-- End Newsletter Section -->
<!-- Foter -->
<footer class="page-section bg-dark footer pb-60">
<div class="container">
<h2 class="section-title font-alt mb-70 mb-sm-40">
Contact
</h2>
<!-- Social Links -->
<div class="footer-social-links mb-110 mb-xs-60">
<a href="https://www.facebook.com/Refactor-2017649591651868/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/RefactorUiuc" title="Twitter" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="mailto:ananya@refactoruiuc.com" title="Email" target="_blank"><i class="fa fa-envelope"></i></a>
</div>
<!-- End Social Links -->
</div>
</footer>
<!-- End Foter -->
</div>
<!-- End Page Wrap -->
<!-- JS -->
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="js/jquery.localScroll.min.js"></script>
<script type="text/javascript" src="js/jquery.viewport.mini.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.min.js"></script>
<script type="text/javascript" src="js/all.js"></script>
<script type="text/javascript" src="js/contact-form.js"></script>
<script type="text/javascript" src="js/jquery.ajaxchimp.min.js"></script>
<!--[if lt IE 10]><script type="text/javascript" src="js/placeholder.js"></script><![endif]-->
</body>
</html>