-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFilteradded.html
More file actions
executable file
·360 lines (331 loc) · 20.6 KB
/
Filteradded.html
File metadata and controls
executable file
·360 lines (331 loc) · 20.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="./img/favicon.png" rel="icon">
<title>Learn Coding with Fun | Coding Minds Academy</title>
<meta name="keywords" content="Learn Computer Science, Learn Computational Thinking, Kids Learning Coding, K-12 Programming, K-12 Coding, Kids Coding, After School Coding, After School Program">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learning coding with fun! Here at Coding Minds Academy, we teach programming and computational thinking with a hands-on approach. Students will be able to have fun, build their own applications, and meet others students who share their passion and interest for coding.">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i%7CMaterial+Icons" rel="stylesheet">
</head>
<body class=" ">
<a id="start"></a>
<div class="nav-container ">
<div class="bar bar--sm visible-xs">
<div class="container">
<div class="row">
<div class="col-xs-3 col-sm-2">
<a href="index.html">
<img class="logo logo-dark" alt="logo" src="img/my/logo1.png" />
<img class="logo logo-light" alt="logo" src="img/my/logo1.png" />
</a>
</div>
<div class="col-xs-9 col-sm-10 text-right">
<a href="#" class="hamburger-toggle" data-toggle-class="#menu1;hidden-xs">
<i class="icon icon--sm stack-interface stack-menu"></i>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<!--end bar-->
<nav id="menu1" class="bar bar-1 hidden-xs">
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-2 hidden-xs">
<div class="bar__module">
<a href="index.html"> <img class="logo logo-dark" alt="logo" src="img/my/logo1.png"> <img class="logo logo-light" alt="logo" src="img/my/logo1.png"> </a>
</div>
</div>
<div class="col-md-11 col-sm-12 text-right text-left-xs text-left-sm">
<div class="bar__module">
<ul class="menu-horizontal text-left">
<li> <a href="index.html">
Home
</a> </li>
<li> <a href="index.html#summercamp">
Our Programs
</a> </li>
<li>
<a href="portfolios.html">
Portfolios
</a>
</li>
<li> <a href="page-whycoding.html">
Why Coding
</a> </li>
</a> </li>
<li> <a href="page-about-us-1.html">
About Us
</a> </li>
</ul>
</div>
<div class="bar__module">
<!-- <a class="btn btn--sm type--uppercase" href="#customise-template"> <span class="btn__text">
Contact Us
</span> </a> -->
<a class="btn btn--sm btn--primary type--uppercase" href="page-contact-us.html"> <span class="btn__text">
Contact Us
</span> </a>
</div>
</div>
</div>
</div>
</nav>
<!--end bar-->
</div>
<div class="main-container">
<section class="switchable">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-7">
<div class="mt--2">
<h1>
Learn Coding with Fun<br> Build Cool Projects
</h1>
<p class="lead">
We only teach the trending and practical coding skills that the students can learn with fun and start building applications quickly
</p>
<a class="btn btn--primary type--uppercase smoothscroll" href="#summercamp">
<span class="btn__text">
View Summer Camps 2017
</span>
</a>
<span class="block type--fine-print">
</span>
</div>
</div>
<div class="col-sm-6 text-center">
<img alt="Image" src="img/art-1.jpg" />
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section id="summercamp" class=" bg--secondary">
<div class="container">
<h2 class="text-center">Summer Camps 2017<br></h2>
<div class="row">
<div class="col-sm-12">
<div class="masonry">
<div class="masonry-filter-container text-center">
<div class="masonry-filter-holder">
<div class="masonry__filters" data-filter-all-text="Grade Level"></div>
</div>
</div>
<hr>
<div class="row">
<div class="masonry__container">
<div class="masonry__item col-md-4 col-sm-6"></div>
<div class="masonry__item col-md-4 col-sm-6" data-masonry-filter="Middle School">
<div class="card card-2 text-center">
<div class="card__top">
<a href="apcs.html">
<img alt="Image" src="img/my/coding-space.png">
</a>
</div>
<div class="card__body">
<h4>AP CS Boot Camp: Intro to Java Programming</h4>
<span class="type--fade">Grade 9-12</span>
<p>
Build the solid Java programming skills, and aster the AP CS and exam
</p>
</div>
<div class="card__bottom text-center">
<div class="card__action">
<span class="h6 type--uppercase">Explore</span>
<a href="apcs.html">
<i class="material-icons">flip_to_front</i>
</a>
</div>
<div class="card__action">
<span class="h6 type--uppercase">Register</span>
<a href="apcs.html">
<i class="material-icons">favorite_border</i>
</a>
</div>
</div>
</div>
</div>
<div class="masonry__item col-md-4 col-sm-6" data-masonry-filter="High School">
<div class="card card-2 text-center">
<div class="card__top">
<a href="apcsp.html">
<img alt="Image" src="img/my/mobile-learn-0.png">
</a>
</div>
<div class="card__body">
<h4>AP CSP Boot Camp with APP Inventor</h4>
<span class="type--fade">Grade 9-12</span>
<p>
Learn the newest College Board AP Course CS Principles with App Inventor
</p>
</div>
<div class="card__bottom text-center">
<div class="card__action">
<span class="h6 type--uppercase">Expore</span>
<a href="apcsp.html">
<i class="material-icons">flip_to_front</i>
</a>
</div>
<div class="card__action">
<span class="h6 type--uppercase">Reigster</span>
<a href="apcsp.html">
<i class="material-icons">favorite_border</i>
</a>
</div>
</div>
</div>
</div>
<div class="masonry__item col-md-4 col-sm-6" data-masonry-filter="Elementary School">
<div class="card card-2 text-center">
<div class="card__top">
<a href="page-class-python.html">
<img alt="Image" src="img/my/python-learn-3.jpg">
</a>
</div>
<div class="card__body">
<h4>Python Programming: Build Real World Applications</h4>
<span class="type--fade">Grade 9-12</span>
<p>
Learn the most popular programming language in the industry
</p>
</div>
<div class="card__bottom text-center">
<div class="card__action">
<span class="h6 type--uppercase">Explore</span>
<a href="page-class-python.html">
<i class="material-icons">flip_to_front</i>
</a>
</div>
<div class="card__action">
<span class="h6 type--uppercase">Register</span>
<a href="page-class-python.html">
<i class="material-icons">favorite_border</i>
</a>
</div>
</div>
</div>
</div>
<!--end item-->
<!--end item-->
<!--end item-->
<!--end item-->
<!--end item-->
<!--end item-->
</div>
<!--end of masonry container-->
</div>
<!--end row-->
</div>
<!--end of masonry-->
</div>
<!--end of row-->
<!--end of row-->
</div>
<!--end of container-->
</section>
<footer class="footer-3 text-center-xs space--xs ">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img alt="Image" class="logo" src="img/my/logo1.png" />
<ul class="list-inline list--hover">
<li>
<a href="#">
<!-- <span class="type--fine-print">Get Started</span> -->
</a>
</li>
<li>
<a href="#">
<span class="type--fine-print">Contact@CodingMindsAcademy.com</span>
</a>
</li>
</ul>
</div>
<div class="col-sm-6 text-right text-center-xs">
<ul class="social-list list-inline list--hover">
<li>
<a href="#">
<i class="socicon socicon-google icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-twitter icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-facebook icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-instagram icon icon--xs"></i>
</a>
</li>
</ul>
</div>
</div>
<!--end of row-->
<div class="row">
<div class="col-sm-6">
<p class="type--fine-print">
Learn coding with fun | <a href="index-cn.html">中文</a>
</p>
</div>
<div class="col-sm-6 text-right text-center-xs">
<span class="type--fine-print">©
<span class="update-year"></span> Coding Minds Inc.</span>
<a class="type--fine-print" href="#">Privacy Policy</a>
<a class="type--fine-print" href="#">Legal</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<!--<div class="loader"></div>-->
<a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/flickity.min.js"></script>
<script src="js/easypiechart.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/ytplayer.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/granim.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/utils.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98249988-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>