-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
289 lines (276 loc) · 11.4 KB
/
index.html
File metadata and controls
289 lines (276 loc) · 11.4 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
---
layout: default
---
<!-- Sharing link information -->
<meta property="og:site_name" content="TeamsCode" />
<meta property="og:description"
content="TeamsCode is a student-run 501(c)(3) non-profit that works to encourage high school students to study computer science through team-focused programming contests!" />
<meta property="og:image" content="/assets/images/teamscode_share_graphic.png">
<meta property="og:url" content="http://teamscode.com/">
<div class="index-header clearfix">
<div class="site-max-width clearfix">
<div class="index-header-section">
<div class="index-header-section-h1">
We host high school programming contests.
</div>
<div class="index-header-section-h1-sub">
TeamsCode spreads computer science education to
high school students by organizing online competitive programming contests.
</div>
<a href="/contests"><button class="index-header-section-button">BROWSE CONTESTS</button></a>
</div>
</div>
</div>
<div class="widget">
<div class="widget-max-width">
<div class="widget-header">Upcoming Contests</div>
<div class="page-content-custom">
{% if site.data.upcoming_contests == false %}
<div class="index-competitions-section-list-empty" style="font-size: 18px;">
No upcoming contests. Join our <a class="inline-link" href="https://discord.com/invite/8pg89SS">Discord</a>
server to stay updated!
</div>
{% endif %}
{% for competition in site.data.upcoming_contests %}
{% include competition_item.html
img=competition.img
title=competition.title
affiliation=competition.affiliation
cohost=competition.cohost
date=competition.date
location=competition.location
link=competition.link size='' %}
{% endfor %}
</div>
</div>
</div>
<div class="widget graphic" style="background:#eeeeee">
<div class="widget-max-width">
<div class="row">
<div class="column">
<div class="widget-photo">
<img style="float:left" src="/assets/contest_images/index_contest.png" />
</div>
</div>
<div class="column">
<div class="widget-header">Live Contests</div>
<div class="widget-body">
We host live programming contests so students can learn teamwork and
computer science, all while eating free food and getting
awesome raffle prizes!
</div>
<a class="a" ; style="font-size:20px" href="/contests">
<b>Browse Contests</b>
</a>
</div>
</div>
</div>
</div>
<!--div class="widget graphic">
<div class="widget-max-width">
<div class="row">
<div class="column">
<div class="widget-photo">
<img style="float:left" src="/assets/contest_images/index_lessons.png" />
</div>
</div>
<div class="column">
<div class="widget-header">Coding Lessons</div>
<div class="widget-body">
TeamsCode provides multiple free online courses. The AP
Computer Science course matches the concepts of the AP test,
helping students everywhere earn their perfect score.
</div>
<a class="a" ; style="font-size:20px" href="">
<b style="font-size: 20px">
<a class="a" ; style="font-size:20px" href="/learn">
<b>Learn Programming</b>
</a>
</b>
</div>
</div>
</div>
</div-->
<!--<div class="widget" style="background:#eeeeee">
<div class="widget-max-width">
<div class="row">
<div class="column">
<div class="widget-header">Learn with Others</div>
<div class="widget-body">
We organize high school hackathons and bootcamps, teaching students valuable
computer science concepts and experience. We give students the knowledge and
opportunity to bring their ideas to life.
</div>
<a class="a" ; style="font-size:20px" href="/contests">
<b>Find an event</b>
</a>
</div>
<div class="column">
<div class="widget-photo">
<img class="graphic" style="float:right" src="/assets/contest_images/index_hackathons_bootcamps.png" />
</div>
</div>
</div>
</div>
</div>-->
<div class="widget graphic">
<div class="widget-max-width">
<div class="row">
<div class="column">
<div class="widget-header">Be a Creator</div>
<div class="widget-body">
We help interested high schoolers organize their own programming events -
contests, hackathons, and bootcamps. Please complete
<a class="a" href="https://teamscode.typeform.com/to/vikPaq">this form</a>
if you're interested!
</div>
<a class="a" ; style="font-size:20px" href="/contests/create">
<b>Learn More</b>
</a>
</div>
<div class="column">
<div class="widget-photo">
<img style="float:right" src="/assets/contest_images/index_creator.png" />
</div>
</div>
</div>
</div>
</div>
<div class="widget graphic"
style="background: #eeeeee; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #eeeeee">
<div class="widget-max-width">
<div class="row">
<div class="column">
<div class="widget-photo">
<img style="float:left" src="/assets/contest_images/index_students.png" />
</div>
</div>
<div class="column">
<div class="widget-header">Made by Students</div>
<div class="widget-body">
TeamsCode is made for students, by students.
We work with the Computer Science Teacher's Association
to create events around the Pacific Northwest.
</div>
<a class="a" ; style="font-size:20px" href="/about">
<b>About TeamsCode</b>
</a>
</div>
</div>
</div>
</div>
<br>
<div style="text-align: center; margin-top: 60px; margin-bottom: 30px;">
<h1 style="padding-bottom: 10px;"><b>Partners</b></h1>
<a href="https://x-camp.academy/#/"><img src="/assets/images/sponsor_x-camp2.png" alt="X-Camp"
style="width: 230px; margin-right: 30px;"></a>
<a href="https://digipen.edu"><img src="/assets/images/sponsor_digipen.jpg" alt="DigiPen"
style="width: 250px; margin-right: 30px;"></a>
</div>
<br>
<!--div style="text-align: center; margin-top: 60px; margin-bottom: 30px;">
<h1 style="padding-bottom: 10px;"><b>Platinum Sponsors</b></h1>
</div-->
<!--br-->
<div style="text-align: center; margin-top: 60px; margin-bottom: 30px;">
<h1 style="padding-bottom: 10px;"><b>Gold Sponsors</b></h1>
<a href="https://www.janestreet.com/"><img src="/assets/images/sponsor_janestreet.png" alt="Jane Street"
style="width: 200px;"></a>
</div>
<br>
<!--div style="text-align: center; margin-bottom: 30px;">
<h1 style="padding-bottom: 10px;"><b>Silver Sponsors</b></h1>
</div-->
<!--br-->
<div style="text-align: center; margin-top: 60px; margin-bottom: 30px;">
<h1 style="padding-bottom: 10px;"><b>Bronze Sponsors</b></h1>
<a href="https://www.youtube.com/c/replityt/videos"><img src="/assets/images/sponsor_replit.png" alt="Replit"
style="width: 200px;"></a>
</div>
<br>
<div style="text-align: center; margin-top: 60px; margin-bottom: 60px;">
<h1 style="padding-bottom: 10px;"><b>Previous Sponsors</b></h1>
<a href="https://www.codewithus.com/en"><img src="/assets/images/sponsor_codewithus.png" alt="Code With Us"
style="width: 80px; margin-right: 40px;"></a>
<a href="http://smartcodingschool.com"><img src="/assets/images/sponsor_smartcodingschool.png"
alt="Smart Coding School" style="width: 80px; margin-right: 40px;"></a>
<a href="https://audian.com"><img src="/assets/images/sponsor_audian.png" alt="Audian"
style="width: 80px; margin-right: 20px;"></a>
<a href="https://jetbrains.com"><img src="/assets/images/sponsor_jetbrains.png" alt="JetBrains"
style="width: 80px; margin-right: 20px;"></a>
<a style="margin-right: 30px;" href="https://pagliacci.com"><img src="/assets/images/sponsor_pagliacci.jpg"
alt="Pagliacci" style="width:80px;"></a>
<a href="https://www.silabs.com/"><img src="/assets/images/sponsor_siliconlabs.png" alt="Silicon Labs"
style="width: 80px; margin-right: 20px;"></a>
<a href="https://makaboom.school/"><img src="/assets/images/sponsor_makaboom.jpg" alt="Makaboom"
style="width: 80px; margin-right: 20px;"></a>
<br>
<a href="http://pscsta.org"><img src="/assets/images/sponsor_pscsta.png" alt="PSCSTA"
style="width: 80px; margin-right: 20px;"></a>
<a href="https://www.bugsee.com"><img src="/assets/images/sponsor_bugsee.png" alt="Bugsee"
style="width: 80px; margin-right: 20px;"></a>
<a href="https://www.creativelive.com"><img src="/assets/images/sponsor_creativelive.jpg" alt="CreativeLive"
style="width: 80px; margin-right: 20px;"></a>
<a href="https://www.bunbao.com"><img src="/assets/images/sponsor_bunbao.jpg" alt="BunBao"
style="width: 80px; margin-right: 20px;"></a>
<a href="https://crelate.com"><img src="/assets/images/sponsor_crelate.png" alt="Crelate" style="width:80px;"></a>
<a href="https://twilio.com"><img src="/assets/images/sponsor_twilio.png" alt="Twilio" style="width:80px;"></a>
<a href="https://topcoder.com"><img src="/assets/images/sponsor_topcoder.png" alt="Topcoder" style="width: 80px;"></a>
<a href="http://www.brainiumstudios.com"><img src="/assets/images/sponsor_brainium.png" alt="Brainium"
style="width: 80px;"></a>
<a href="https://codewizardshq.com/?utm_source=teamscode&utm_medium=banner&utm_campaign=sponsorship"><img
src="/assets/images/sponsor_codewizards.jpg" alt="CodeWizards" style="width: 80px;"></a>
<br>
<a href="http://www.scirra.com"><img src="/assets/images/sponsor_scirra.png" alt="Scirra" style="width: 80px;"></a>
<a href="https://www.themathletics.com/"><img src="/assets/images/sponsor_mathletics.png" alt="Mathletics"
style="width: 80px; margin: 0 20px;"></a>
<a href="https://www.tech4kidsclub.org/"><img src="/assets/images/sponsor_t4k.png" alt="Tech4KidsClub"
style="width: 80px;"></a>
<a href="https://breakoutmentors.com/"><img src="/assets/images/sponsor_breakout.png" alt="Breakout Mentors"
style="width: 80px;"></a>
<a href="https://tealsk12.org"><img src="/assets/images/sponsor_msft_teals.png" alt="TEALS"
style="width:80px; margin-right: 30px"></a>
<a href="https://www.facebook.com/MercerIslandLionsClub/"><img src="/assets/images/sponsor_lions.jpg" alt="Lions"
style="width:80px;"></a>
</div>
<br><br><br>
<style>
.graphic {
visibility: hidden;
}
.fadeIn {
-webkit-animation: animat_show 1.6s;
animation: animat_show 1.6s;
visibility: visible !important;
}
@-webkit-keyframes animat_show {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
</style>
<script src="assets/js/index.js" type="text/javascript"></script>
<script src="//code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script>
function showImages(el) {
var windowHeight = jQuery(window).height();
$(el).each(function () {
var thisPos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (topOfWindow + windowHeight - 75 > thisPos) {
$(this).addClass("fadeIn");
}
});
}
// if the image in the window of browser when the page is loaded, show that image
$(document).ready(function () {
showImages('.graphic');
});
// if the image in the window of browser when scrolling the page, show that image
$(window).scroll(function () {
showImages('.graphic');
});
</script>