-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
645 lines (602 loc) · 21 KB
/
index.html
File metadata and controls
645 lines (602 loc) · 21 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Favicons -->
<link
rel="icon"
sizes="32x32"
type="image/png"
href="/images/EC_Icon_OnDark.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/images/EC_Icon_OnDark.png"
/>
<link rel="manifest" href="/images/EC_Icon_OnDark.png" />
<link rel="mask-icon" href="/images/EC_Icon_OnDark.png" />
<link rel="shortcut icon" href="/images/EC_Icon_OnDark.png" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta
name="msapplication-config"
content="https://austindevs.github.io/incline/dist/assets/ico/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
<!--google font-->
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<!-- Plugins CSS -->
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/libs/flickity/dist/flickity.min.css"
/>
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/libs/flickity-fade/flickity-fade.css"
/>
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/libs/fullpage.js/dist/fullpage.min.css"
/>
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/libs/highlightjs/styles/codepen-embed.css"
/>
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/libs/@fortawesome/fontawesome-free/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/libs/incline-icons/style.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css"
/>
<!-- Theme CSS -->
<link
rel="stylesheet"
href="https://austindevs.github.io/incline/dist/assets/css/theme.min.css"
/>
<link rel="stylesheet" href="styles.css?v=1.1" />
<title>Early Code</title>
</head>
<body>
<!-- NAVBAR
================================================= -->
<nav
class="navbar navbar-expand-xl navbar-dark navbar-togglable fixed-top"
>
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="/">
<img class="img-fluid light" src="./images/EC_Logo_OnWhite.png" />
<img class="img-fluid dark" src="./images/EC_Logo_OnDark.png" />
</a>
<!-- Toggler -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Links -->
<ul class="navbar-nav ml-auto">
<!-- <li class="nav-item">
<a href="/" class="nav-link">
Lubbock
</a>
</li> -->
<li class="nav-item">
<a href="#contact" class="nav-link">
Contact
</a>
</li>
<li class="nav-item ">
<a href="/" class="nav-link">
Home
</a>
</li>
<!-- Team page to add at a later date -->
<!-- <li class="nav-item">
<a href="team.html" class="nav-link">
Team
</a>
</li> -->
</ul>
</div>
<!-- / .navbar-collapse -->
</div>
<!-- / .container -->
</nav>
<!-- HOME SECTION
================================================== -->
<section class="section section-top section-full">
<!-- Cover -->
<div
class="bg-cover"
style="background-image: url('./images/early-code-header.jpg')"
></div>
<!-- Overlay -->
<div class="bg-overlay"></div>
<!-- Triangles -->
<div
class="bg-triangle bg-triangle-light bg-triangle-left bg-triangle-bottom"
></div>
<div
class="bg-triangle bg-triangle-light bg-triangle-right bg-triangle-bottom"
></div>
<!-- Content -->
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-12 col-md-8">
<!-- Preheading -->
<p
class="font-weight-medium text-center text-xs text-uppercase text-white text-muted"
data-toggle="animation"
data-animation="fadeUp"
data-animation-order="0"
data-animation-trigger="load"
>
<!-- by Simpleqode -->
</p>
<!-- Heading -->
<h1
class="text-center text-white mb-4 font-bold"
data-toggle="animation"
data-animation="fadeUp"
data-animation-order="1"
data-animation-trigger="load"
>
Early Code
</h1>
<h3
class="text-center text-white mb-4 font-italic"
data-toggle="animation"
data-animation="fadeUp"
data-animation-order="1"
data-animation-trigger="load"
>
We provide equal access to computer science and technology for
students and schools K-12
</h3>
<!-- <h1 class="text-center text-white mb-4" data-toggle="animation" data-animation="fadeUp" data-animation-order="1" data-animation-trigger="load">
Education.
</h1> -->
<!-- Button -->
<div class="text-center">
<a
href="#contact"
class="btn btn-outline-primary text-white my-2"
data-toggle="animation"
data-animation="fadeUp"
data-animation-order="3"
data-animation-trigger="load"
>
Get in Touch
</a>
</div>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!-- FIFTIES
================================================== -->
<section class="bg-light overflow-hidden">
<!-- Content -->
<div class="container">
<div class="row align-items-stretch">
<div class="col-12 col-md-6 section pb-0 py-md-0">
<!-- Image -->
<div class="img-half img-half-left">
<img
src="./images/Stat1.png"
alt="90% of parents say they want their child to study computer science"
class="img-fluid"
/>
</div>
</div>
<div class="col-12 col-md-6 col-xl-5 offset-xl-1 section">
<!-- Heading -->
<h3 class="mb-4">
But only <span class="text-primary">45%</span> of high schools
teach computer science
</h3>
<!-- Text -->
<p>
Even fewer middle schools and elementary schools offer computer
science classes, delaying students’ access to technical education
during critical formative years.
</p>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<section class="bg-light overflow-hidden">
<!-- Content -->
<div class="container">
<div class="row align-items-stretch">
<div class="col-12 col-md-6 offset-xl-1 order-md-2">
<!-- Image -->
<div class="img-half">
<img
src="./images/Stat2.png"
alt="Computing jobs are the #1 source of new wages in the U.S."
class="img-fluid"
/>
</div>
</div>
<div class="col-12 col-md-6 col-xl-5 order-md-1 section">
<!-- Heading -->
<h3 class="mb-4">
And <span class="text-primary">58%</span> of all new jobs in STEM
are in computing
</h3>
<!-- Text -->
<p>
Over half of all new STEM jobs are in computing, and careers in
software and web development are projected to grow by 23% through
2028 – more than 4 times the national average.
</p>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<section class="bg-light overflow-hidden mb-5">
<!-- Content -->
<div class="container">
<div class="row align-items-stretch">
<div class="col-12 col-md-6 section pb-0 py-md-0">
<!-- Image -->
<div class="img-half img-half-left">
<img
src="./images/Stat3.png"
alt="500,000 computing jobs in the U.S. and growing"
class="img-fluid"
/>
</div>
</div>
<div class="col-12 col-md-6 col-xl-5 offset-xl-1 section">
<!-- Heading -->
<h3 class="mb-4">
But only <span class="text-primary">60,000</span> Computer Science
majors entering the workforce
</h3>
<!-- Text -->
<p>
65% of primary school students will work in jobs that do not exist
today. Technology and automation are opening and creating new
career opportunities, while jobs in other industries are being
automated out.
</p>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!-- SOLUTIONS SECTION
================================================== -->
<div class="container" id="brands">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6">
<!-- Heading -->
<h1 class="text-center mb-4">
Solution
</h1>
<!-- Subheading -->
<p class="text-muted text-center mb-5">
A Comprehensive Approach - Our kids need computer science skills to
succeed in the digital economy. We partner with educators to make
sure they get what they need.
</p>
</div>
</div>
<!-- / .row -->
<div class="row">
<div class="col-md-4">
<!-- Card Start -->
<div class="card border-0 mb-3 mb-md-0">
<!-- Image -->
<div class="card-img-top shadow-lg">
<img
src="./images/Public-Schools-final.png"
alt="public schools image"
class="img-fluid"
/>
</div>
<!-- Body -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title">
Public Schools
</h4>
<!-- Body -->
<p class="card-text text-muted">
We provide turnkey computer science education through
afterschool and ‘in between the bell’ programs for rural and
underserved public schools.
</p>
</div>
</div>
<!-- / Card End -->
</div>
<div class="col-md-4">
<!-- Card Start -->
<div class="card border-0 mb-3">
<!-- Image -->
<div class="card-img-top shadow-lg">
<img
src="./images/Private-Schools-final.png"
alt="private schools image"
class="img-fluid"
/>
</div>
<!-- Body -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title">
Private Schools
</h4>
<!-- Body -->
<p class="card-text text-muted">
We deliver a la carte computer science, robotics and emerging
technology programs to private schools.
</p>
</div>
</div>
<!-- Card End -->
</div>
<div class="col-md-4">
<!-- Card Start -->
<div class="card border-0 mb-3 mb-md-0">
<!-- Image -->
<div class="card-img-top">
<img
src="./images/family-final.jpeg"
alt="family image"
class="img-fluid"
/>
</div>
<!-- Body -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title">
Parents
</h4>
<!-- Body -->
<p class="card-text text-muted">
We host summer camps to accelerate students’ computer science,
entrepreneurship, and teamwork skills.
</p>
</div>
</div>
<!-- Card End -->
</div>
</div>
<!-- / .row -->
</div>
<!-- CONTACT SECTION
================================================== -->
<section class="section" id="contact">
<!-- Line -->
<!-- Content -->
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-6">
<!-- Heading -->
<h2 class="mb-4 text-center">
Contact Early Code
</h2>
<!-- Subheading -->
<p id="opening" class="mb-5 text-center text-muted">
Interested in learning more about Early Code or getting involved?
Reach out to us and we’ll be in touch with you shortly.
</p>
</div>
</div>
<!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<!-- Form -->
<form
onsubmit="return submitForm();"
id="contact-form"
action="https://forms.hubspot.com/uploads/form/v2/4009818/c10b38ad-b163-4b89-b3c7-79db99d6e9b5/"
method="POST"
>
<div class="col-12 flex-wrap mb-5 body-text">
<div class="row flex-wrap flex-sm-nowrap">
<div class="form-group col-12 col-sm-6">
<label>First Name</label>
<input name="firstname" type="text" class="form-control" />
</div>
<div class="form-group col-12 col-sm-6">
<label>Last Name</label>
<input name="lastname" type="text" class="form-control" />
</div>
</div>
<div class="row flex-wrap flex-sm-nowrap">
<div class="form-group mb-md-0 col-12 col-sm-6">
<label>Email</label>
<input name="email" type="email" class="form-control" />
</div>
<div class="form-group col-12 col-sm-6">
<label>Phone Number</label>
<input name="phone" type="text" class="form-control" />
</div>
</div>
<div class="form-group col-12 mb-0 px-0">
<label for="exampleFormControlTextarea1">Message</label>
<textarea
name="message"
class="form-control"
id="exampleFormControlTextarea1"
rows="3"
></textarea>
</div>
</div>
<!-- / .row -->
<div class="row">
<div class="col-auto m-auto m-sm-0 ml-sm-3">
<!-- Submit -->
<input
type="submit"
value="Send"
class="btn btn-outline-primary float-left ml-2"
/>
</div>
</div>
<!-- / .row -->
</form>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!-- FOOTER
================================================== -->
<footer class="section bg-dark">
<!-- Triangles -->
<div
class="bg-triangle bg-triangle-light bg-triangle-bottom bg-triangle-left"
></div>
<div
class="bg-triangle bg-triangle-light bg-triangle-bottom bg-triangle-right"
></div>
<!--Content -->
<div class="container">
<div class="row align-self-center">
<div class="col-md-auto">
<!-- Brand -->
<p>
<a href="#" class="footer-brand text-white">
Early Code
</a>
</p>
</div>
<div class="col-md">
<!-- Links -->
<ul class="list-unstyled list-inline text-md-right footer">
<!--
<li class="list-inline-item mr-2">
<a href="#" class="text-white">
Terms and conditions
</a>
</li>
<li class="list-inline-item mr-2">
<a href="#" class="text-white">
Privacy policy
</a>
</li>
-->
<li class="list-inline-item">
<a href="#contact" class="footer-brand text-white">
Contact us
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
<div class="row align-items-center">
<div class="col-md">
<!-- Copyright -->
<p class="text-white text-muted">
<small>
© Copyright <span class="current-year"></span> Early Code.
All rights reserved.
</small>
</p>
</div>
<div class="col-md">
<!-- Social links -->
<ul class="list-inline list-unstyled text-md-right">
<li class="list-inline-item">
<a
href="https://www.facebook.com/circleeducation/"
target="_blank"
rel="noopener"
noreferrer”
>
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item ml-3">
<a
href="https://twitter.com/CirlceEducation"
target="_blank"
rel="noopener"
noreferrer”
>
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item ml-3">
<a
href="https://www.instagram.com/circleeducation_/"
target="_blank"
rel="noopener"
noreferrer”
>
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<!-- JAVASCRIPT
================================================== -->
<!-- Global JS -->
<script src="https://austindevs.github.io/incline/dist/assets/libs/jquery/dist/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<!-- Plugins JS -->
<script src="https://austindevs.github.io/incline/dist/assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/flickity/dist/flickity.pkgd.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/flickity-fade/flickity-fade.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/jquery-parallax.js/parallax.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/waypoints/lib/jquery.waypoints.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/waypoints/lib/shortcuts/inview.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/fullpage.js/vendors/scrolloverflow.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/fullpage.js/dist/fullpage.min.js"></script>
<script src="https://austindevs.github.io/incline/dist/assets/libs/highlightjs/highlight.pack.min.js"></script>
<!-- Theme JS -->
<script src="https://austindevs.github.io/incline/dist/assets/js/theme.min.js"></script>
<script>
function submitForm() {
const form = document.querySelector("#contact-form");
form.submit();
form.reset();
return false;
}
</script>
</body>
</html>