-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·291 lines (260 loc) · 12 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CPP Coding Challenge</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=cyrillic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<!-- Styles -->
<link href="css/style.css" rel="stylesheet" media="screen">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/demo.css">
<link rel="stylesheet" type="text/css" href="css/component.css">
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Loader -->
<div class="loader">
<div class="loader-brand"><img alt="" class="img-responsive center-block" src="favicons/favicon-96x96.png"></div>
</div>
<div id="layout" class="layout">
<!-- Header -->
<header id="top" class="navbar js-navbar-affix">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#layout" class="brand js-target-scroll">
<img class="brand-img-white" alt="" width="150" src="img/brand.png">
<img class="brand-img" alt="" width="150" src="img/brand.png">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#layout">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#examples">Examples</a></li>
<li><a href="#details">Event Details</a></li>
</ul>
</div>
</div>
</header>
<!-- Home -->
<main id="home" class="masked" data-stellar-background-ratio="0.8">
<div class="opener rel-1" style="z-index: 2;">
<div class="container">
<h1 class="wow fadeInDown">CPP Coding Challenge</h1>
<p class="lead-text">Compete against your peers and other high school students from the pomona unified school district</p>
<div class="control">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeiTcEyiZyON-RrM6gnH5JDKixSCaYYb1mbvQ4m6npBqcn4KA/viewform?usp=sf_link" target="_blank" class="btn">Sign Up</a>
</div>
</div>
</div>
<div class="container demo-1" style="position:absolute; top: 0; left: 0; z-index: 1; min-width: 100%; padding-left: 0; padding-right: 0;">
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
</div>
</div>
</main>
<!-- Content -->
<div class="content">
<!-- About -->
<section id="about" class="about text-center section">
<div class="container">
<div class="row">
<div class="text-center col-md-8 col-md-offset-2">
<h2 class="section-title">About</h2>
<p class="lead-text">Cal Poly Pomona will be hosting a coding competition for high school students within the Pomona Unified School District. Each competitor will be given six problems and two hours, how many can you solve?</p>
</div>
</div>
<div class="section-body">
<div class="row row-columns row-padding">
<div class="column column-padding col-md-4">
<i class="text-primary icon ion-happy-outline"></i>
<h3>Experience</h3>
<p>Get hands on experience working on real coding questions in a fun and fast paced environment</p>
</div>
<div class="column column-padding col-md-4">
<i class="text-primary icon ion-ribbon-b"></i>
<h3>Prizes</h3>
<p>Win cool prizes and the envy of your peers</p>
</div>
<div class="column column-padding col-md-4">
<i class="text-primary icon ion-pizza"></i>
<h3>Food</h3>
<p>Of course food will be provided and who doesn't love pizza?</p>
</div>
</div>
</div>
</div>
</section>
<section id="schedule" class="reviews text-center bgc-light section">
<div class="container">
<div class="row">
<div class="text-center col-md-8 col-md-offset-2">
<h2 class="section-title">Schedule</h2>
<p class="lead-text">The event will start at 11:00 on April 23 at the Cal Poly Pomona Campus</p>
</div>
</div>
<div class="section-body">
<div class="row">
<div class="review-carousel carousel">
<div class="review">
<div class="text-center">
<h3>Sign In</h3>
<p>We will open the sign in process at 11:00 AM and close the doors at 11:30 AM so be sure to show up on time!</p>
</div>
</div>
<div class="review">
<div class="text-center">
<h3>Orientation</h3>
<p>From 11:45 AM to 12:45 PM we will explain the rules and show you how to complete a problem and walk you through a practice submission.</p>
</div>
</div>
<div class="review">
<div class="text-center">
<h3>Lunch</h3>
<p>After orientation we will take an hour to enjoy the eighth wonder of the world that is Pizza.</p>
</div>
</div>
<div class="review">
<div class="text-center">
<h3>Award Ceremony</h3>
<p>Yayyy, you made it! From 4:15 PM to 4:45 PM we will announce the winners and distribute the prizes!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reviews -->
<section id="examples" class="reviews text-center bgc-dark section">
<div class="container">
<div class="row">
<div class="text-center col-md-8 col-md-offset-2">
<h2 class="section-title">Example Problems</h2>
<p class="lead-text">Try problems to stretch your skills and prepare for the competition</p>
</div>
</div>
<div class="section-body">
<div class="row">
<div class="review-carousel carousel">
<div class="review">
<div class="text-center">
<img alt="" src="img/numbers.png">
<h3>Largest Value Search</h3>
<p>Create a program which asks the user for ten numbers. Print the max, min, and mean of the numbers.</p>
</div>
</div>
<div class="review">
<div class="text-center">
<img alt="" src="img/anagram.png">
<h3>Anagram</h3>
<p>Write a program which takes two words and determines if the words are anagrams.</p>
</div>
</div>
<div class="review">
<div class="text-center">
<img alt="" src="img/factorial.jpeg">
<h3>Factorial Calculator</h3>
<p>Design a program that calculates the factorial of a user's numerical input.</p>
</div>
</div>
<div class="review">
<div class="text-center">
<img alt="" src="img/palindrome.png">
<h3>Palindromes</h3>
<p>Write a program which confirms whether a input string is a palindrome.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="details" class="contacts text-center bgc-light section">
<div class="container">
<div class="row">
<div class="text-center col-md-8 col-md-offset-2">
<h2 class="section-title">Event Details</h2>
</div>
</div>
<div>
<p>For a full this of rules and regulations see <a href="blank" >this document.</a> We will be starting at 11:00 AM make your way to 3801 W Temple Ave, Pomona, CA 91768 by 11:30 AM on April 23. Details regarding parking will be provided in acceptance email.</p>
<br>
<div class="row">
<div class="col-md-3 col-md-offset-2">
<h4>Things to bring:</h4>
<ul>
<li>Photo ID</li>
<li>Scratch Paper</li>
<li>Pens/Pencils</li>
</ul>
</div>
<div></div>
<div class="col-md-3 col-md-offset-2">
<h4>Things not to bring:</h4>
<ul>
<li>Laptops/Tablets</li>
<li>Printed Documentation</li>
</ul>
</div>
</div>
<br>
</div>
<div class="map-layer">
<div id="map" class="map"></div>
</div>
</div>
</section>
</div>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.easypiechart.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/interface.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCEprRgdAfS753As69Wak04p2fvCzKbXQU"></script>
<script src="js/gmap.js"></script>
<script src="js/TweenLite.min.js"></script>
<script src="js/EasePack.min.js"></script>
<script src="js/rAF.js"></script>
<script src="js/demo-1.js"></script>
</body>
</html>