-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
102 lines (85 loc) · 5.22 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
---
permalink: "/"
layout: page
redirect_from: "/home/"
---
<div class="page-wrap">
<header>
<h1>Learn to Code with</h1>
<h2>Awesome Inc U</h2>
<hr>
<p>
<a class="btn cl-link-effect" data-hover="Youth Courses" href="/youth/"><span>Youth Courses</span></a>
<a class="btn cl-link-effect" data-hover="Adult Courses" href="/adults/"><span>Adult Courses</span></a>
</p>
</header>
</div>
<!-- Carousel
================================================== -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Headline text -->
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<br>
{% include special-announcement.html %}
<h2>Building A Community Of World-Class Software Developers</h2>
<p>Software is all around us. Awesome Inc U exists to help people learn to code and unlock the power to create their own Mobile Apps, Websites, and Video Games. Start your journey with our classes in downtown Lexington, no prior programming experience necessary. Come join the hundreds of kids, teens, and adults who are learning to harness the power of software.</p>
</div>
</div>
<hr>
<!-- Three columns of text below the headline -->
<div class="row">
<div class="col-lg-6">
<a href="/youth/" class="center">
<img class="img-rounded" src="/img/Learn-to-Code-Programs-Small.jpg" alt="Students learning to code" width="140" height="140">
<h2>Youth</h2>
</a>
<p class="center">Students age 9 - 17 love making games and apps with us. Turn screen time into career-skill time.</p>
<p class="center"><a class="btn btn-default" href="/youth/" role="button">Learn more »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-6" >
<a href="/adults/" class="center">
<img class="img-rounded" src="/img/Coding-Courses.jpg" alt="Adults learning to code" width="140" height="140">
<h2>Adults</h2>
</a>
<p class="center">If you can write an email, we can help you learn to code. Great for aspiring entrepreneurs and career switchers.</p>
<p class="center"><a class="btn btn-default" href="/adults/" role="button">Learn more »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Proven Success. <a href="/testimonials"><span class="text-muted">Read more.</span></a></h2>
<p> Since 2013, over {{site.students-taught}} people have learned to code with us. Here's what they have to say:</p>
<p>"This was a fantastic course and I'd highly recommend taking it. The Awesome Inc team kept a seemingly tedious subject fun and interesting with games, jokes and sandbox time. It was a very hands on class and by the end, we had built an actual website from scratch. They're not just blowing smoke -- Awesome Inc really is awesome!"</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block img-rounded" src="/img/100-percent-hired.jpg" alt="100% of our Bootcamp grads have jobs in the software development field">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Talented Instructors. <br><a href="/instructors"><span class="text-muted">Meet them.</span></a></h2>
<p>What's the best way to create a new programmer? Start with an instructional team full of excellent programmers. Our coding coaches are practitioners with a passion for sharing their skills with our students. Their broad set of experiences range from small startups to big corporations, from academia to open-source projects.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block img-rounded" src="/img/coach-feedback.jpg" alt="Coaches giving feedback">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">A Course For Everyone. <br><a href="/adults/"><span class="text-muted">Join one now.</span></a></h2>
<p>Our classes are attended by students, independent entrepreneurs, and corporate teams. It’s never too early or too late to learn to code. You don’t need to be a genius to learn to code, you just need to be determined. From musicians, to athletes, to billionaire founders of tech companies,<a href="https://www.youtube.com/watch?v=nKIu9yen5nc"> lots of successful people want YOU to learn to code.</a> </p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block img-rounded" src="/img/Awesome-Inc-Academy-Square.jpg" alt="High school students learning to code">
</div>
</div>
</div>
<!-- /END THE FEATURETTES -->