-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
307 lines (288 loc) · 13.3 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<meta name="description" content="KidsCanCode - we teach kids to code">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KidsCanCode.org</title>
<link rel="stylesheet" href="/static/bootstrap.css" />
<link rel="stylesheet" href="/static/bootstrap-responsive.css" />
<link rel="stylesheet" href="/static/font-awesome.min.css" />
<link rel="stylesheet" href="/static/font-awesome-corp.css" />
<link rel="stylesheet" href="/static/font-awesome-social.css" />
<link rel="stylesheet" href="/static/custom.css" />
<link rel="stylesheet" href="/static/pygments.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<!-- NAVBAR
================================================ -->
<div class="navbar-wrapper">
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a href="/" class="brand"><i class="icon-cog"></i> KidsCanCode</a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<!-- <li class="active"><a href="/"><i class="icon-home icon-large"></i>Home</a></li>-->
<!-- <li ><a href="/classes.html"><i class="icon-lightbulb icon-large"></i> Classes</a></li> -->
<!-- <li ><a href="/summer"><i class="icon-edit icon-large"></i> Sign Up</a></li> -->
<!-- <li ><a href="/blog/"><i class="icon-pencil icon-large"></i>News</a></li> -->
<li ><a href="/lessons/"><i class="icon-film icon-large"></i> Lessons</a></li>
<li ><a href="/resources.html"><i class="icon-book icon-large"></i> Resources</a></li>
<li ><a href="/contact.html"><i class="icon-comments icon-large"></i> Contact</a></li>
<!-- <li ><a href="/store.html"><i class="icon-shopping-cart icon-large"></i>Store</a></li> -->
<li ><a href="/about.html"><i class="icon-info-sign icon-large"></i> About</a></li>
<li class="socialist"><p>
<a href="http://facebook.com/Kidscancode" target="_blank"><i class="icon-facebook icon-2x"></i></a><a href="http://twitter.com/KidsCanCode" target="_blank"><i class="icon-twitter icon-2x"></i></a><a href="https://github.com/kidscancode/" target="_blank"><i class="icon-github-alt icon-2x"></i></a><a href="https://www.youtube.com/c/KidsCanCodeOrg" target="_blank"><i class="icon-youtube icon-2x"></i></a>
</p></li>
</ul>
</div>
</div>
</div> <!-- /.navbar-inner -->
</div> <!-- /.navbar -->
</div> <!-- /.container -->
</div> <!-- /.navbar-wrapper -->
<!-- END NAVBAR
================================================ -->
<!-- PAGE CONTENT
================================================ -->
<!-- Carousel
============================================ -->
<div class="container">
<div class="row-fluid">
<div class="span1"></div>
<div class="span10">
<!-- Alert banner -->
<!-- <div class="alert alert-success">
<i class="icon-sun-o"></i><h2>2019 Summer Schedule <a href="/summer"><span class="btn btn-success"> Click Here!</span></a></h2>
</div> -->
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<!-- <div class="item active">
<img src="img/ks-promolg.png" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Kickstarter!</h1>
<p class="lead">Check out our Kickstarter campaign and help create an ebook and course materials!</p>
<a href="#" class="btn btn-medium btn-success">More</a>
</div>
</div>
</div> -->
<div class="item">
<img src="img/learn-collage.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Learn to Program!</h1>
<p class="lead">It's fun and empowering - find out why every kid should learn to code.</p>
<a href="whycode.html" class="btn btn-medium btn-success">Learn More</a>
</div>
</div>
</div>
<div class="item">
<img src="img/yt_chan_img.png" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Watch us on YouTube</h1>
<p class="lead">We've created a series of videos based on our beginner Python course. If you can't take a class in person, it's the next best thing!</p>
<a href="https://www.youtube.com/c/KidsCanCodeOrg" target="_blank" class="btn btn-medium btn-success">Watch Now!</a>
</div>
</div>
</div>
<div class="item active">
<img src="img/gd_collage1.png" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Game Development</h1>
<p class="lead">Making games is a fun way to learn the fundamentals of programming. We've got lots of resources for learning using the free and open-source Godot Game Engine.</p>
<a href="http://godotrecipes.com/" class="btn btn-medium btn-success">Go</a>
</div>
</div>
</div>
<!-- <div class="item active">
<img src="img/classroom.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>2019 Summer Programs</h1>
<p class="lead">Sign up now!</p>
<a href="/summer" class="btn btn-medium btn-success">Sign Up</a>
</div>
</div>
</div> -->
<!-- <div class="item active">
<img src="img/classroom.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Fall 2016 Programs</h1>
<p class="lead">Afterschool programs and workshops. Sign up now!</p>
<a href="/fall2016" class="btn btn-medium btn-success">Sign Up</a>
</div>
</div>
</div> -->
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div> <!-- /carousel -->
</div> <!-- /span10 -->
<div class="span1"></div>
</div> <!-- /row -->
</div>
<!-- Marketing messaging
===================================== -->
<div class="container marketing">
<div class="row">
<div class="span12">
<div class="row">
<div class="span2"></div>
<div class="span8">
<!-- <div class="alert alert-success"><p class="lead">
<a href="http://patreon.com/kidscancode"><img src="img/Oo4th_patreon_name.png" width="300"><br><h2> Support our FREE YouTube video series on Patreon </h2></a></p>
</div> -->
</div></div>
<div class="span2"></div>
</div>
<div class="row">
<!-- 4 info boxes below the carousel -->
<div class="span12">
<div class="row">
<div class="span3">
<a href="whycode.html">
<i class="icon-cogs icon-4x"></i>
<h2>Why Teach Kids to Code?</h2>
</a>
</div>
<div class="span3">
<a href="classes.html">
<i class="icon-lightbulb icon-4x"></i>
<h2>What Do We Teach?</h2>
</a>
</div>
<!-- <div class="span3">
<a href="/summer">
<i class="icon-edit icon-4x"></i>
<h2>Sign Up Now</h2>
</a>
<span class="badge badge-warning">Class Availability is Limited!</span>
</div> -->
<div class="span3">
<a href="contact.html">
<i class="icon-question-sign icon-4x"></i>
<h2>Find Out More</h2>
</a>
</div>
</div>
<!--
<div class="row">
<div class="span3">
<button class="btn btn-medium btn-success">Click Here</button>
</div>
<div class="span3">
<button class="btn btn-medium btn-success">Click Here</button>
</div>
<div class="span3">
<button class="btn btn-medium btn-success">Click Here</button>
</div>
<div class="span3">
<button class="btn btn-medium btn-success">Click Here</button>
</div>
</div>
-->
</div> <!-- /.span12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
<div class="container"><hr></div>
<!-- FEATURETTES
============================================== -->
<div class="container features">
<div class="row">
<div class="span12"> </div>
<div class="row">
<div class="span1"></div>
<div class="span10">
<div class="row">
<div class="span5">
<h3>Bring Coding Classes to Your School</h3>
<p class="feature-article"><p>We offer a variety of ways to enhance the technology education at your school while providing a safe, fun environment for learning:</p>
<ul>
<li>After school programs</li>
<li>In-class sessions</li>
<li>Weekend workshops</li>
</ul>
<p>We have coordinated with educators to ensure our subject matter and examples reinforce California Common Core standards appropriate to your child's grade level. Additionally, we can work with your teachers to customize the classes to support their current lessons and classroom activities.</p>
<p>Our school programs can be hosted on your school's campus in a dedicated classroom - even if you don't have a computer lab!</p>
<p><strong>Contact us today to find out more!</strong><br>
<!-- <a href="contact.html" class="btn btn-success">Click here</a> -->
<a href="/contact.html"><span class="btn btn-success"> Click Here!</span></a></p>
</div>
<div class="span5">
<h3>Our Mission</h3>
<p class="feature-article">
<blockquote class="pull-right">"Computer class" can't be about teaching kids to use today's software; it must be about teaching kids to make tomorrow's software.
<small><cite>Douglas Rushkoff</cite></small></blockquote>
Our goal is simply to teach children to code. We believe that a basic understanding of software engineering provides a set of fundamental skills that is vital, both to the child's future and the future of the global economy. It's not just about STEM (Science, Technology, Engineering, and Math), but also about liberal arts: being able to think critically about problems is the first step to finding solutions. An early introduction to computer science is an investment in the future.</p>
<p class="feature-article">We also support the use of free and open-source technologies that provide the widest availability and access to all students. The technologies we use:</p>
<div class="span2 pagination-centered"><a href="http://python.org/" target="_blank"><img src="img/python-logo-sm.png" alt=""></a>
<h4>Python</h4></div>
<div class="span2 pagination-centered"><a href="http://raspberrypi.org/" target="_blank"><img src="img/raspberry_pi-logo-sm.png" alt=""></a>
<h4>Raspberry Pi</h4></div><br>
<blockquote class="pull-right">I think everybody in this country should learn how to program a computer because it teaches you how to think.
<small><cite>Steve Jobs</cite></small></blockquote>
</div> <!-- /.span5 -->
</div> <!-- /.row -->
</div> <!-- /.span10 -->
<div class="span1"></div>
</div> <!-- /.row -->
</div> <!-- /.span12 -->
</div> <!-- /.row -->
</div> <!-- /.container features -->
<!-- END PAGE CONTENT
================================================ -->
<!-- FOOTER
============================================== -->
<div class="container footer">
<div class="row">
<div class="span1"></div>
<div class="span5"><p><br>
<!-- <i class="icon-phone"></i>(818) 794-0522<br> -->
<a href="mailto: [email protected]"><i class="icon-envelope-alt"></i> [email protected]</a></p>
</div>
<div class="span3"></div>
<div class="span3"><p class="copyright"><br><small>© 2023 KidsCanCode LLC / All rights reserved.</small>
<!-- <p>
<a href="http://facebook.com/Kidscancode"><i class="icon-facebook icon-2x"></i></a>
<a href="http://twitter.com"><i class="icon-twitter icon-2x"></i></a>
<a href="http://github.com"><i class="icon-github-alt icon-2x"></i></a>
<a href="http://google.com/plus"><i class="icon-google-plus icon-2x"></i></a>
<a href="http://youtube.com"><i class="icon-youtube icon-2x"></i></a>
</p> -->
</div>
</div>
</div>
<!-- END FOOTER
=============================================== -->
<!-- Load scripts at end -->
<script src="/static/jquery-1.9.1.min.js"></script>
<script src="/static/bootstrap.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39851424-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
$(document).ready(function(){
$('.carousel').carousel();
});
</script>
</body>
</html>