-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistration.html
More file actions
319 lines (287 loc) · 18.9 KB
/
registration.html
File metadata and controls
319 lines (287 loc) · 18.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Registration - Cornell University Big Red Math Competition</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css styling/styles.css">
<link rel="stylesheet" href="css styling/registration-styles.css">
</head>
<body class="registration-page">
<!-- Navigation Header -->
<header class="header">
<div class="logo-home-button" onclick="window.location.href='index.html'">
<img src="assets/logo.png" alt="Big Red Math Club Logo" class="logo-image">
</div>
<nav class="navigation">
<button class="nav-button" onclick="window.location.href='about.html'">About</button>
<button class="nav-button" onclick="window.location.href='index.html'">CUBRMC 25</button>
<button class="nav-button active" onclick="window.location.href='registration.html'">Registration</button>
<button class="nav-button" onclick="window.location.href='sponsors.html'">Sponsors</button>
<button class="nav-button" onclick="window.location.href='archive.html'">Archive</button>
</nav>
</header>
<!-- Left Sidebar Navigation -->
<div class="sidebar">
<div class="sidebar-nav">
<button class="sidebar-button active" data-section="register">
<img src="assets/register.png" alt="Register" class="sidebar-icon">
</button>
<button class="sidebar-button" data-section="dates">
<img src="assets/calendar.png" alt="Dates" class="sidebar-icon">
</button>
<button class="sidebar-button" data-section="process">
<img src="assets/process.png" alt="Process" class="sidebar-icon">
</button>
<button class="sidebar-button" data-section="check">
<img src="assets/check.png" alt="Check" class="sidebar-icon">
</button>
<button class="sidebar-button" data-section="fees">
<img src="assets/receipt.png" alt="Fees" class="sidebar-icon">
</button>
</div>
</div>
<!-- Main Content -->
<main class="registration-main">
<div class="registration-content">
<!-- Header Section -->
<section id = "register" class="section">
<div class="section-content">
<h1 class="section-title">Registration</h1>
<h2 class="section-subtitle">Join CUBRMC 2025</h2>
<p class="section-text">
We welcome all participants to Cornell’s campus on October 25th for the 4th annual Cornell
University Big Red Math Competition (CUBRMC)! Teams of up to five high school students will
test their problem-solving skills across individual, team, and proof-based rounds. Following
the competition, students will have the chance to connect through social events and explore Cornell’s
campus on guided tours. The day will conclude with an awards ceremony recognizing the top-performing
teams and individuals.
</p>
<!-- Image Gallery -->
<div class="scrolling-wrapper">
<div class="image-card">
<img src="assets/img1.png" alt="Competition Image 1" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img2.png" alt="Competition Image 2" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img3.png" alt="Competition Image 3" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img4.png" alt="Competition Image 4" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img5.png" alt="Competition Image 5" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img6.png" alt="Competition Image 6" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img7.png" alt="Competition Image 7" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img8.png" alt="Competition Image 8" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img11.png" alt="Competition Image 9" class="gallery-image">
</div>
<div class="image-card">
<img src="assets/img10.png" alt="Competition Image 10" class="gallery-image">
</div> <div class="image-card">
<img src="assets/img9.png" alt="Competition Image 11" class="gallery-image">
</div>
</div>
</div>
</section>
<!-- Important Dates Section -->
<section id = "dates" class="section">
<div class="section-content">
<h2 class="section-title">Important Dates</h2>
<div class="dates-timeline">
<div class="date-wrapper">
<img src="assets/star.png" alt="Star" class="date-star">
<div class="date-item">
<div class="date-content">
<h3 class="date-title">Registration Opens</h3>
<p class="date-time">Thursday, September 5</p>
<p class="date-blurb">✨ Be the first to sign up and secure your spot for your team and coach(es)!</p>
</div>
</div>
</div>
<div class="date-wrapper">
<img src="assets/star.png" alt="Star" class="date-star">
<div class="date-item">
<div class="date-content">
<h3 class="date-title">Registration Closes</h3>
<p class="date-time">Tuesday, October 14</p>
<p class="date-blurb">📚 Last call to join the competition, make sure your team and captains are ready to go!</p>
</div>
</div>
</div>
<div class="date-wrapper">
<img src="assets/star.png" alt="Star" class="date-star">
<div class="date-item important">
<div class="date-content">
<h3 class="date-title">CUBRMC 2025</h3>
<p class="date-time">Saturday, October 25</p>
<p class="date-blurb">🎉 Competition day is here! Get ready for a ton of math, fun, and Big Red spirit all in one.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Registration Process Section -->
<section id = "process" class="section">
<div class="section-content">
<h2 class="section-title">Registration Process</h2>
<div class="registration-grid">
<!-- Team Registration -->
<div class="registration-type">
<h3 class="registration-type-title">For Teams</h3>
<p class="registration-description">
All teams require a coach; a team coach may be any responsible adult—this includes teachers,
club coaches, parents, etc. The registration process for teams occurs in two steps.
</p>
<div class="steps-list">
<div class="step-item">
<div class="step-number">1</div>
<div class="step-content">
<p>Coaches should fill out the <a href="https://cornell.ca1.qualtrics.com/jfe/form/SV_0dB9q8HAiOYiqb4" target="_blank" class="registration-link">registration form linked here</a>.
Please ensure that the contact information for the students is accurate. The coach is responsible for paying the registration fee for the team.</p>
</div>
</div>
<div class="step-item">
<div class="step-number">2</div>
<div class="step-content">
<p>An email will be sent to each student on the team with a form to collect further information and safety waivers.
Team members should not fill out the registration form until they receive this email prompting them to do so.
A team's registration is not complete until every student has completed their individual registration form.</p>
</div>
</div>
<div class="step-item">
<div class="step-number">3</div>
<div class="step-content">
<p>The Cornell Math Department will email the coach regarding payment details via credit card.</p>
</div>
</div>
</div>
<div class="register-button-container">
<a href="https://cornell.ca1.qualtrics.com/jfe/form/SV_0dB9q8HAiOYiqb4" target="_blank" class="register-button">Register Team</a>
</div>
</div>
<!-- Individual Registration -->
<div class="registration-type">
<h3 class="registration-type-title">For Individuals</h3>
<p class="registration-description">
To register as an individual, please complete the form linked below.
</p>
<div class="individual-info">
<p>Individuals will be asked if they would like to be placed on a team with other individual students
on the day of the competition. We recommend this option so that students can obtain the full experience
of the competition.</p>
<p>If an individual is registering independently from a team, the Cornell Math Department will email
the student/parent regarding payment details via credit card.</p>
</div>
<div class="register-button-container">
<a href="https://cornell.ca1.qualtrics.com/jfe/form/SV_9yN59FGEQz6USLc" target="_blank" class="register-button">Register Individual</a>
</div>
</div>
</div>
<div class="support-info">
<p>For further support and confirmation, please email <a href="mailto:cmc@bigredmathcomp.org" class="support-link">cmc@bigredmathcomp.org</a>.</p>
</div>
</div>
</section>
<!-- Eligibility Section -->
<section id = "check" class="section">
<div class="section-content">
<h2 class="section-title">Eligibility</h2>
<div class="eligibility-grid">
<!-- Team Eligibility -->
<div class="eligibility-type">
<h3 class="eligibility-title">Team Eligibility</h3>
<ul class="eligibility-list">
<li>A full team will consist of 5 members, although we will allow smaller teams to participate.</li>
<li>A team member must not have reached their 20th birthday before the CBRMC competition date.</li>
<li>A team member must not be enrolled full-time in a post-secondary institution before the CBRMC competition date.</li>
<li>Please see the registration form for registration deadlines.</li>
<li>We encourage teams to come from one high school, but we understand that this is not always possible for a variety of reasons. As such, we will also accept teams from a well-defined geographic region (e.g. Finger Lakes Region), with students from multiple schools. The CUBRMC Committee will have the final decision on the legitimacy of teams that do not come from one school.</li>
<li>Teams from the same school/organization with the same coach should name themselves differently (e.g. High School Team 1 and High School Team 2).</li>
</ul>
</div>
<!-- Individual Eligibility -->
<div class="eligibility-type">
<h3 class="eligibility-title">Individual Eligibility</h3>
<ul class="eligibility-list">
<li>Individuals can participate in the CUBRMC without a team. We will provide individual students the opportunity to find team members if they opt-in on the registration form.</li>
<li>An individual must not have reached their 20th birthday before the CUBRMC competition date.</li>
<li>An individual must not be enrolled full-time in a post-secondary institution before the CUBRMC competition date.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Registration Fees Section -->
<section id = "fees" class="section">
<div class="section-content">
<h2 class="section-title">Registration Fees</h2>
<div class="fees-grid">
<div class="fee-item normal">
<h3 class="fee-title">Normal Registration</h3>
<div class="fee-amount">$15 per student</div>
<p class="fee-deadline">Until October 14</p>
</div>
</div>
<div class="fee-info">
<p class="fee-description">
The registration fee covers the cost of a catered meal and a t-shirt for each student and team coach.
Please see registration form for online payment details.
</p>
<div class="fee-policies">
<div class="policy-item">
<h4>Financial Assistance</h4>
<p>If you are facing financial hardships that make the registration fee a burden, please email
<a href="mailto:cmc@bigredmathcomp.org" class="support-link">cmc@bigredmathcomp.org</a> regarding a fee waiver.</p>
</div>
<div class="policy-item">
<h4>Refund Policy</h4>
<p>If a student/team pays its fees and then must withdraw, we will provide a full refund,
so long as we are notified by October 14, 2025.</p>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-left">
<img src="assets/logo.png" alt="Big Red Math Club Logo" class="footer-logo">
<div class="social-links">
<a href="mailto:cmc@bigredmathcomp.org" class="social-link" title="Email us">
<img src="assets/mail.png" alt="Email" class="social-icon">
</a>
<a href="https://www.instagram.com/wyd.carrie/" target="_blank" class="social-link" title="Follow us on Instagram">
<img src="assets/instagram.png" alt="Instagram" class="social-icon">
</a>
<a href="https://www.linkedin.com/school/cornell-university/posts/?feedView=all" target="_blank" class="social-link" title="Connect on LinkedIn">
<img src="assets/linkedin-logo.png" alt="LinkedIn" class="social-icon">
</a>
<a href="https://github.com/xikronz/CUBRMC" target="_blank" class="social-link" title="Give us a star on GH">
<img src="assets/github-sign.png" alt="GitHub" class="social-icon">
</a>
</div>
</div>
<p class="footer-disclaimer">This organization is a registered student organization of Cornell University. We take full responsibility for our organization and this web site. Equal Education and employment</p>
</div>
</footer>
<script src="js/registration-script.js"></script>
</body>
</html>