-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (228 loc) · 9.31 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
<!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>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CoderDojo Tampa @ The Hive</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/icomoon-social.css">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" href="css/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Navigation & Logo-->
<div class="mainmenu">
<div class="container">
<div class="menuextras">
<div class="extras">
<ul>
<li><a href="page-login.html">Login</a></li>
</ul>
</div>
</div>
<nav id="mainmenu" class="mainmenu">
<ul>
<li class="logo-wrapper">
<a href="index.html"><img src="image/CoderDojo-Logo.png"></a>
</li>
<li>
<a href="http://coderdojo.org" target="_blank">About Coderdojo</a>
</li>
<li>
<a href="http://www.hcplc.org/hcplc/locations/hve/" target="_blank">The Hive</a>
</li>
<li>
<a href="registration.html">Register</a>
</li>
<li>
<a href="share.html">Share Your Site</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- Homepage Slider -->
<div class="homepage-slider">
<div id="sequence">
<ul class="sequence-canvas">
<!-- Slide 1 -->
<li class="bg4">
<!-- Slide Title -->
<h2 class="title">We welcome K-12 students and parents</h2>
<!-- Slide Text -->
<h4 class="subtitle">We help you learn the basics of coding, HTML, CSS, and Javascript</h4>
<!-- Slide Image -->
<img class="slide-img" src="image/slide1.jpg" alt="Slide 1" />
</li>
<!-- End Slide 1 -->
<!-- Slide 2 -->
<li class="bg3">
<!-- Slide Title -->
<h2 class="title">Come to The Hive's Flexspace!</h2>
<!-- Slide Text -->
<h4 class="subtitle">Our mentors will be here Saturday mornings to help you build your first website</h4>
<!-- Slide Image -->
<img class="slide-img" src="image/slide2.jpg" alt="Slide 2" />
</li>
<!-- End Slide 2 -->
<!-- Slide 3 -->
<li class="bg1">
<!-- Slide Title -->
<h2 class="title">Going Beyond</h2>
<!-- Slide Text -->
<h4 class="subtitle">Learn the basics of Git and Firebase in our classes</h4>
<!-- Slide Image -->
<img class="slide-img" src="image/slide3.png" alt="Slide 3" />
</li>
<!-- End Slide 3 -->
</ul>
<div class="sequence-pagination-wrapper">
<ul class="sequence-pagination">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
</div>
<!-- End Homepage Slider -->
<!-- Call to Action Bar -->
<div class="section-white">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="calltoaction-wrapper">
<h3>There are onsite mentors here <br /> who will help you build your very own website.</h3></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Call to Action Bar -->
<!-- Content Bar -->
<div class="section-blue">
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="image/info-image1.svg" width="300" height="233">
</div>
<div class="col-sm-8">
<h3>Code.org</h3>
<p>Learn to code using <a href="http://Code.org" target="_blank">Code.org</a> (recommended for beginners of all ages)</p>
</div>
</div>
<div class="row">
<div class="col-sm-8" align="Right">
<h3>Use Codecademy to learn HTML, CSS, and Javascript</h3>
<p>We can help you through each step.</p>
</div>
<div class="col-sm-4">
<img src="image/info-image2.svg" width="300" height="233">
</div>
</div>
<div class="row">
<div class="col-sm-4">
<img src="image/info-image3.svg" width="300" height="233">
</div>
<div class="col-sm-8">
<h3>Build Your Own Personal Website</h3>
<p>using <a href="http://github.com" target="_blank">Github</a> and <a href="http://firebase.com" target="_blank">Firebase.</a></p>
</div>
</div>
</div>
</div>
<!-- End Content Bar -->
<!-- Pricing Table -->
<div class="section">
<div class="container">
<h2>Curriculum Lanes</h2>
<div class="row">
<!-- Pricing Plans Wrapper -->
<div class="pricing-wrapper col-md-12">
<div class="pricing-plan">
<h2 class="pricing-plan-title">Code.org</h2>
<p class="pricing-plan-price">FREE</p>
<ul class="pricing-plan-features">
<li><strong>Get <a href="http://code.org/" target="_blank">Code.org</a> help with:</strong></li>
<li><strong>The Hour of Code for All Ages</strong></li>
<li><strong>20 hour courses for Beginners (all ages)</strong></li>
<li><strong>20 hour Intro to Computer Science course</strong></li>
</ul>
<a href="registration.html" class="btn">Sign Up</a>
</div>
<div class="pricing-plan">
<h2 class="pricing-plan-title">HTML / CSS / Javacript</h2>
<p class="pricing-plan-price">FREE</p>
<ul class="pricing-plan-features">
<li><strong>Prerequisite: Code.org Intro to Computer Science</strong></li>
<li><strong>Use <a href="http://www.codecademy.com/" target="_blank">Codecademy</a> to learn HTML, CSS, Javascript</strong></li>
<li><strong>Register at <a href="http://www.freecodecamp.org/" target="_blank">Free Code Camp</a> to connect with other coders</strong></li>
</ul>
<a href="registration.html" class="btn">Sign Up</a>
</div>
<div class="pricing-plan">
<h2 class="pricing-plan-title">Build Your Own Website</h2>
<p class="pricing-plan-price">FREE</p>
<ul class="pricing-plan-features">
<li><strong>Prerequisite: Codecademy HTML, CSS, and Javascript</strong></li>
<li><strong>Create your own website using <a href="http://www.github.com" target="_blank">Github</strong></li>
<li><strong>Use <a href="http://firebase.com" target="_blank">Firebase</a> to build a data driven website.</strong></li>
<li><strong>Give back by editing this website or by mentoring!</li>
</ul>
<a href="registration.html" class="btn">Sign Up</a>
</div>
<!-- End Pricing Plans Wrapper -->
</div>
</div>
</div>
<!-- End Pricing Table -->
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-footer col-md-4 col-xs-6">
<h3>Navigate</h3>
<ul class="no-list-style footer-navigate-section">
<li><a href="page-blog-posts.html">Blog</a></li>
<li><a href="page-portfolio-3-columns-2.html">Portfolio</a></li>
<li><a href="page-faq.html">FAQ</a></li>
</ul>
</div>
<div class="col-footer col-md-6 col-xs-6">
<h3>Contacts</h3>
<p class="contact-us-details">
<b>John F. Germany Library</b><br/>
<b>Address:</b> 900 N. Ashley Drive, Tampa, Florida 33602<br/>3rd Floor, West Building<br />
<b>Telephone:</b><a href="tel:8132733652"> 813-273-3652</a><br />
<b>Email:</b> <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.sequence-min.js"></script>
<script src="js/jquery.bxslider.js"></script>
<script src="js/main-menu.js"></script>
<script src="js/template.js"></script>
</body>
</html>