-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsponsors.html
More file actions
355 lines (334 loc) · 19.2 KB
/
sponsors.html
File metadata and controls
355 lines (334 loc) · 19.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ABC Code Jam - Sponsors</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>
<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://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<nav class="navbar is-fixed-top" 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" href="/index.html">
Home
</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 has-text-weight-semibold" href="/sponsors.html">
Our Sponsors
</a>
</div>
<div class="navbar-end">
<div class="navbar-item has-text-weight-semibold">
<div class="buttons">
<a class="button is-danger" href="http://signup.codejam.fun">
<strong>Register Here!</strong>
</a>
</div>
</div>
</div>
</div>
</nav>
<section class="hero is-danger is-bold is-halfheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-size-1" data-aos="fade-up" data-aos-delay="100" data-aos-duration="1000">Sponsors</h1>
<p class="subtitle" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000"><i>ABC Code Jam 2025</i></p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title" data-aos="fade-up">
Sponsors for Code Jam
</h1>
<!--Change for Later-->
<div class="columns">
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/UOlogo.png" alt="Updike Orthodontics">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Updike Orthodontics</p>
</div>
</div>
<div class="content">
<p>Updike Orthodontics provides braces for children and adults in the Irvine community and surrounding areas of Orange County, California. Their goal is to create an enjoyable environment where we personalize your care and give you the best treatment possible.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-delay="150" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="media/images/sponsors/Whitney.png" alt="HackClub">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">The Whitney High School Foundation for Educational Excellence</p>
</div>
</div>
<div class="content">
<p> The Whitney High School Foundation for Educational Excellence (WHSFEE) was founded in 1989 as a non-profit parents' organization with the purpose to promote and support the educational needs of the students of Whitney High School & the surrounding areas.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-delay="250" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="media/images/Code_Jam_Sponsors_2022/JetBrains.png" alt="JetBrains">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Jet Brains</p>
</div>
</div>
<div class="content">
<p>Ever since we started, back in 2000, JetBrains has strived to make the strongest, most effective developer tools on earth. By automating routine checks and corrections, their tools speed up production, freeing developers to grow, discover and create. Their mission is to make professional software development a more productive and enjoyable experience.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/Code_Jam_Sponsors_2022/LeanGap.png" alt="LeanGap">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">LeanGap</p>
</div>
</div>
<div class="content">
<p>Leangap turns ambitious teenagers into startup founders. Their programs help launch an impactful startup with the guidance of mentors who have launched startups themselves. It is the most execution-based entrepreneurship program for high school students. No other program offers a real-world experience like they do.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-delay="150" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/Code_Jam_Sponsors_2022/Product_Hunt.jpeg" alt="Product Hunt">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Product Hunt</p>
</div>
</div>
<div class="content">
<p>Product Hunt is an American website to share and discover new products. It was founded by Ryan Hoover in November 2013. Users submit products, which are listed in a linear format by day.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-delay="250" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="media/images/Code_Jam_Sponsors_2022/Society_of_Women_Engineers.jpg" alt="SWE">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Society of Women Engineers</p>
</div>
</div>
<div class="content">
<p>The Society of Women Engineers is an international not-for-profit educational and service organization founded in 1950 and headquartered in the United States. The Society of Women Engineers is the world's largest advocate and catalyst for change for women in engineering and technology.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/Code_Jam_Sponsors_2022/Sublime_Text.png" alt="Sublime Text">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Sublime Text</p>
</div>
</div>
<div class="content">
<p>Sublime Text is a commercial source code editor. It natively supports many programming languages and markup languages. Users can expand its functionality with plugins, typically community-built and maintained under free-software licenses.</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/Code_Jam_Sponsors_2022/Taskade.jpg" alt="Taskade">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Taskade</p>
</div>
</div>
<div class="content">
<p>Taskade is a collaborative task management software with unlimited flexibility, designed to help individuals and remote teams work together in one unified workspace.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/Code_Jam_Sponsors_2022/Wolfram.png" alt="Wolfram Alpha">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Wolfram Alpha</p>
</div>
</div>
<div class="content">
<p>Inject computational intelligence at every level, on every project. Wolfram Language's ability to unify algorithms, data, notebooks and linguistics—representing, binding and specifying all elements—is unparalleled. It's at the core of Wolfram's ability to achieve cross-component, cross-department, cross-project workflows with highly readable and executable code across desktop, cloud and mobile.</p>
</div>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/Code_Jam_Sponsors_2022/AOPS.png" alt="AoPS">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Art of Problem Solving (AoPS)</p>
</div>
</div>
<div class="content">
<p>Since 1993, AoPS ( Art of Problem Solving) has helped hundreds of thousands of passionate students succeed in the classroom and beyond.
AoPS creates educational materials for motivated students in grades 2–12.
Their books, classes, and online resources help students become creative, successful problem solvers.
AoPS provides the opportunity to learn to solve problems by trying, failing, and ultimately succeeding.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="card" data-aos="fade-up" data-aos-duration="800">
<div class="card-image">
<figure class="image">
<img src="/media/images/sponsors/cte.png" alt="AoPS">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Career Technical Education</p>
</div>
</div>
<div class="content">
<p>Career Technical Education (CTE) provides students with hands-on, career-focused learning experiences that prepare them for high-demand industries. CTE programs combine academic knowledge with technical skills in fields like technology, healthcare, engineering, and business, helping students gain real-world experience and industry certifications. By bridging education and workforce needs, CTE empowers students to succeed in their careers and further education.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Empty div so aos doesn't freak out -->
<div style="margin-bottom: 100px"></div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
//Animate on scroll
AOS.init();
//Navbar
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');
});
});
}
});
</script>
</body>
</html>