This repository was archived by the owner on Nov 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
374 lines (356 loc) · 17.8 KB
/
index.html
File metadata and controls
374 lines (356 loc) · 17.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
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" sizes="196x196" href="img/favicon.png">
<title>CMIMC | CMU 50th Anniversary Celebration</title>
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<header>
</header>
<main>
<!-- INTRO -->
<div class="parallax-container intro">
<div class="relative-container">
<div class="logo-container">
<img src="img/cmimc-logo-huge.png" width="400px">
<h2>A MATH AND CS COMPETITION</h2>
</div>
<div class="in-celebration">
<h4>In celebration of the 50th Anniversary of Carnegie Mellon University</h4>
</div>
</div>
<div class="parallax">
<img src="img/staff-around-computer-faded.png">
</div>
</div>
<!-- WHO WE ARE -->
<section class="blue well-padded">
<div class="row container">
<div class="col s5">
<h1 class="white-text">WHO WE ARE</h1>
<p class="white-text">Every great university in the United States organizes an annual math competition for high school students.</p>
<p class="white-text">Two years ago, when we noticed CMU did not host one, we knew we had to do something to put CMU on the radar...</p>
<p class="white-text">And thus was born CMIMC! We have since experienced massive growth!</p>
</div>
<div class="col s6 offset-s1" style="margin-top: 12px">
<div class="row staff-list">
<div class="col s2"><img src="img/staff/staff1.jpg"></div>
<div class="col s2"><img src="img/staff/staff2.jpg"></div>
<div class="col s2"><img src="img/staff/staff3.jpg"></div>
<div class="col s2"><img src="img/staff/staff4.jpg"></div>
<div class="col s2"><img src="img/staff/staff5.jpg"></div>
<div class="col s2"><img src="img/staff/staff6.jpg"></div>
</div>
<div class="row staff-list">
<div class="col s2"><img src="img/staff/staff7.jpg"></div>
<div class="col s2"><img src="img/staff/staff8.jpg"></div>
<div class="col s2"><img src="img/staff/staff9.jpg"></div>
<div class="col s2"><img src="img/staff/staff10.jpg"></div>
<div class="col s2"><img src="img/staff/staff11.jpg"></div>
<div class="col s2"><img src="img/staff/staff12.jpg"></div>
</div>
<div class="row staff-list">
<div class="col s2"><img src="img/staff/staff13.jpg"></div>
<div class="col s2"><img src="img/staff/staff14.jpg"></div>
<div class="col s2"><img src="img/staff/staff15.jpg"></div>
<div class="col s2"><img src="img/staff/staff16.jpg"></div>
<div class="col s2"><img src="img/staff/staff17.jpg"></div>
<div class="col s2"><img src="img/staff/staff18.jpg"></div>
</div>
<div class="row staff-list">
<div class="col s2"><img src="img/staff/staff19.jpg"></div>
<div class="col s2"><img src="img/staff/staff20.jpg"></div>
<div class="col s2"><img src="img/staff/staff21.jpg"></div>
<div class="col s2"><img src="img/staff/staff22.jpg"></div>
<div class="col s2"><img src="img/staff/staff23.jpg"></div>
<div class="col s2"><img src="img/staff/staff24.jpg"></div>
</div>
</div>
</div>
</section>
<!-- COMPETITOR PARALLAX -->
<div class="parallax-container">
<div class="parallax">
<img src="img/people-competing.png">
</div>
</div>
<!-- OUR COMPETITORS -->
<section class="blue well-padded">
<div class="row container">
<div class="col s7">
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQwBKvDZKyJgtbszHCvew4SSCpBAhNN7tR2oIZJW5MCwNlsfCn0vzFo6V00bWqRNqKEba-adI903c2O/pubchart?oid=102158114&format=interactive"></iframe>
</div>
<div class="col s5">
<h2 class="white-text" style="margin-top: 84px">OUR COMPETITORS</h2>
<div class="bars">
<div class="barcont">
<span class="year-icon">'16</span>
<span class="bar" style="width: 80px"></span>
<span class="year-count" style="left: 148px">125</span>
</div>
<div class="barcont">
<span class="year-icon">'17</span>
<span class="bar" style="width: 160px"></span>
<span class="year-count" style="left: 228px">250</span>
</div>
<div class="barcont">
<span class="year-icon">'18</span>
<span class="bar" style="width: 256px"></span>
<span class="year-count" style="left: 324px">400</span>
</div>
</div>
</div>
</div>
</section>
<!-- OUR STAFF -->
<section class="indigo darken-2 well-padded">
<div class="row container">
<div class="col s2">
<div class="stat center-align">
<h1 class="white-text">300<sup>+</sup></h1>
<p class="white-text">problems written</p>
</div>
</div>
<div class="col s2">
<div class="stat center-align">
<h1 class="white-text">5<sup>+</sup></h1>
<p class="white-text">CMIMC competitors now at CMU</p>
</div>
</div>
<div class="col s5 circle-stat-container">
<figure class="circle-stat center-align">
<div class="members">
<h1 class="white-text">97</h1>
<p class="white-text">members</p>
</div>
<svg width="300" height="300">
<circle cx="150" cy="150" r="140" fill="none" stroke="#651fff" stroke-width="20" />
<circle cx="150" cy="150" r="140" fill="none" stroke="#00b0ff" stroke-width="20" stroke-dasharray="879.65" stroke-dashoffset="61.5755" />
<circle cx="150" cy="150" r="140" fill="none" stroke="#1de9b6" stroke-width="20" stroke-dasharray="879.65" stroke-dashoffset="87.965" />
<circle cx="150" cy="150" r="140" fill="none" stroke="#c6ff00" stroke-width="20" stroke-dasharray="879.65" stroke-dashoffset="114.35" />
<circle cx="150" cy="150" r="140" fill="none" stroke="#ffc400" stroke-width="20" stroke-dasharray="879.65" stroke-dashoffset="158.34" />
<circle cx="150" cy="150" r="140" fill="none" stroke="#ff9100" stroke-width="20" stroke-dasharray="879.65" stroke-dashoffset="237.5" />
<circle cx="150" cy="150" r="140" fill="none" stroke="#d03e2f" stroke-width="20" stroke-dasharray="879.65" stroke-dashoffset="527.79" />
</svg>
</figure>
</div>
<div class="col s3">
<table>
<thead>
<tr>
<th><h5 class="white-text">MAJOR</h5></th>
<th><h5 class="white-text">%</h5></th>
</tr>
</thead>
<tbody>
<tr>
<td>CS</td>
<td>40</td>
</tr>
<tr>
<td>math</td>
<td>33</td>
</tr>
<tr>
<td>ECE</td>
<td>9</td>
</tr>
<tr>
<td>philosophy</td>
<td>5</td>
</tr>
<tr>
<td>statistics</td>
<td>3</td>
</tr>
<tr>
<td>science & humanities</td>
<td>3</td>
</tr>
<tr>
<td>other: design, world languages, English, etc.</td>
<td>7</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- OUR SPONSORS -->
<section class="purple darken-2 well-padded">
<div class="row container">
<div class="col s5">
<figure>
<svg width="400px" height="482px">
<line x1="0" y1="1" x2="400" y2="1" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="31" x2="400" y2="31" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="61" x2="400" y2="61" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="91" x2="400" y2="91" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="121" x2="400" y2="121" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="151" x2="400" y2="151" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="181" x2="400" y2="181" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="211" x2="400" y2="211" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="241" x2="400" y2="241" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="271" x2="400" y2="271" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="301" x2="400" y2="301" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="331" x2="400" y2="331" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="361" x2="400" y2="361" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="391" x2="400" y2="391" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="421" x2="400" y2="421" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="451" x2="400" y2="451" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="481" x2="400" y2="481" stroke-width="2" stroke="rgba(255,255,255,0.4)" />
<line x1="0" y1="17" x2="400" y2="17" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="47" x2="400" y2="47" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="77" x2="400" y2="77" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="107" x2="400" y2="107" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="137" x2="400" y2="137" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="167" x2="400" y2="167" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="197" x2="400" y2="197" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="227" x2="400" y2="227" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="257" x2="400" y2="257" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="287" x2="400" y2="287" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="317" x2="400" y2="317" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="347" x2="400" y2="347" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="377" x2="400" y2="377" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="407" x2="400" y2="407" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="437" x2="400" y2="437" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<line x1="0" y1="467" x2="400" y2="467" stroke-width="2" stroke="rgba(255,255,255,0.2)" />
<rect x="100" y="375" width="40" height="105" fill="#65d29d" />
<rect x="200" y="240" width="40" height="240" fill="#65d29d" />
<rect x="300" y="60" width="40" height="420" fill="#65d29d" />
<text x="30" y="300" font-family="'Roboto Condensed', sans-serif" font-weight="bold" fill="white" transform="rotate(-90 30,300)">SPONSORSHIP ($)</text>
<text x="100" y="365" font-family="'Roboto Condensed', sans-serif" font-weight="bold" fill="white">$3,500</text>
<text x="200" y="230" font-family="'Roboto Condensed', sans-serif" font-weight="bold" fill="white">$8,000</text>
<text x="295" y="50" font-family="'Roboto Condensed', sans-serif" font-weight="bold" fill="white">$14,000</text>
</svg>
</figure>
</div>
<div class="col s7">
<div class="row">
<ul class="sponsor-row" style="width: 560px">
<li>
<div class="sponsor-block">
<img src="img/scs.png" />
<h5 class="white-text">CMU SCS</h5>
</div>
</li><li>
<div class="sponsor-block">
<img src="img/two-sigma.png" />
<h5 class="white-text">TWO SIGMA</h5>
</div>
</li><li>
<div class="sponsor-block">
<img src="img/jane-street.png" />
<h5 class="white-text">JANE STREET</h5>
</div>
</li><li>
<div class="sponsor-block">
<img src="img/wolfram.png" />
<h5 class="white-text">WOLFRAM</h5>
</div>
</li>
</ul>
</div>
<div class="row">
<ul class="sponsor-row" style="width: 420px">
<li>
<div class="sponsor-block">
<img src="img/de-shaw.png" />
<h5 class="white-text">DE SHAW</h5>
</div>
</li><li>
<div class="sponsor-block">
<img src="img/citadel.png" />
<h5 class="white-text">CITADEL</h5>
</div>
</li><li>
<div class="sponsor-block">
<img src="img/expii.png" />
<h5 class="white-text">EXPII</h5>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- AWARDS MODAL -->
<div class="parallax-container">
<div class="parallax">
<img src="img/solving-problem.png">
</div>
</div>
<!-- VALUES -->
<section class="orange well-padded">
<div class="container relative-container" style="height: 500px">
<h1 class="white-text" style="position: absolute; top: 72; left: 266;">OUR VALUES</h1>
<p class="white-text" style="position: absolute; top: 118; left: 268;">Hover over a word!</p>
<a class="word-cloud" onmouseover="showValue(0)" onmouseout="hideValue()"><p style="top: 125; left: 220;">so long status quo</p></a>
<a class="word-cloud" onmouseover="showValue(1)" onmouseout="hideValue()"><p style="top: 175; left: 380;">learning from mistakes</p></a>
<a class="word-cloud" onmouseover="showValue(2)" onmouseout="hideValue()"><p class="rotated-counterclockwise" style="top: 241; left: 266;">leadership</p></a>
<a class="word-cloud" onmouseover="showValue(3)" onmouseout="hideValue()"><p class="rotated-counterclockwise" style="top: 286; left: 172;">problem solving</p></a>
<a class="word-cloud" onmouseover="showValue(4)" onmouseout="hideValue()"><p class="upside-down" style="top: 217; left: 128;">initiative</p></a>
<a class="word-cloud" onmouseover="showValue(5)" onmouseout="hideValue()"><p class="upside-down" style="top: 173; left: 76;">enthusiasm</p></a>
<a class="word-cloud" onmouseover="showValue(6)" onmouseout="hideValue()"><p class="rotated-clockwise" style="top: 48; left: 90;">giving back</p></a>
<a class="word-cloud" onmouseover="showValue(7)" onmouseout="hideValue()"><p class="rotated-clockwise" style="top: 20; left: 151;">disruption</p></a>
<p id="values" class="white-text" style="width: 720px; position: absolute; top: 250; left: 382;"></p>
</div>
</section>
<!-- AWARDS MODAL -->
<div class="parallax-container">
<div class="parallax">
<img src="img/awards.png">
</div>
</div>
<!-- THE TARTAN TOUCH -->
<section class="green accent-2 well-padded">
<div class="row container">
<div class="col s5 offset-s2">
<img src="img/tartan-touch.png" height="30px" style="margin-bottom: 20px" />
<p>We take every opportunity we get to showcase our magnificent CMU culture and school spirit to our competitors.</p>
<p>This ranges from painting the Fence, scotty dog t-shirts, faculty talks, campus tours, and more!</p>
</div>
<div class="col s5">
<img src="img/scotty-dog.png" height="200px" />
</div>
<div class="col s12">
<div style="display: block; width: 60%; margin: 50px auto;">
<div class="slider">
<ul class="slides">
<li>
<img src="img/po-shen.png">
</li>
<li>
<img src="img/pegden.png">
</li>
<li>
<img src="img/scotty-dog-tshirt.jpg">
</li>
<li>
<img src="img/cmu-campus.jpg">
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="page-footer indigo darken-3">
<div class="container">
<div class="row">
<div class="col s12 center-align" style="margin: 20px 0 60px">
<p style="font-size: 36px">find us at <b class="blue-text text-lighten-2">cmimc.org</b> or <b class="blue-text text-lighten-2">fb.com/cmimc</b></p>
</div>
</div>
</div>
</footer>
</body>
</html>