-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
384 lines (356 loc) Β· 15.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
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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>INRIX Hack</title>
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="vendor/device-mockups/device-mockups.min.css">
<!-- Theme CSS -->
<link href="css/new-age.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/index.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" style="max-width: 3000px; margin: auto">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll no-decor" href="#page-top">INRIX Hack</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll no-decor" href="#home"><b>Sign Up</b></a>
</li>
<li>
<a class="page-scroll no-decor" href="#about">About</a>
</li>
<li>
<a class="page-scroll no-decor" href="#themes">Prizes</a>
</li>
<li>
<a class="page-scroll no-decor" href="#sponsors">INRIX</a>
</li>
<li>
<a class="page-scroll no-decor" href="#connect">connect</a>
</li>
<li>
<a target="_blank" class="no-decor" href="https://www.scuacm.com/">Santa Clara ACM</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- I ran into issues of class "hero" styling from index.css not applying on the server, so I declared all the styling directly in the .html
otherwise, I would just use <div id="home" class="hero" style="max-height: 1080px"> -->
<div id="home" style="max-height: 1080px; background: url('img/hero2023.png'); background-size: cover; background-repeat: no-repeat; background-position: center; text-align: center">
<div class="container">
<div style="margin-top: 75%; margin-bottom: 10%">
<a href="https://aws.scuacm.com" class="btn btn-outline btn-xl page-scroll btn-hero inline-button no-decor">Check out this year's AWS x INRIX Hackathon!</a>
<!-- <a href="https://forms.gle/GGvkPpt5iEuver3j7" target="_blank" class="btn btn-outline btn-xl page-scroll inline-button" style="text-decoration:none">Sign Up</a> -->
</div>
</div>
</div>
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="section-heading">
<h2> Welcome to INRIX Hack </h2>
<h3> SCU's INRIX Recruiting Hackathon, November 11th-12th, 2023 </h3>
<p class="text-muted">Join us for an opportunity to get real world experience and show off to industry recruiters!</p>
<hr>
<!-- <h3> Interested in an INRIX internship? Apply <a href="https://app.jobvite.com/j?cj=okXnlfwJ&s=INRIXHack2022" target="_blank">here</a></h3> -->
</div>
</div>
<!-- <div class="col-sm-12 text-center">
<b> Top 3 teams get final round internship interviews with INRIX </b>
<p class="text-muted"> But all participants will be evaluated for internship opportunities </p>
<hr>
</div> -->
</div>
<div class="row">
<div class="col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="feature-item">
<h3>What's a Hackathon?</h3>
<p class="text-muted">A hackathon is an opportunity when you and your team come together to construct a cool and inventive project in 24 hours!</p>
<br />
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature-item">
<h3>How big can my team be?</h3>
<p class="text-muted">We require all teams to be comprised of 2-6 people. This is a great way for you to work with others, and learn about the design process.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature-item">
<h3>What if I don't have a team?</h3>
<p class="text-muted">No problem! We will help connect you with other students who are also looking for teammates before and during the event.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature-item">
<h3>Who can attend?</h3>
<p class="text-muted">While this event is targeted toward CS/Coen majors seeking internships, all Undergrad and Graduate students are welcome.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature-item">
<h3>I've never been to a Hackathon!</h3>
<p class="text-muted">No worries! We have a team of mentors to help you along the way. Previous project experience will be helpful.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature-item">
<h3>Any other questions?</h3>
<p class="text-muted">Feel free to email us at <a href="mailto:[email protected]">[email protected]</a> if you have any questions or concerns!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="container-fluid">
<div class="row text-center">
<h2>Schedule</h2>
<h4>Events in PST</h4>
</div>
<div class="row">
<div class="col-md-6 text-center">
<div class="text-center">
<h3>Day One: November 11th 2023</h4>
</div>
<table>
<tr>
<td>9:00 AM</td>
<td>Check-In & Networking Breakfast (SCDI Courtyard) π³β
</td>
</tr>
<tr>
<td>10:00 AM</td>
<td>Opening Keynote π</td>
</tr>
<tr>
<td>10:30 AM</td>
<td>Team Formation & Hacking Begins! π€</td>
</tr>
<tr>
<td>10:45 AM</td>
<td>Mini API Workshop (SCDI 1302) π¨βπ«</td>
</tr>
<tr>
<td>11:45 AM</td>
<td>Git Workshop (SCDI 1302) π§βπ»</td>
</tr>
<tr>
<td>1:00 PM</td>
<td>Catered Lunch (SCDI 1302) π₯</td>
</tr>
<tr>
<td>3:00 PM</td>
<td>Activity Break: Boba Run! (SCDI 1302) π§</td>
</tr>
<tr>
<td>6:30 PM</td>
<td>Catered Dinner (SCDI 1302) π</td>
</tr>
<tr>
<td>8:30 PM</td>
<td>Activity Break: Boba Run! (SCDI 1302) π§</td>
</tr>
</table>
</div>
<div class="col-md-6 text-center">
<div class="text-center">
<h3>Day Two: November 12th 2023</h4>
</div>
<table>
<tr>
<td>12:00 AM</td>
<td>Activity Break: Midnight Sundaes (SCDI 1302) π¨π</td>
</tr>
<tr>
<td>8:30 AM</td>
<td>Breakfast Bagels (SCDI 1302) π₯―</td>
</tr>
<tr>
<td>8:30 AM</td>
<td>Devpost Submission Q&A β</td>
</tr>
<tr>
<td>9:00 AM</td>
<td><a target="_blank" href="https://inrix-hack-2023.devpost.com/">DevPost</a> Submissions Due! π</td>
</tr>
<tr>
<td>9:15 AM</td>
<td>Demos and Judging Begin! (SCDI 1302) π€</td>
</tr>
<tr>
<td>10:45 AM</td>
<td>Finalist Presentations π€</td>
</tr>
<tr>
<td>11:45 AM</td>
<td> Winners Announced! π€ππ―</td>
</tr>
<tr>
<td>Later date</td>
<td> Possible follow-up recruiting 1-on-1's πββοΈ </td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section id="themes" class="sponsors bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Prizes</h2>
<h3>Top 3 winning teams get final round internship interviews at INRIX</h3>
<hr />
<p>Note: Regardless of winning prizes, all participants have the opportunity to be evaluated on their performance during the hackathon. Positive interactions with INRIX mentors and judges will put you in a good place to move forward in the interview process even without winning one of the final prizes.</p>
<p>Students looking for full-time offers can still participate and win, but job openings for specific roles are not guaranteed.</p>
</div>
</div>
</div>
</section>
<section id="sponsors" class="sponsors bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">About INRIX</h2>
<br>
<p>INRIX is a global leader in mobility analytics and connected car services. We help cities and businesses use big data to identify and solve transportation problems, making the world safer, happier and greener. Our partners are automakers, governments, retailers, insurance agencies, advertisers and dozens of other industries that can benefit from understanding how people and vehicles move. Learn more at INRIX.com. </p>
<hr>
<hr>
<div class="col-sm-12 text-center">
<a href="https://INRIX.com" target="_blank" class="btn-special-text btn-special btn-xl page-scroll inline-button" style="text-decoration:none">INRIX.com</a>
</div>
</div>
</div>
</div>
</section>
<section id="recap" class="recap">
<div class="container">
<h1>INRIX Hack Recap!</h1>
<h3>2023 Winners</h3>
<h4>Take a closer look at what people built on <a href="https://inrix-hack-2023.devpost.com/" target="_blank">this year's Devpost contest</a>.</h4>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner text-center">
<div class="item active">
<a href="https://devpost.com/software/capital-insights" target="_blank"><img src="img/winners-2023/ugrd-1st.jpg" alt="Capital Insights"></a>
<h4>Undergraduate 1st Place: <strong>Capital Insights</strong></h4>
<span>Created by Luke Ponssen, Jonathan Preiss, Riley Heike</span>
</div>
<div class="item">
<a href="https://devpost.com/software/insight-qk4gx7" target="_blank"><img src="img/winners-2023/ugrd-2nd.jpg" alt="Insight"></a>
<h4>Undergraduate 2nd Place: <strong>Insight</strong></h4>
<span>Created by Tiffany Nguyen, Lindsey Leong, Kara Barrese, Pragnya Vijayan, Irene Chang, Maddie Follosco</span>
</div>
<div class="item">
<a href="https://devpost.com/software/app-h2mex7" target="_blank"><img src="img/winners-2023/ugrd-3rd.jpg" alt="Parking, Bus, & Jam (PB&J)"></a>
<h4>Undergraduate 3rd Place: <strong>Park, Bus, & Jam (PB&J)</strong></h4>
<span>Created by Andrew Collins, Lucas Jablon, Isaac Orais, Johan Kou, Leo Chen, Riley Wong</span>
</div>
<div class="item">
<a href="https://devpost.com/software/talk-data-to-me" target="_blank"><img src="img/winners-2023/grad-1st.jpg" alt="Talk Data To Me"></a>
<h4>Graduate 1st Place: <strong>Talk Data To Me</strong></h4>
<span>Created by Billy Zhang, Shamli Ingole, Inchara Raveendra, Xiaoming Huang</span>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h1>Previous INRIX Hacks</h1>
<ul style="font-size: 16px; line-height: 175%;">
<li><a href="https://inrix-hack-2022.devpost.com/project-gallery" target="_blank">2022 Devpost</a></li>
<li><a href="https://inrix-hack.devpost.com/project-gallery" target="_blank">2021 Devpost</a></li>
</ul>
</div>
</section>
<!-- Connect with us footer -->
<section id="connect" class="sponsors bg-primary text-center">
<section class="bg-primary footer">
<div class="container">
<div class="text-center">
<h2 class="section-heading">Connect with </h2>
<a href="http://scuacm.com" target="_blank"><img src="img/logos/logo_acm_scu_white.png" style="width: min(650px, 100%)"></a>
</div>
<br />
<br />
<br />
<div class="logos text-center">
<a href="https://discord.gg/G242hXD" target="_blank"><img src="img/logos/logo-discord.png"></a>
<a href="https://scuacm.slack.com" target="_blank"><img src="img/logos/logo-slack.png"></a>
<a href="https://www.instagram.com/scu_acm/" target="_blank"><img src="img/logos/logo-instagram.png"></a>
<a href="mailto:[email protected]" target="_top"><img src="img/logos/logo-email.png"></a>
<a href="https://github.com/scuacm" target="_blank"><img src="img/logos/logo-github.png"></a>
<a href="https://www.linkedin.com/company/scuacm/" target="_blank"><img src="img/logos/logo-linkedin.png"></a>
</div>
</div>
</section>
</section>
</body>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/new-age.min.js"></script>
</html>