-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
459 lines (399 loc) · 21.8 KB
/
index.html
File metadata and controls
459 lines (399 loc) · 21.8 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
<!DOCTYPE html>
<html>
<!--
__ ___ __ _ __ __ __
/ |/ /___ _ ___/ /___ _ __ (_)/ /_ / / / /___ _ __ ___
/ /|_/ // _ `// _ // -_) | |/|/ // // __// _ \ / // _ \| |/ // -_)_
/_/ /_/ \_,_/ \_,_/ \__/ |__,__//_/ \__//_//_/ /_/ \___/|___/ \__/( )
|/
__ __ __ _____ __ __ __
/ / __ __ / /_ / / ___ / ___/___ ___/ /___ __ / /___ _ __ _ / /_ ___ ___ _ __ _
/ _ \/ // / / __// _ \/ -_) / /__ / _ \/ _ // -_) / // // _ `// ' \ / __// -_)/ _ `// ' \ _
/_.__/\_, / \__//_//_/\__/ \___/ \___/\_,_/ \__/ \___/ \_,_//_/_/_/ \__/ \__/ \_,_//_/_/_/(_)
/___/
(and also with Bulma, jQuery, and copy pasted code from Stack Overflow :D)
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ABC Code Jam</title>
<!--CSS framework bulma.io-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<!--Icons-->
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<!--jQuery from Google CDN-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!--Main css for the site. Doesn't have much, just jank media queries.-->
<link rel="stylesheet" href="css/main.css">
<!--Favicon from realfavicongenerator.com-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f1595b">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<!--Stylesheet for animate-on-scroll (aos)-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@next/dist/aos.css">
</head>
<body>
<nav class="navbar is-fixed-top has-shadow" role="navigation" aria-label="main navigation" data-aos="fade-down" data-aos-delay="200" data-aos-duration="1000" data-aos-easing="ease-in-out">
<div class="navbar-brand">
<a class="navbar-item" href="https://codejam.fun">
<img src="media/logos/ABC_Code_Jam_logo.png" width="28" height="28">
</a>
<!--Code for burger menu. Hidden on desktop, visible on mobile. Must be last.-->
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item has-text-weight-semibold" href="#home">
Home
</a>
<a class="navbar-item" href="#what">
About CodeJam
</a>
<a class="navbar-item" href='#schedule'>
Event Schedule
</a>
<a class="navbar-item" href="/speakers.html">
Speakers and Judges
</a>
<a class="navbar-item" href="/winners.html">
Past Winners
</a>
<a class="navbar-item" href="/sponsors.html">
Event Sponsors
</a>
<!-- <a class="navbar-item" href="/competition.html" style="font-weight: bold;">
Competition
</a> -->
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="button is-danger" href="https://forms.gle/PJcUuVmuJNiUYZ89A">
<strong>Register Here!</strong>
</a>
</div>
</div>
</div>
</div>
</nav>
</body>
<!--Responsive top pad to compensate for the navbar-->
<div class="responsive-top-pad"></div>
<section class="hero is-danger is-bold is-fullheight-with-navbar scroll-target" id="home">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-size-1" data-aos="fade-up" data-aos-duration="1000" data-aos-easing="ease-in-out" id="main-title"><i>ABC CTE Code Jam 2026</i></h1>
</div>
</div>
<div class="hero-foot">
<div class="columns is-vcentered is-desktop">
<div class="column has-text-centered" data-aos="fade-up" data-aos-duration="800" data-aos-delay="300" data-aos-anchor=".main-title" data-aos-easing="ease-in-out">
<h2 class="subtitle is-4"><i class="fas fa-map-marker-alt"></i><strong> Whitney High School</strong></h2>
</div>
<div class="column has-text-centered" data-aos="fade-up" data-aos-duration="800" data-aos-delay="450" data-aos-anchor=".main-title" data-aos-easing="ease-in-out">
<h2 class="subtitle is-4"><i class="far fa-clock"></i><strong> February 28th, 2026</strong></h2>
</div>
<div class="column has-text-centered" data-aos="fade-up" data-aos-duration="800" data-aos-delay="600" data-aos-anchor=".main-title" data-aos-easing="ease-in-out">
<div class="columns is-mobile">
<div class="column">
<p class="title"><strong id="countdown-d">00</strong></p>
<p class="subtitle">DAYS</p>
</div>
<div class="column">
<h2 class="title"><strong id="countdown-h">00</strong></h2>
<p class="subtitle">HOURS</p>
</div>
<div class="column">
<h2 class="title"><strong id="countdown-m">00</strong></h2>
<p class="subtitle">MINS</p>
</div>
<div class="column">
<h2 class="title"><strong id="countdown-s">00</strong></h2>
<p class="subtitle">SECS</p>
</div>
</div>
</div>
</div>
<div class="padding-div"></div>
</div>
</section>
<section class="section scroll-target" id="what">
<div class="container">
<div class="columns">
<div class="column is-one-third">
<figure class="image">
<img src="media/images/codejameventx960.jpg" alt="Code Jam 2020 participant.">
</figure>
</div>
<div class="column">
<h1 class="title" data-aos="fade-up">
What is ABC CTE Code Jam?
</h1>
<p class="subtitle" data-aos="fade-up">
ABC CTE Code Jam is a student-run Hackathon for both novice and expert programmers! A hackathon is a collaborative-coding marathon where novices can get a crash course in programming, and work with experts on projects to demo at the end of the event!
</p>
<p class="subtitle" data-aos="fade-up">
The teams with the best projects are awarded prizes, and everyone goes home with more experience programming along with awesome merch!
</p>
<p class="subtitle" data-aos="fade-up">
What can I expect from ABC CTE Code Jam? Workshops from industry professionals and student speakers! An exciting competition between your friends and peers alike! And best of all, it's all <b>free</b>!
</p>
</div>
</div>
</div>
</section>
<section class="section scroll-target" id="who" style="background-color: #FDFAC6">
<div class="container">
<div class="columns">
<div class="column">
<h1 class="title" data-aos="fade-up">
Who can participate in ABC CTE Code Jam 2026?
</h1>
<p class="subtitle" data-aos="fade-up">
Participation is open to all high school students (specifically intended for students of the ABCUSD School District) no matter your skill level! Don't be worried if you aren't that good at coding, that's what Code Jam is for! </a>.
</p>
</div>
<div class="column">
<h1 class="title" data-aos="fade-up">
This sounds great... how do I sign up?
</h1>
<p class="subtitle" data-aos="fade-up">
<a target="_blank" href="https://forms.gle/e296ErTwkeq1X8Az7">Right Here: Sign Up Form</a>
</p>
<br></br>
<h1 class="title" data-aos="fade-up">
Want to volunteer instead?
</h1>
<p class="subtitle" data-aos="fade-up">
Volunteers can be highschoolers who are experienced in programming or just want to help out from the ABCUSD school district. If you are interested in volunteering, please reach out to your school's Code Jam Advisor or Computer Science Club.
</p>
</div>
</div>
</div>
</section>
<section class="section scroll-target" id="workshops">
<div class="container">
<h1 class="title is-spaced" data-aos="fade-up">
2026 Workshops & Presentations <!--Change For Later -RR -->
</h1>
<p class="subtitle" data-aos="fade-up"><span class="tag is-warning">Informational</span><b> #1: Justin Ji: The Perspective of an AI-Native Computer Science Student: </b>Students will get a glimpse into how growing up alongside generative AI shapes a modern computer science education. We will discuss new approaches to problem-solving, integrating AI tools into daily workflows, and how AI-assisted development differs from traditional coding practices.</p>
<p class="subtitle" data-aos="fade-up"><span class="tag is-success">Informational</span><b> #2: Dr. Constance Steinkhuler: Toxicity and Its Opposite, Fellowship: </b>Dr. Steinkhuler will be talking about her findings from the last two decades of her research on games, with a particular focus on their capacity for generating social connectedness.</p>
<p class="subtitle" data-aos="fade-up"><span class="tag is-warning">Workshop</span><b> #3: Rishikesh Ingale: Using a Speech-To-Text API to Transcribe Audio Content </b>Learn how to convert spoken words into text by integrating a Speech-To-Text API. In this hands-on workshop, you will process audio data, build API requests, and implement transcription services, leaving you with the practical skills to develop your own voice-driven projects.</p>
</i></p>
</div>
</section>
<section class="section scroll-target" id="schedule">
<div class="container">
<h1 class="title" data-aos="fade-up">
ABC CTE Code Jam 2026 Schedule
</h1>
<table class="table" data-aos="fade-up">
<thead>
<tr>
<th>Time</th>
<th colspan="2">Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td>7:45</td>
<td colspan="2">Doors open</td>
</tr>
<tr>
<td>8:00</td>
<td colspan="2">Event Starts<br>Opening Ceremony ~ 10 min</td>
</tr>
<tr>
<td>8:10</td>
<td colspan="2"><b>Keynote Speech (Chad Laines)</b> ~ 15 min</td>
</tr>
<tr>
<td>8:25</td>
<td colspan="2">Team Formation and Competition Breakdown ~ 15 min</td>
</tr>
<tr>
<td>8:40</td>
<td colspan="2">Brainstorm Session</td>
</tr>
<tr>
<td>8:50</td>
<td colspan="2">Workshop #1 - <b>Justin Ji</b>: The Perspective of an AI-Native Computer Science Student ~ 25 min</td>
</tr>
<tr>
<td>9:15</td>
<td colspan="2">Projects begin! Workblock #1: ~ 1 hr 5 min </td>
</tr>
<tr>
<td>10:20</td>
<td colspan="2">Guest Speaker - <b>Dr. Constance Steinkhuler</b>: Toxicity and Its Opposite, Fellowship ~ 25 min</td>
</tr>
<tr>
<td>10:45</td>
<td colspan="2">Projects Resume - Work Block #2 ~ 30 min</td>
</tr>
<tr>
<td>11:15</td>
<td colspan="2">Lunch (40 min)</td>
</tr>
<tr>
<td>11:55</td>
<td colspan="2">Workshop #3: Using a Speech-To-Text API to Transcribe Audio Content ~ 25 min </td>
</tr>
<tr>
<td>12:20</td>
<td colspan="2">Projects Resume - Work Block #3 ~ 2 hr 10 min</td>
</tr>
<tr>
<td>2:30</td>
<td colspan="2">Break + Snacks/Water ~ 10 min</td>
</tr>
<tr>
<td>2:40</td>
<td colspan="2"><b>Projects Resume - Work Block #4 ~ 1 hr 5 min</td>
</tr>
<tr>
<td>3:45</td>
<td colspan="2">Submission Window Opens ~ 60 min</td>
</tr>
<tr>
<td>4:45</td>
<td colspan="2">Judges Dinner (45 mins); No more coding, teams can polish and prepare presentations</td>
</tr>
<tr>
<td>5:30</td>
<td colspan="2"><b>Presentations Begin (75 min)</b><br>Closing Ceremony</td>
</tr>
<tr>
<td>6:45</td>
<td colspan="2"><b>Judging Deliberation + Dinner</b> ~ 30 min</td>
</tr>
<tr>
<td>7:15</td>
<td colspan="2">CTE Publicity ~ 30 min</td>
</tr>
<tr>
<td>7:45</td>
<td colspan="2"><b>Awards Ceremony + Closing</b> ~ 15 min</td>
</tr>
<tr>
<td>8:00</td>
<td colspan="2">Lockout</td>
</tr>
</tbody>
</table>
<p data-aos="fade-up">All workshops are optional to attend, but highly recommended!</p>
<p data-aos="fade-up">See our <a href="/speakers.html"> speakers page</a> for more info on workshop leaders and speakers!</p>
</div>
</section>
<!--New Sample Catalog Section RR-->
<section class="section scroll-target" id="catalog">
<div class="container">
<div class="columns">
<div class="column">
<h1 class="title" data-aos="fade-up">
Introducing our Sample Project Catalog!
</h1>
<p class="subtitle" data-aos="fade-up">
Don't know what to make during the competition? Need some inspiration? Check out the Sample Project Catalog! In this catalog, you will find some sample projects created with. The different projects are categorized by difficulty. Happy Coding!
</p>
<p class="subtitle" data-aos="fade-up">
<iframe src="/media/2026_Sample_Project_Handbook.pdf" width="100%" height="1000px"></iframe>
</p>
<p class="subtitle" data-aos="fade-up">
<a href = "https://github.com/rishikesh-ingale/codejam-stt-demo">Github from Workshop</a>
</p>
<p>
<a href = "https://forms.gle/MSHWAxrfZRb4iXKb7">Google Form For Submission</a>
</p>
<br>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title is-size-2" data-aos="fade-up">
ABC CTE Code Jam 2026 Promo
</h1>
<iframe width="860" height="484" src="https://www.youtube.com/embed/P5DND5rTXw8" title="ABC CTE Codejam 2026 Promo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<!-- Empty div so aos doesn't freak out -->
<div style="padding-bottom: 90px"></div>
<script src="https://cdn.jsdelivr.net/npm/aos@next/dist/aos.js"></script>
<script>
/********** Animate on Scroll **********/
AOS.init({
once: true,
});
/********** Navbar **********/
// uses jQuery
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById(target);
// Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
/********** Countdown **********/
// Set the date we're counting down to
var countDownDate = new Date("February 28 2026").getTime();
// Update the count down every 1 second
var y = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = Math.max(countDownDate - now,0);
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element respective elements
document.getElementById("countdown-d").innerHTML = days;
document.getElementById("countdown-h").innerHTML = hours;
document.getElementById("countdown-m").innerHTML = minutes;
document.getElementById("countdown-s").innerHTML = seconds;
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
// Once it's done everything gets zeroed out
document.getElementById("countdown-d").innerHTML = "00";
document.getElementById("countdown-h").innerHTML = "00";
document.getElementById("countdown-m").innerHTML = "00";
document.getElementById("countdown-s").innerHTML = "00";
}
}, 1000);
/********** Bold navbar links on scroll **********/
var windowOffset = 60;
$(window).on('scroll', function() {
$('.scroll-target').each(function() {
if($(window).scrollTop() >= ($(this).offset().top - windowOffset)) {
var id = $(this).attr('id');
$('nav div div a').removeClass('has-text-weight-semibold');
$("nav div div a[href='#"+ id +"']").addClass('has-text-weight-semibold');
}
});
});
</script>
</body>
</html>