This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
249 lines (205 loc) · 16.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HackUCI</title>
<link rel="shortcut icon" type="image/png" href="./images/favicon-2017.png"/>
<!--Import materialize.css-->
<link href='https://fonts.googleapis.com/css?family=Lato:400,900|Roboto+Slab:700' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="css/style.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description"
content="Build. Create. Innovate.
Join us as we gather the tech community from all over Orange County in a spectacular display of ideas, ambition, and talent!"/>
<meta property="og:title" content="HackUCI"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://hackuci.com/"/>
<meta property="og:site_name" content="HackUCI"/>
<meta property="og:image" content="http://hackuci.com/images/webprev.png"/>
<meta property="og:description"
content="Build. Create. Innovate.
Join us as we gather the tech community from all over Orange County in a spectacular display of ideas, ambition, and talent."/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script src="./js/timer.js"></script>
</head>
<body onscroll="change()">
<!-- Contact Modal -->
<div id="contact-modal" class="modal">
<div class="modal-content">
<div class="modal-header center">
<h4 class="modal-title">We'd love to hear from you</h4>
</div>
<div class="modal-body">
<form id="contact-form" action="//formspree.io/[email protected]" method="post">
<input type="text" name="name" placeholder="Your Name">
<input type="email" name="_replyto" placeholder="Your Email">
<input type="text" name="_subject" placeholder="Subject">
<textarea type="text" name="body" placeholder="Your Message" class="email-text-area"></textarea>
</form>
<p class="center">
<button id="submit-btn" class="btn btn-default" type="submit" form="contact-form" style="width:49%;">Submit</button>
<button id="contact-close-btn" class="btn btn-default" style="width:49%;">Cancel</button>
</p>
</div>
</div>
</div>
<!-- End Contact Modal -->
<div class="section no-pad-bot heading-image" id="index-banner">
<div class="navbar-fixed">
<nav class="unscrolled" id="nav-bar">
<div class="nav-wrapper">
<a href="#index-banner" class="hack-logo hide-on-med-and-down scroll-link" data-id="index-banner">HackUCI</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><span class="menu-btn"><i class="fa fa-bars" aria-hidden="true"></i> <span id="mobile-logo">HackUCI</span></span></a>
<ul class="right hide-on-med-and-down">
<li><a href="#about" class="scroll-link" data-id="about">ABOUT</a></li>
<li><a href="#faq" class="scroll-link" data-id="faq">FAQ</a></li>
<li><a href="#sponsors" class="scroll-link" data-id="sponsors">SPONSORS</a></li>
<li><a href="#contact-us" class="scroll-link" data-id="contact-us">CONTACT</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="#index-banner" class="scroll-link" data-id="index-banner">HOME</a></li>
<li><a href="#about" class="scroll-link" data-id="about">ABOUT</a></li>
<li><a href="#faq" class="scroll-link" data-id="faq">FAQ</a></li>
<li><a href="#sponsors" class="scroll-link" data-id="sponsors">SPONSOR</a></li>
<li><a href="#contact-us" class="scroll-link" data-id="contact-us">CONTACT</a></li>
</ul>
</div>
</nav>
</div>
<div class="home-container container center" id="video-container">
<video loop="true" muted="true" id="background-video" class="background-video" src="http://www.ics.uci.edu/~mgharmal/video.mp4" autoplay></video>
<!-- Video credit: Steve Zylius, UCI Communications -->
<div class="home-text">
<!-- <span class="timer">
<span class="weeks"></span><span class="weeks-text"></span><span class="days"></span><span class="days-text"></span><span class="hours"></span><span class="hours-text"></span><span class="minutes"></span><span class="minutes-text"></span><span class="seconds">0</span><span class="seconds-text"></span>
</span> -->
<img src="./images/logo-2017.png" class="hack-uci" />
<p class="info">See You in 2018!</p>
<a href="/sponsor">
<button type="button" class="btn btn-info btn-lg btn-animate waves-effect waves-light card-color center hero-btn">Interested in sponsoring?</button>
</a>
<!-- <p class="info"> January 13 - 15, 2017 <span>|</span> Student Center, UCI</p> -->
</div>
</div>
</div>
<div class="section" id="about">
<div class="container center about-info">
<p><strong>400+</strong> HACKERS, <strong>INCREDIBLE</strong> ACTIVITIES</p>
<p>ALL <strong>MEALS AND SNACKS</strong> PROVIDED</p>
</div>
</div>
<div class="section faq center" id="faq">
<div class="container">
<h1>FAQ</h1>
<div class="row faq-rows">
<div class="col m6">
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>What is a hackathon?</strong></p>
<p class="card-info">A hackathon is a place where the only thing limiting what you build is your own creativity - we'll provide the rest. Stay up for 36 hours with the smartest people you'll ever meet, building the coolest things you have created, and chugging more of your favorite energy drink than you ever thought possible.</p>
</div>
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>Who can come?</strong></p>
<p class="card-info">Any undergraduate or graduate students over the age of 18.<p>
</div>
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>What should I bring?</strong></p>
<p class="card-info">Yourself, deodorant, an idea, a photo ID, your hacking setup, a change of clothes, toiletries, and optionally a sleeping bag (pillow and/or blanket). Note: There will be no showers at the event.<p>
</div>
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>What should I create?</strong></p>
<p class="card-info">You can build whatever you can dream of, whether that be a website with an amazing feature, a phone app, or a rad piece of hardware (Soldering is NOT allowed)! Our only rule is that all code must be written during the hackathon itself. Feel free to use open source libraries and APIs; companies attending may provide their own as well. Impress us!</p>
</div>
</div>
<div class="col m6">
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>Do I sign up as a team or individual?</strong></p>
<p class="card-info">You may sign up as a team or as an individual. Note that all team members must still submit an application for the team request to be honored. You can have a team of up to five members. If you're looking for team members, we'll help you connect to talented participants before hacking begins.</p>
</div>
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>I live far away. How do I get to the event?</strong></p>
<p class="card-info">Transportation information will be available soon for non-UCI students.</p>
</div>
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>How will hacks be presented?</strong></p>
<p class="card-info">On Sunday at 12:30pm, all hackers will have the option to demo their hacks to sponsors and their fellow hackers in an expo event.<p>
</div>
<div class="card-panel card-color box-animate" onmouseover="this.style.background='teal';" onmouseout="this.style.background='#275799';">
<p class="heading"><strong>When does the event end?</strong></p>
<p class="card-info">The closing ceremony will end at 4pm on Sunday.</p>
</div>
</div>
</div>
</div>
</div>
<div class="section application center" id="sponsors">
<h1 class="h1">SPONSORS</h1>
<div class="sponsor-row row">
<a href="http://www.cylance.com/" target="_blank"><img src="./images/sponsors/cylance-logo-2015-black-large.png" class="sponsor-image" style="width:70%;"></a>
</div>
<div class="sponsor-row row">
<a href="http://www.flir.com/home/" target="_blank" class="col l4 m6 s12 sponsor-grid"><img src="./images/sponsors/FLIR_Systems_Logo.jpg" class="sponsor-image"></a>
<a href="https://www.knobbe.com/" target="_blank" class="col l4 m6 s12 sponsor-grid"><img src="./images/sponsors/knobbe.svg" class="sponsor-image"></a>
<a href="http://restorationmedia.com/" target="_blank" class="col l4 m6 s12 sponsor-grid"><img src="./images/sponsors/RM-logotype.png" class="sponsor-image"></a>
<a href="http://parivedasolutions.com/" target="_blank" class="col l4 m6 s12 offset-l4 sponsor-grid"><img src="./images/sponsors/pariveda.jpg" class="sponsor-image"></a>
</div>
<h3 class="sponsors-coming-soon">More sponsors coming soon!</h3>
</div>
<hr width="80%">
<div class="section application center" id="sponsors">
<h1 class="h1">FOOD SPONSORS</h1>
<div class="sponsor-row row">
<a href="https://www.soylent.com/" target="_blank" class="col l4 m6 s12 sponsor-grid"><img src="./images/sponsors/soylent_logo.png" class="sponsor-image"></a>
<a href="http://www.85cafe.us/" target="_blank" class="col l4 m6 s12 sponsor-grid"><img src="./images/sponsors/85C.png" class="sponsor-image" style="max-height: 100%; width: auto;"></a>
<a href="https://www.veggiegrill.com/" target="_blank" class="col l4 m6 s12 sponsor-grid"><img src="./images/sponsors/veggiegrill.jpg" class="sponsor-image"></a>
<a href="https://www.chipotle.com/" target="_blank" class="col l4 m6 s12 offset-l4 sponsor-grid"><img src="./images/sponsors/chipotle.jpg" class="sponsor-image"></a>
</div>
</div>
<hr width="80%">
<div class="section application center" id="sponsors">
<h1 class="h1">COMMUNITY SUPPORT</h1>
<div class="sponsor-row row">
<a href="http://innovation.uci.edu/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/institute-innovation-logo.png" class="community-sponsor-image"></a>
<a href="http://www.maissuci.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/maiss.png" class="community-sponsor-image"></a>
<a href="http://wics.ics.uci.edu" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/wics_logo.png" class="community-sponsor-image"></a>
<a href="http://sites.ieee.org/ocs/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/ieee-logo.png" class="community-sponsor-image"></a>
<a href="http://acmuci.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/acm_diamond.png" class="community-sponsor-image"></a>
<a href="https://student-council.ics.uci.edu/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/icssc-logo_black.png" class="community-sponsor-image"></a>
<a href="http://www.ucop.edu/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/ucop.jpg" class="community-sponsor-image"></a>
<a href="https://github.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/github-logo.png" class="sponsor-image"></a>
<a href="https://www.namecheap.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/namecheap.png" class="sponsor-image"></a>
<a href="http://www.monstervr.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/monstervr.png" class="community-sponsor-image"></a>
<a href="http://www.redbull.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/redbull.png" class="community-sponsor-image"></a>
<a href="http://www.digitalocean.com/" target="_blank" class="col l4 m6 s12 community-sponsor-grid"><img src="./images/sponsors/digitalocean.png" class="community-sponsor-image"></a>
</div>
</div>
<div class="section faq center" id="contact-us">
<div class="container">
<h3>Have a question?</h3>
<h3>Want to sponsor us?</h3>
<button type="button" data-target="contact-modal" class="btn btn-info btn-lg btn-animate waves-effect waves-light card-color center sponsor-btn modal-trigger" id="contact-btn">Contact Us</button>
<h3>Check out our pages!</h3>
<a href="https://twitter.com/HackUCI" target="_blank"><img src="./images/uci-twitter-transparent.png" class="box-animate"></a>
<a href="https://www.facebook.com/hackUCIrvine" target="_blank"><img src="./images/uci-fb-transparent.png" class="box-animate"></a>
</div>
</div>
<div class="footer-copyright center">
<div class="container">
<p><a href="./docs/rules.pdf" target="_blank" class="foot-link">Rules</a>|<a href="legal.html" class="foot-link">Legal</a></p>
<p>Video courtesy of Steve Zylius, UCI Communications.</p>
</div>
</div>
<script>
// Code to ensure that the video does not load at all on mobile
if (window.innerWidth < 600) {
var vidContainer = document.getElementById('video-container');
var vid = document.getElementById('background-video');
vidContainer.removeChild(vid);
}
</script>
</body>
</html>