-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
384 lines (308 loc) · 15 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CPP Ignite CS</title>
<meta name="Nova theme" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css"/>
<link rel="stylesheet" href="assets/css/responsive.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
</head>
<body>
<!-- Navigation
================================================== -->
<div class="hero-background">
<div>
<img class="strips" src="assets/images/ignite-new-background.jpg">
</div>
<div class="container">
<div class="header-container header">
<a class="navbar-brand logo" href="#"> <img class="logo" src="assets/images/logo-ignite.png"/> </a>
<a href="#email-form">
<button class="header-btn"> Download FREE!</button>
</a>
<div class="header-right">
<a class="navbar-item" href="#pricing">About</a>
<a class="navbar-item" href="#features">Our Plan</a>
<a class="navbar-item" href="#team">Our Team</a>
<a class="navbar-item" href="#contact">Contact</a>
</div>
</div>
<!--navigation-->
<!-- Hero-Section
================================================== -->
<div class="hero row">
<div class="hero-right col-align-self-center">
<h1 class="header-headline bold"> We are Ignite CS <br></h1>
<h4 class="header-running-text light"> Inspire the next generation of Software Engineers.</h4>
<a href="#email-form">
<button class="hero-btn"> </button>
</a>
</div><!--hero-left-->
<div><img class="mouse" src="assets/images/mouse.svg"/></div>
</div><!--hero-->
</div> <!--hero-container-->
</div><!--hero-background-->
<!-- Features
================================================== -->
<div id="features" class="features-section">
<div class="features-container row">
<h2 class="features-headline light">ABOUT</h2>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display">
<img class="feature-img" src="assets/images/responsive.svg">
</div>
<h5 class="feature-head-text feature-no-display"> WHO WE ARE? </h5>
<p class="feature-subtext light feature-no-display">We are an after school program that aims to expose high school students to Computer Science in a fun and friendly environment. </p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-mid">
<img class="feature-img" src="assets/images/customizable.svg">
</div>
<h5 class="feature-head-text feature-no-display feature-display-mid"> CUSTOMIZABLE </h5>
<p class="feature-subtext light feature-no-display feature-display-mid"> Change the colors, pictures or any
of the sections
to suit your needs.</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-last">
<img class="bullet-img" src="assets/images/design.svg">
</div>
<h5 class="feature-head-text feature-no-display feature-display-last"> SLICK AND BEAUTIFUL DESIGN </h5>
<p class="feature-subtext light feature-no-display feature-display-last"> Trendy and fresh design, fits any
website.</p>
</div>
</div> <!--features-container-->
</div> <!--features-section-->
<!-- Logos
================================================== -->
<div class="logos-section">
<img class="logos" src="assets/images/logos.png"/>
</div><!--logos-section-->
<!-- White-Section
================================================== -->
<div class="white-section row">
<div class="imac col-sm-6">
<img class="imac-screen img-responsive" src="assets/images/imac.png">
</div>
<!--imac-->
<div class="col-sm-6">
<div class="white-section-text">
<h2 class="imac-section-header light">SIMPLE AND BEAUTIFUL</h2>
<div class="imac-section-desc">
<span> Use Nova theme for your next web project.
It is completely customizable so you can change any of the sections to fit your needs.
Nova Theme is Free for any kind of use, personal and commercial. Have fun and good luck!</span>
</div>
</div>
</div>
</div><!--white-section-text-section--->
<!-- Pricing
================================================== -->
<div id="pricing" class="pricing-background">
<h2 class="pricing-section-header light text-center">CHOOSE YOUR PRICING PLAN</h2>
<h4 class=" pricing-section-sub text-center light">Pick any of our super affordable pricing plans</h4>
<div class="pricing-table row">
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">BASIC</h3>
<h4 class="plan-cost bold">15</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 7 Projects</li>
<li>2 Additional Developers</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div><!--basic-plan--->
</div><!--col-->
<div class="col-sm-4">
<div class="mid-plan">
<h3 class="plan-title light">AGENCY</h3>
<h4 class="plan-cost bold">55</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 25 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div><!--pro-plan--->
</div><!--col-->
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">PRO</h3>
<h4 class="plan-cost bold">75</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>Up to 25 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
<li>1.5GB Disk Space</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div><!--pro-plan--->
</div><!--col-->
</div> <!--pricing-table-->
</div><!--pricing-background-->
<!-- Team
================================================== -->
<div id="team" class="team">
<h2 class="team-section-header light text-center">THE TEAM</h2>
<div class="team-container row">
<div class="col-sm-4 team-member">
<img src="assets/images/cto.png">
<div class="team-member-text">
<h4 class="team-member-position light">President</h4>
<h5 class="bold">Anthony Graca</h5>
<p class="light">The brains behind the whole operation</p>
<a href="http://www.twitter.com"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img src="assets/images/ceo.png">
<div class="team-member-text">
<h4 class="team-member-position light">Vice President</h4>
<h5 class="bold">Dave Luk</h5>
<p class="light">The one that puts it all together </p>
<a href="http://www.twitter.com"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img src="assets/images/cfo.png">
<div class="team-member-text">
<h4 class="team-member-position light">Scheduler</h4>
<h5 class="bold">Mostafa Vahidi</h5>
<p class="light">Set up the schedule for whole team</p>
<a href="http://www.twitter.com"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<! -- .row -->
</div> <!--team-container--->
<div class="team-container row">
<div class="col-sm-4 team-member">
<img src="assets/images/cto.png">
<div class="team-member-text">
<h4 class="team-member-position light">Webmaster</h4>
<h5 class="bold">Bao Chau</h5>
<p class="light">I love cats, coding and web dev.</p>
<a href="https://baoqchau.github.io/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img src="assets/images/ceo.png">
<div class="team-member-text">
<h4 class="team-member-position light">CEO</h4>
<h5 class="bold">Roll Over Beethoven</h5>
<p class="light">The one that puts it all together </p>
<a href="http://www.twitter.com"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img src="assets/images/cfo.png">
<div class="team-member-text">
<h4 class="team-member-position light">CFO</h4>
<h5 class="bold">Chuck Berry</h5>
<p class="light">The guy with his hand on the wallet</p>
<a href="http://www.twitter.com"><img class="team-social-icon" src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<! -- .row -->
</div> <!--team-container--->
</div> <!--team-section--->
<!-- Email-Section
================================================== -->
<div class="blue-section">
<h3 class="blue-section-header bold"> Download FREE!</h3>
<h4 class="blue-section-subtext light">Take it for a ride for any of your projects!</h4>
<div class="email-form-div">
<form id="email-form" class="form-group email-form" action="mailchimp.php" method="post">
<input type="email" class="form-control email-input" name="email" id="newsletter-email-input"
placeholder="Enter your email">
<button type="submit" class="btn submit-btn">Download</button>
<div id="newsletter-spinner">
<i class="fa fa-cog fa-spin" style="font-size:24px"></i>
</div>
</form>
</div>
<!--email-form-div-->
<div id="newsletter-loading-div"></div>
<!--email-form-->
</div>
<!--blue-section-->
<!-- Footer
================================================== -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 webscope">
<span class="webscope-text"> A free template by </span>
<a href="https://webscopeapp.com"> <img src="assets/images/webscope.svg"/> </a>
</div>
<!--webscope-->
<div class="col-sm-2">
<div class="social-links">
<a href="https://twitter.com/webscopeapp"> <img class="social-link"
src="assets/images/twitter.svg"/> </a>
<a href="https://www.facebook.com/webscopeapp/?ref=aymt_homepage_panel"> <img
src="assets/images/facebook.svg"/> </a>
</div>
<!--social-links-->
</div>
<!--social-links-parent-->
</div>
<!--row-->
</div>
<!--container-->
</div>
<!--footer-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="assets/js/script.js"></script>
</body>
</html>