-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
522 lines (499 loc) · 22.6 KB
/
index.html
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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DF1DYP0CKY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-DF1DYP0CKY');
</script>
<meta charset="utf-8">
<title>Competitive Programming Club at The Ohio State University</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Flex Template
http://www.templatemo.com/tm-406-flex
-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/templatemo_misc.css">
<link rel="stylesheet" href="css/templatemo_style.css">
<link rel="shortcut icon" href="images/favicon.ico">
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a
href="http://browsehappy.com/">Upgrade your browser today</a> or <a
href="http://www.google.com/chromeframe/?redirect=true">install Google
Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div class="site-main" id="sTop">
<div class="site-header">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul class="social-icons">
<li></li>
</ul>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
<div class="main-header">
<div class="container">
<div id="menu-wrapper">
<div class="row">
<div class="logo-wrapper col-md-6 col-sm-10">
<a href="index.html">Competitive Programming Club</a>
</div>
<div class="col-md-6 col-sm-2 main-menu text-right">
<div class="toggle-menu visible-sm visible-xs"><i
class="fa fa-bars"></i></div>
<ul class="menu-first">
<li class="active"><a href="index.html">Home</a></li>
<!-- <li><a href="#about">About</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#contact">Contact</a></li> -->
<li><a href="meetings.html">Meetings</a></li>
<li><a href="icpc.html">ICPC</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-slider">
<div class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="overlay"></div>
<img src="images/solve_problem.gif" alt="A gif of a coding problem being solved">
<div class="slider-caption">
<h2>Come to our Weekly Meetings!</h2>
<hr/>
<p>Fill out our annual registration form</p>
<a href="https://go.osu.edu/cpcform"
class="slider-btn">Registration Form</a>
</div>
</li>
<li>
<div class="overlay"></div>
<img src="images/ai.gif" alt="A gif of some code being run">
<div class="slider-caption">
<h2>GitHub Page</h2>
<hr/>
<p>Previous problems with solutions, lecture slides, and resources.</p>
<a href="https://github.com/cpcosu/Weekly-Events"
class="slider-btn">View!</a>
</div>
</li>
<li>
<div class="overlay"></div>
<img src="images/slide1.jpg" alt="">
<div class="slider-caption">
<h2>Join our mailing list!</h2>
<p>Announcements about meetings and important information</p>
<a href="http://eepurl.com/hcac5D"
class="slider-btn">Subscribe</a>
</div>
</li>
<!-- optional calendar
<li>
<div class="overlay"></div>
<img src="images/SolutionCPP.gif" alt="Solving a problem in c++">
<div class="slider-caption">
<h2>View our event calendar!</h2>
<p>Meeting and event times</p>
<a href="https://calendar.google.com/calendar/u/0?cid=YnBvdGE0b2RsNG5jbTNjc3NjNGluMnVxdThAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ"
class="slider-btn">Subscribe</a>
</div>
</li>
-->
</ul>
</div>
</div>
</div>
</div>
<!-- <div class="content-section" id="updates">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
<h2>Current Updates</h2>
<p>Meetings are planned to be in person in Hitchcock on Wednesdays from 6-7pm.
Weekly meetings are open to the public but to be considered an official member, you must attend at least 4 meetings per semester. Join our
<a href="https://go.osu.edu/cpcdiscord">discord</a>
to stay updated on our club.
</p>
</div>
</div>
</div>
</div> -->
<div class="content-section" id="about">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
<h2>About Us</h2>
<p>Competitive Programming Club at The Ohio State University tries to challenge students to get really really good at problem solving.
There is a very low entry barrier to getting started. Our meetings will introduce fun twists
on classical algorithms, and provide interesting problems to work on your problem-solving
abilities. Many recruits find the difficulty barrier daunting, but after continued exposure,
problems that used to seem impossible will seem almost trivial!
</p>
<p>If you are interested, join our <a href="https://go.osu.edu/cpcdiscord">discord</a>
to stay updated and come to our weekly meetings!</p>
<p>
<a href="http://eepurl.com/hcac5D">
<input type="button" class="mainBtn"
value="Join our Mailing List">
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="service-item" id="service-1">
<div class="service-icon">
<i class="fa fa-file-code-o"></i>
</div>
<div class="service-content">
<div class="inner-service">
<h3>Purpose</h3>
<p>The Competitive Programming Club at Ohio State ("CPC") is aimed at
supporting students to participate in
programming contests, and other events
including hackathons, research, and
open-source.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-item" id="service-2">
<div class="service-icon">
<i class="fa fa-paper-plane-o"></i>
</div>
<div class="service-content">
<div class="inner-service">
<h3>Membership</h3>
<p>Anyone can come to meetings, but to be considered an official member
and get relevant benefits, you will need to commit to coming
to at least 4 meetings per semester and fill out a membership form.</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="service-item" id="service-3">
<div class="service-icon">
<i class="fa fa-institution"></i>
</div>
<div class="service-content">
<div class="inner-service">
<h3>Events</h3>
<p>We hold weekly meetings in Fall and Spring
semesters. We also host the yearly ICPC qualifier round
and our own contest called, Buckeye Programming Competition.
Finally, we gather groups and discuss competitions such as
Google Hash Code, Google Code Jam, Meta Hacker Cup, Battlecode,
and CMIMC.
</p>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-3 col-sm-6">
<div class="service-item" id="service-4">
<div class="service-icon">
<i class="fa fa-flask"></i>
</div>
<div class="service-content">
<div class="inner-service">
<h3>About ACM</h3>
<p>Association of Computing Machinery (ACM) is one
of the largest worldwide associations of
computing professionals. We are the OSU's
student chapter of ACM.</p>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
<div class="content-section" id="events">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
<h2>Our Events</h2>
<p>Weekly Meetings + Programming Contests</p>
<p>You will need to bring personal devices to code on.</p>
<p>We register students for the annual ICPC competition season. See our
<a href="icpc.html">ICPC history</a> for more details.
</p>
<p>We also host
our annual Buckeye Programming Competition (BPC) on our own site called:
<a href="https://www.buckeyecode.club" target="_blank" rel="noopener noreferrer">Buckeye Code</a></p>
</div>
</div>
<div class="row">
<!--
<div class="portfolio-item col-md-6 col-sm-12">
<div class="portfolio-thumb">
<img src="images/gallery1.jpg" alt="">
<div class="portfolio-overlay">
<h3>Technical Lectures</h3>
<ul>
<li>One or two lectures per week @ weekly
meetings
</li>
<li>Computer science or general technical topics
</li>
<li>Examples: an algorithm, a popular technology,
your personal project, etc.
</li>
</ul>
</div>
</div>
</div>
-->
<div class="portfolio-item col-md-6 col-sm-12">
<div class="portfolio-thumb">
<img src="images/gallery2.jpg" alt="">
<div class="portfolio-overlay">
<h3>Weekly Challenges</h3>
<ul>
<li>ICPC problems or engineering problems</li>
<li>Work in a team on programming challenges during meetings</li>
<li>Get help from upperclassmen as you work</li>
<li>Review of challenges during weekly meetings</li>
</ul>
</div>
</div>
</div>
<div class="portfolio-item col-md-6 col-sm-12">
<div class="portfolio-thumb">
<img src="images/gallery3.jpg" alt="">
<div class="portfolio-overlay">
<h3>Team Competitions</h3>
<ul>
<li>Hold ICPC Qualifier (NAQ) every October</li>
<li>Train and send 3 teams to ICPC East-Central NA (ECNA) Regional Contest</li>
<li>OSU team entered ICPC World Final in 2016</li>
<li>For more of our competitive records see: </li>
<li>Yearly local competition called Buckeye Programming Competition (BPC)</li>
</ul>
</div>
</div>
</div>
<!--
<div class="portfolio-item col-md-6 col-sm-12">
<div class="portfolio-thumb">
<img src="images/gallery4.jpg" alt="">
<div class="portfolio-overlay">
<h3>Team Coding Experience</h3>
<ul>
<li>Code out of meetings in groups</li>
<li>Build a project or solve problems</li>
</ul>
</div>
</div>
</div>
-->
</div>
</div>
</div>
<div class="content-section" id="contact">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
<h2>Contact</h2>
<p>If you have any questions or need more information, contact us at
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<a href="contact.html">
<input type="button" class="mainBtn"
value="Meet the Executive Board!">
</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 text-center">
<br>
<p>Michael Appugliese - President</p>
<ul class="contact-info">
<li>Email: <a
href="mailto:[email protected]">[email protected]</a>
</li>
<li>GitHub: <a
href="https://github.com/mappugliese">@mappugliese</a></li>
</ul>
</br>
<br>
<p>Russell Zhu - Vice President</p>
<ul class="contact-info">
<li>Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>GitHub: <a href="https://github.com/zhur123">@zhur123</a>
</li>
</ul>
</br>
<br>
<p>Sriram Sai Ganesh - Treasurer</p>
<ul class="contact-info">
<li>Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>GitHub: <a href="https://github.com/Sriram-Sai-Ganesh">@Sriram-Sai-Ganesh</a>
</li>
</ul>
</br>
<br>
<p>Luke Weiler - E-Council Representative</p>
<ul class="contact-info">
<li>Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>GitHub: <a href="https://github.com/lukew3">@lukew3</a>
</li>
</ul>
</br>
</br>
<br>
<p>Alex Felderean - Events Coordinator</p>
<ul class="contact-info">
<li>Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>GitHub: <a href="https://github.com/alexfelderean">@alexfelderean</a>
</li>
</ul>
</br>
</div>
</div> -->
</div>
</div>
<div class="content-section" id="sponsor">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
<h2>Sponsor</h2>
<p>If you like what we do and would like to support Competitive Programming Club,
please check out our sponsorship packet!
</p>
<p>
<a href="sponsorship_packet_22_23.pdf">
<input type="button" class="mainBtn"
value="Sponsorship Packet">
</a>
</p>
</div>
</div>
</div>
</div>
<div class="site-footer" id="footer">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12 text-left">
<span>Copyright © 2018-2022 Competitive Programming Club at The Ohio State University</span>
</div>
<div class="col-md-4 hidden-xs text-right">
<a href="#top" id="go-top">Back to top</a>
</div>
<div class="col-md-12 text-center">
<ul class="social-icons">
<li>
<a href="https://www.go.osu.edu/cpcdiscord" class="fa">
<img src="images/Discord-Logo-Color.png" alt="Discord Logo" width="25">
</a>
</li>
<li>
<a href="https://www.github.com/cpcosu" class="fa">
<img src="images/GitHub-Mark-120px-plus.png" alt="GitHub Logo" width="21">
</a>
</li>
<li>
<a href="https://www.buckeyecode.club/" class="fa">
<img src="images/CPC-Computer-Only-Transparent.png" alt="CPC Logo" width="25">
</a>
</li>
<li>
<a href="mailto:[email protected]" class="fa">
<img src="images/Email-Icon.png" alt="Email Icon" width="25">
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="js/vendor/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>');
</script>
<script src="js/vendor/marked.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Schedule -->
<!-- <script type="text/javascript">
jQuery.get(
'https://raw.githubusercontent.com/cpcosu/Weekly-Events/main/Spring_2022/README.md',
function (data) {
document.getElementById('meeting-list').innerHTML = marked(
data
.split('\n')
.filter(function (line) {
return line.match(/^ *\* /);
})
.join('\n')
);
}
);
</script> -->
<!-- Google Map -->
<!-- <script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="js/vendor/jquery.gmap3.min.js"></script> -->
<!-- Google Map Init-->
<!-- <script type="text/javascript">
jQuery(function ($) {
$('#map_canvas').gmap3({
marker: {
address: '37.769725, -122.462154',
},
map: {
options: {
zoom: 15,
scrollwheel: false,
streetViewControl: true,
}
},
});
/* Simulate hover on iPad
* http://stackoverflow.com/questions/2851663/how-do-i-simulate-a-hover-with-a-touch-in-touch-enabled-browsers
--------------------------------------------------------------------------------------------------------------*/
$('body').bind('touchstart', function () {
});
});
</script> -->
<!-- templatemo 406 flex -->
</body>
</html>