-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
560 lines (557 loc) · 29 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
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
<!DOCTYPE html>
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300,700" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Launch - Startup Landing Page</title>
<meta name="description" content="Startup Landing Page">
<link rel="shortcut icon" href="icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="icons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="icons/manifest.json">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#1a8b8a">
<meta name="theme-color" content="#ffffff">
<style>
@media (min-width: 992px) {
.features .row img,
img.feature-img {
position: static !important;
width: 100% !important;
}
.features.section-spacing .row {
clear: both !important;
}
}
</style>
</head>
<body>
<!--hero section-->
<header class="hero-section">
<!--HTML5 Video-->
<video autoplay loop muted id="bgvid-hero" poster="assets/video/video-hero/poster.jpg">
<source src="assets/video/video-hero/vb.mp4" type="video/mp4">
<source src="assets/video/video-hero/vb.webm" type="video/webm">
</video>
<!--HTML5 Video end-->
<div class="overlay"></div>
<!--navigation-->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><img class="logo-nav" alt="logo" src="assets/img/logo-nav2.svg"><img class="logo-head" alt="logo" src="assets/img/logo-head2.svg"></a>
</div>
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav nav-left">
<li><a href="index.html#features">How It Works</a></li>
<!-- <li><a href="index.html#reviews">Reviews</a></li>
-->
<!-- <li><a href="index.html#pricing">Pricing</a></li>
-->
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- <li><a href="index.html#"><i class="fa fa-sign-in"></i> Login</a></li>
-->
<li><a href="index.html#" class="btn">JOIN US</a></li>
</ul>
</div>
</div>
</nav>
<!--navigation end-->
<!--welcome message-->
<section class="container text-center welcome-message">
<div class="row">
<div class="col-md-12">
<h1>Learning for Tomorrow Starts Here</h1>
<h2>Connecting Classrooms Today to Jobs of Tomorrow</h2>
<div class="play-btn">
<a href="https://vimeo.com/203844609" class="play litebox-hero"><img src="assets/img/play-btn.png" alt="play"></a>
</div>
<div class="cta-btn"> <a href="index.html#" class="btn">GET STARTED</a>
<!-- <p><span class="total-number-1">0</span>K Worldwide Signups</p>
-->
</div>
</div>
</div>
</section>
<!--welcome message end-->
</header>
<!--hero section end-->
<!--Featured on-->
<!-- <section class="featured-on section-spacing text-center">
<div class="container">
<header class="section-header">
<h2>We Are Featured On</h2>
</header>
<div class="row">
<div class="col-md-12">
<ul class="featured-sites">
<li>
<a href="index.html" title="Site Name"><img src="assets/img/site-1.png" alt="site"></a>
</li>
<li>
<a href="index.html" title="Site Name"><img src="assets/img/site-2.png" alt="site"></a>
</li>
<li>
<a href="index.html" title="Site Name"><img src="assets/img/site-3.png" alt="site"></a>
</li>
<li>
<a href="index.html" title="Site Name"><img src="assets/img/site-4.png" alt="site"></a>
</li>
</ul>
</div>
</div>
</div>
</section> -->
<!--Featured on end-->
<!--benefits-->
<section class="benefits section-spacing text-center" id="features">
<div class="container">
<header class="section-header">
<h2>How it Works</h2>
<!-- <h3>Reasons why you should choose this product</h3>
-->
</header>
<div class="row">
<div class="col-sm-4"> <img src="assets/img/benefits-1.png" alt="benefits of product">
<h4>Explore </h4>
<p>Explore career options and interests in class through a personalized career assessment and curriculum</p>
</div>
<div class="col-sm-4"> <img src="assets/img/benefits-2.png" alt="benefits of product">
<h4>Educate </h4>
<p>Educate yourself through individualized learning modules that connect classroom concepts to career skills.</p>
</div>
<div class="col-sm-4"> <img src="assets/img/benefits-3.png" alt="benefits of product">
<h4>Employ</h4>
<p>Employ your new skills and talents in a work-based learning assignment with one of our partner businesses and build a professional portfolio.</p>
</div>
</div>
</div>
</section>
<!--benefits end-->
<!--Features-->
<div class="features section-spacing">
<div class="container">
<!--feature 1-->
<div class="row">
<div class="col-md-7 pull-right text-center"> <img src="assets/img/feature-1.png" class="feature-img" alt="feature"> </div>
<div class="col-md-5 pull-left">
<article>
<h2>Explore the Future. Everything is Possible.</h2>
<p>Choose what you want to explore and learn about in or outside of class. Simply enter a “Live Pin” from your teacher to access your personalized “Grow Space” which includes:</p>
<ul>
<li>Self-Paced Personalized Learning Modules</li>
<li>Business Created Assignments</li>
<li>Digital Badges and Work Portfolio</li>
</ul>
</article>
</div>
</div>
<!--feature 1 end-->
<!--feature 3-->
<div class="row">
<div class="col-md-7 text-center"> <img src="assets/img/feature-3.png" class="feature-img" alt="feature"> </div>
<div class="col-md-5">
<article>
<h2>Make Learning Personal.</h2>
<p>Experience learning from industry professionals about topics that you are interested in and want to pursue in the future. Through the “Grow Space” select your own personalized courses that fit your interests and connect to what
you are learning in class. As you learn more, your “Grow Space” will learn more about what you want to learn to make your learning fit you. </p>
<!-- <ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Suspendisse rutrum eleifend</li>
<li>Nulla nec lacinia velit</li>
</ul> -->
</article>
</div>
</div>
<!--feature 3 end-->
<!--feature 2-->
<div class="row">
<div class="col-md-7 pull-right text-center">
<img src="assets/img/feature-2.png" class="feature-img" alt="feature">
</div>
<div class="col-md-5 pull-left">
<article>
<h2>Learn Anywhere. Learn Anytime.</h2>
<p>Learn how the stuff you learn in class connects to real careers from any device. In class or outside of class, complete select learning modules in your “Grow Space” that teach you 21st century career skills for your future success.</p>
<!-- <ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Suspendisse rutrum eleifend</li>
<li>Nulla nec lacinia velit</li>
</ul> -->
</article>
</div>
</div>
<!--feature 2 end-->
<!--feature 5-->
<div class="row">
<div class="col-md-7 text-center">
<img src="assets/img/feature-5.png" class="feature-img" alt="feature">
</div>
<div class="col-md-5">
<article>
<h2>Show What You Know. </h2>
<p>As you complete the coursework in your “Grow Space” you will earn points toward a digital badge. Once you are awarded a digital badge, you will receive a notice on your profile of your new shiny badge that you can show off to colleges,
employers, business clients or customers and more. </p>
<!-- <ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Suspendisse rutrum eleifend</li>
<li>Nulla nec lacinia velit</li>
</ul> -->
</article>
</div>
</div>
<!--feature 5 end-->
<!--feature 4-->
<div class="row">
<div class="col-md-7 pull-right text-center">
<img src="assets/img/feature-4.png" class="feature-img" alt="feature">
</div>
<div class="col-md-5 pull-left">
<article>
<h2>Show Why Your Talents Are Valuable. </h2>
<p>Through meaningful projects in class from our business partners, you will develop an amazing portfolio of work samples and badges to display on your personal profile. Don’t be shy, use this space to show just how amazing you really
are to employers or even your own clients for your business. </p>
<!-- <ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Suspendisse rutrum eleifend</li>
<li>Nulla nec lacinia velit</li>
</ul> -->
</article>
</div>
</div>
<!--feature 4 end-->
<!--feature 4-->
<div class="row">
<div class="col-md-7 text-center">
<img src="assets/img/feature-9.png" class="feature-img" alt="feature">
</div>
<div class="col-md-5">
<article>
<h2>Unlock Opportunities. Real-World Application.</h2>
<p>With each digital badge, you unlock work-based learning opportunities from our business partners for you to employ the skills that you have learned in the real-world. You will have the chance to work with all types of businesses
to build your professional portfolio, gain work experience and even get paid. </p>
<!-- <ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Suspendisse rutrum eleifend</li>
<li>Nulla nec lacinia velit</li>
</ul> -->
</article>
</div>
</div>
<!--feature 4 end-->
</div>
</div>
<!--Features end-->
<!--Video section-->
<section class="video-tour text-center">
<div class="play-btn">
<a href="https://vimeo.com/203844609" class="play litebox-tour"><img src="assets/img/play-btn-vs.png" alt="play"></a>
<h2>Video Preview Of Product</h2>
</div>
<!--HTML5 Video-->
<video autoplay loop muted id="bgvid" poster="assets/video/video-preview/poster.jpg">
<source src="assets/video/video-preview/vb.mp4" type="video/mp4">
<source src="assets/video/video-preview/vb.webm" type="video/webm">
</video>
<!--HTML5 Video end-->
</section>
<!--Video section end-->
<!--Tour-->
<!-- <section class="tour section-spacing text-center">
<div class="container">
<div class="row">
<div class="col-md-8 center-block">
<h2>Learn More About The Product <a href="index.html" class="btn">TAKE A TOUR <i class="fa fa-arrow-right"></i></a></h2>
</div>
</div>
</div>
</section> -->
<!--Tour end-->
<!--reviews-->
<!-- <section class="reviews section-spacing" id="reviews">
<div class="container">
<header class="section-header text-center">
<h2>Reviews From Our Users</h2>
<h3>What our users are saying about the product</h3>
</header>
<div class="row">
<div class="col-sm-4">
<figure class="text-center"><img src="assets/img/review-1.jpg" alt="face" class="img-circle"> </figure>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus, repellat, voluptatem eveniet et illum itaque excepturi repudiandae officiis quibusdam deleniti. </p>
<cite>— Ashley Doe, CEO Abc Organisation</cite>
</blockquote>
</div>
<div class="col-sm-4">
<figure class="text-center"><img src="assets/img/review-2.jpg" alt="face" class="img-circle"> </figure>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus, repellat, voluptatem eveniet et illum itaque excepturi repudiandae officiis quibusdam deleniti. </p>
<cite>— John Doe, CEO Abc Organisation</cite>
</blockquote>
</div>
<div class="col-sm-4">
<figure class="text-center"><img src="assets/img/review-3.jpg" alt="face" class="img-circle"> </figure>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus, repellat, voluptatem eveniet et illum itaque excepturi repudiandae officiis quibusdam deleniti. </p>
<cite>— Michael Doe, CEO Xyz Organisation</cite>
</blockquote>
</div>
</div>
</div>
</section> -->
<!--reviews end-->
<!--Pricing-->
<!-- <section class="pricing section-spacing text-center" id="pricing">
<div class="container">
<header class="section-header">
<h2>We Provide Flexible Plans</h2>
<h3>Free signup. 14 days free trial. No credit card required.</h3>
</header>
<div class="row">
<div class="col-md-12">
<div class="plan">
<div class="plan-details">
<div class="header">
<h4>BASIC</h4>
</div>
<div class="price"> <span class="currency">$</span><span class="price-amount">50</span><span class="period">/ mo</span> </div>
<ul class="plan-features">
<li><span>Free</span> Shipping<i class="fa fa-times"></i></li>
<li><span>24/7</span> Support<i class="fa fa-check"></i></li>
<li><span>Single</span> Licence<i class="fa fa-check"></i></li>
</ul>
</div>
<div class="buy-button"><a class="btn" href="index.html#">SIGNUP</a>
<p>5% OFF. Limited time offer.</p>
</div>
</div>
<div class="plan">
<div class="plan-details">
<div class="header">
<h4>PREMIUM</h4>
</div>
<div class="price"> <span class="currency">$</span><span class="price-amount">100</span><span class="period">/ mo</span> </div>
<ul class="plan-features">
<li><span>Free</span> Shipping<i class="fa fa-check"></i></li>
<li><span>24/7</span> Support<i class="fa fa-check"></i></li>
<li><span>Multi</span> Licence<i class="fa fa-check"></i></li>
</ul>
</div>
<div class="buy-button"><a class="btn" href="index.html#">SIGNUP</a>
<p>10% OFF. Limited time offer.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--Pricing end-->
<!--cta section-->
<section class="cta-section section-spacing text-center">
<div class="container">
<header class="section-header">
<h2>Try Launch Today!</h2>
<h3>Limited signup only. Order today before the discount period ends.</h3>
</header>
<div class="row">
<div class="col-md-12"> <a href="index.html" class="btn">GET STARTED</a>
<p>Have a question? Give us a call <a href="tel:+16582144789"> 658-214-4789</a>.</p>
</div>
</div>
</div>
</section>
<!--cta section end-->
<!--Team-->
<section class="team section-spacing text-center" id="team">
<div class="container">
<header class="section-header">
<h2>Meet The Team</h2>
<h3>Folks who created this awesome product</h3>
</header>
<div class="row">
<div class="col-sm-4">
<div class="team-details">
<figure><img src="assets/img/team-1.jpg" alt="Team Member">
<figcaption>
<div>
<p>If not me, then who. If not now, then when. Stop making excuses and act. </p>
<!--social-->
<ul class="social">
<li><a href="https://twitter.com/mosteve1908" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/mosteve1908" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
<!--social end-->
</div>
</figcaption>
</figure>
<div class="team-info">
<h4>Monique Nunnally</h4>
<h5>Co-founder, CEO </h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team-details">
<figure><img src="assets/img/team-2.jpg" alt="Team Member">
<figcaption>
<div>
<p>Dreams don't work unless you do. </p>
<!--social-->
<ul class="social">
<li><a href="https://twitter.com/ilovetechtwins" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/ilovetechtwins" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
<!--social end-->
</div>
</figcaption>
</figure>
<div class="team-info">
<h4>Troy Nunnally, PhD</h4>
<h5>Co-founder, CTO</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team-details">
<figure><img src="assets/img/team-3.jpg" alt="Team Member">
<figcaption>
<div>
<p>If you don't follow your spirit without hesitation, then you'll end up following your hesitation without spirit. </p>
<!--social-->
<ul class="social">
<li><a href="https://twitter.com/agentkenny007" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/agentkenny007" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
<!--social end-->
</div>
</figcaption>
</figure>
<div class="team-info">
<h4>Ikenna Asad</h4>
<h5>Senior Web Developer and UI/UX Lead</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Team end-->
<!--Twitter feed -->
<div class="twitter-feed section-spacing text-center">
<div class="container">
<div class="row">
<div class="col-md-10 center-block">
<div class="twitter-icon"> <i class="fa fa-twitter"></i> </div>
<div class="tweet"></div>
</div>
</div>
</div>
</div>
<!--Twitter feed end -->
<!--contact us-->
<section class="contact section-spacing text-center" id="contact">
<div class="container">
<header class="section-header">
<h2>Contact Us</h2>
<h3>Have any questions? Get in touch</h3>
</header>
</div>
<!--map-->
<div class="map">
<div id="map-canvas"></div>
</div>
<!--map end-->
</section>
<!--contact us end-->
<!--sub-form-->
<section class="sub-form section-spacing text-center">
<div class="container">
<header class="section-header">
<h2>Subscribe To Our Newsletter</h2>
<h3>Subscribe to get monthly products updates and exclusive offers </h3>
</header>
<div class="row">
<div class="col-md-6 center-block col-sm-11">
<form id="mc-form">
<div class="input-group">
<input type="email" class="form-control" placeholder="Email Address" required id="mc-email">
<span class="input-group-btn">
<button type="submit" class="btn btn-default">SUBSCRIBE <i class="fa fa-envelope"></i> </button>
</span> </div>
<label for="mc-email" id="mc-notification"></label>
</form>
</div>
</div>
</div>
</section>
<!--sub-form end-->
<!--site-footer-->
<footer class="site-footer section-spacing text-center">
<div class="container">
<div class="row">
<div class="col-md-4">
<p class="footer-links"><a href="index.html">Terms of Use</a> <a href="index.html">Privacy Policy</a></p>
</div>
<div class="col-md-4"> <small>© 2015 Launch. All rights reserved.</small></div>
<div class="col-md-4">
<!--social-->
<ul class="social">
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
</ul>
<!--social end-->
</div>
</div>
<!--chat-btn-->
<a href="index.html" class="chat-btn" data-toggle="modal" data-target="#modal-contact-form"></a>
<!--chat-btn end-->
</div>
</footer>
<!--site-footer end-->
<!--contact form modal-->
<div class="modal fade" id="modal-contact-form" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="modal-body">
<!--contact form-->
<div class="contact-form text-center">
<header class="section-header"> <img src="assets/img/support-icon.svg" alt="support icon">
<h2>Contact us</h2>
<h3>Have any questions? Send us a message.</h3>
</header>
<form class="cta-form" action="http://csmthemes.com/themes/launch/video/php/contact.php" method="post">
<div class="form-group">
<input type="text" name="name" class="contact-name form-control input-lg" placeholder="Name *" id="contact-name">
</div>
<div class="form-group">
<input type="text" name="email" class="contact-email form-control input-lg" placeholder="Email address *" id="contact-email">
</div>
<div class="form-group">
<textarea name="message" class="contact-message form-control input-lg" rows="4" placeholder="Message *" id="contact-message"></textarea>
</div>
<div class="form-group">
<input type="text" name="antispam" placeholder="Antispam question: 7 + 5 = ?" class="contact-antispam form-control input-lg" id="contact-antispam">
</div>
<button type="submit" class="btn">SEND MESSAGE</button>
</form>
</div>
<!--contact form end-->
<p class="contact-form-success"><i class="fa fa-check"></i><span>Thanks for contacting us!</span> We will get back to you very soon.</p>
</div>
</div>
</div>
</div>
<!--contact form modal end-->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="dist/bundle.js"></script>
</body>
</html>