Skip to content

Commit db88e1a

Browse files
committed
Added footer and mailing list
1 parent 61aa118 commit db88e1a

11 files changed

Lines changed: 118 additions & 18 deletions

File tree

_includes/about.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
<div class="container clearfix">
44
<div class="row clearfix">
5-
<div class="col_half">
6-
<div class="heading-block left">
7-
<h2>We are a <span>learning incubator</span> for soon-to-be software engineers.</h2>
5+
6+
<div class=class="col-lg-5">
7+
<div class="heading-block center">
8+
<h2>We are a <span>learning incubator</span> for aspiring software engineers.</h2>
89
</div>
910
<p class="lead">
11+
We invest in people as they transform into empathetic engineers with rigorous socio-technical training.
12+
1013
Software engineers are in high demand, in fact there are thousands of unfilled jobs right now and the gap between open positions and qualified applicants is projected to keep growing. We help those with unrealized potential unlock their talents and transform their lives so they can compete in today’s economy and earn a dignified livelihood.
1114
</p>
1215
</div>
16+
17+
18+
1319
</div>
1420
</div>
1521

@@ -73,18 +79,18 @@ <h2>Risk-Free Tuition</h2>
7379
</div>
7480
<div class="col_half col_last">
7581
<p class="lead">
76-
We believe that the next wave of learning will prioritize investing in learning by aligning institutional outcomes with learner success.
82+
After the program, If you graduate and don’t earn at least a $60k salary, you owe us nothing.
7783
</p>
7884
<p class="lead">
79-
We are particularly looking for candidates from populations that are underrepresented in the tech industry. So, Black, Latino, LGBT, women, and persons with disabilities, we’ve designed our program with you in mind. And yes, white and asian guys, we want you too but we’re betting that there is more unlocked talent in those populations that are currently under-represented. We think brains work the same no matter where you’re from or how you identify. So, If you’re a driven learner of any background seeking to build full-stack developer skills, we want you.
85+
8086
</p>
8187
</div>
8288
</div>
8389
</div>
8490

8591
<div class="row topmargin-sm clearfix">
8692
<div class="heading-block center">
87-
<h2>Collective Learning: The Difference.</h2>
93+
<h2>Collective Learning</h2>
8894
</div>
8995
<div class="col_half">
9096
<p class="lead">

_includes/apply.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,22 @@ <h2>We're excited to meet you. <span>Let's stay in touch.</span>
1919
<div class="panel panel-default divcenter" style="max-width: 300px;">
2020
<div class="panel-heading"><h4 class="nobottommargin">Subscribe to Newsletter</h4></div>
2121
<div class="panel-body" style="padding: 20px;">
22+
2223
<div id="widget-subscribe-form-result" data-notify-type="success" data-notify-msg=""></div>
23-
<form id="widget-subscribe-form" action="#" role="form" method="post" class="nobottommargin" style="position: relative;">
24+
<!--<form id="widget-subscribe-form" action="#" role="form" method="#" class="nobottommargin" style="position: relative;">-->
25+
<form action="//learnersguild.us12.list-manage.com/subscribe/post?u=481a47142e2623453d4effb69&amp;id=4eb567d10d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
2426
<div class="form-process"></div>
2527
<input type="text" name="widget-subscribe-form-name" class="form-control required" placeholder="Name" style="margin-bottom: 15px;">
2628
<input type="email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Email" style="margin-bottom: 15px;">
2729
<button class="btn btn-default" type="submit">Subscribe Now</button>
2830
</form>
2931
</div>
32+
3033
</div>
3134
</div>
3235
</div>
3336
</div>
3437
</div>
38+
39+
3540
</section>

_includes/footer.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
<!-- Footer
3+
============================================= -->
4+
<footer id="footer" class="dark">
5+
6+
<!-- Copyrights
7+
============================================= -->
8+
<div id="copyrights">
9+
10+
<div class="container clearfix">
11+
12+
<div class="col_half">
13+
<img src="images/footer-logo.png" alt="" class="footer-logo">
14+
15+
16+
</div>
17+
18+
<div class="col_half col_last tright">
19+
<div class="copyrights-menu copyright-links fright clearfix">
20+
<a href="#">Home</a>/<a href="#" >About</a>/<a href="#">FAQs</a>/<a href="#" >Contact</a>
21+
<br>
22+
Copyrights &copy; 2016 All Rights Reserved by Learners Guild Inc.
23+
</div>
24+
25+
</div>
26+
27+
</div>
28+
29+
</div><!-- #copyrights end -->
30+
31+
</footer><!-- #footer end -->

_includes/head.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- Stylesheets
77
============================================= -->
8-
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
8+
<link href="http://fonts.googleapis.com/css?family=Lato:200,300,400italic,600,700|Raleway:200,300,400,500,600|Crete+Round:400italic" rel="stylesheet" type="text/css" />
99
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
1010
<link rel="stylesheet" href="style.css" type="text/css" />
1111
<link rel="stylesheet" href="css/dark.css" type="text/css" />
@@ -28,4 +28,6 @@
2828
============================================= -->
2929
<title>Learners Guild</title>
3030

31+
32+
3133
</head>

_layouts/onepage.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@
3131

3232
</div><!-- #wrapper end -->
3333

34+
35+
36+
3437
<!-- Footer Scripts
35-
============================================= -->
38+
============================================= -->
39+
3640
<script type="text/javascript" src="js/functions.js"></script>
3741

42+
3843
</body>
3944
</html>

_site/images/footer-logo.png

3.46 KB
Loading

_site/images/logo-dark.png

-750 Bytes
Loading

_site/index.html

Lines changed: 59 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Stylesheets
1010
============================================= -->
11-
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
11+
<link href="http://fonts.googleapis.com/css?family=Lato:200,300,400italic,600,700|Raleway:200,300,400,500,600|Crete+Round:400italic" rel="stylesheet" type="text/css" />
1212
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
1313
<link rel="stylesheet" href="style.css" type="text/css" />
1414
<link rel="stylesheet" href="css/dark.css" type="text/css" />
@@ -31,6 +31,8 @@
3131
============================================= -->
3232
<title>Learners Guild</title>
3333

34+
35+
3436
</head>
3537

3638

@@ -119,14 +121,20 @@ <h1 class="t600 ls4 uppercase bottommargin-sm" style="font-size: 48px;">Learners
119121

120122
<div class="container clearfix">
121123
<div class="row clearfix">
122-
<div class="col_half">
123-
<div class="heading-block left">
124-
<h2>We are a <span>learning incubator</span> for soon-to-be software engineers.</h2>
124+
125+
<div class=class="col-lg-5">
126+
<div class="heading-block center">
127+
<h2>We are a <span>learning incubator</span> for aspiring software engineers.</h2>
125128
</div>
126129
<p class="lead">
130+
We invest in people as they transform into empathetic engineers with rigorous socio-technical training.
131+
127132
Software engineers are in high demand, in fact there are thousands of unfilled jobs right now and the gap between open positions and qualified applicants is projected to keep growing. We help those with unrealized potential unlock their talents and transform their lives so they can compete in today’s economy and earn a dignified livelihood.
128133
</p>
129134
</div>
135+
136+
137+
130138
</div>
131139
</div>
132140

@@ -190,18 +198,18 @@ <h2>Risk-Free Tuition</h2>
190198
</div>
191199
<div class="col_half col_last">
192200
<p class="lead">
193-
We believe that the next wave of learning will prioritize investing in learning by aligning institutional outcomes with learner success.
201+
After the program, If you graduate and don’t earn at least a $60k salary, you owe us nothing.
194202
</p>
195203
<p class="lead">
196-
We are particularly looking for candidates from populations that are underrepresented in the tech industry. So, Black, Latino, LGBT, women, and persons with disabilities, we’ve designed our program with you in mind. And yes, white and asian guys, we want you too but we’re betting that there is more unlocked talent in those populations that are currently under-represented. We think brains work the same no matter where you’re from or how you identify. So, If you’re a driven learner of any background seeking to build full-stack developer skills, we want you.
204+
197205
</p>
198206
</div>
199207
</div>
200208
</div>
201209

202210
<div class="row topmargin-sm clearfix">
203211
<div class="heading-block center">
204-
<h2>Collective Learning: The Difference.</h2>
212+
<h2>Collective Learning</h2>
205213
</div>
206214
<div class="col_half">
207215
<p class="lead">
@@ -255,19 +263,24 @@ <h2>We're excited to meet you. <span>Let's stay in touch.</span>
255263
<div class="panel panel-default divcenter" style="max-width: 300px;">
256264
<div class="panel-heading"><h4 class="nobottommargin">Subscribe to Newsletter</h4></div>
257265
<div class="panel-body" style="padding: 20px;">
266+
258267
<div id="widget-subscribe-form-result" data-notify-type="success" data-notify-msg=""></div>
259-
<form id="widget-subscribe-form" action="#" role="form" method="post" class="nobottommargin" style="position: relative;">
268+
<!--<form id="widget-subscribe-form" action="#" role="form" method="#" class="nobottommargin" style="position: relative;">-->
269+
<form action="//learnersguild.us12.list-manage.com/subscribe/post?u=481a47142e2623453d4effb69&amp;id=4eb567d10d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
260270
<div class="form-process"></div>
261271
<input type="text" name="widget-subscribe-form-name" class="form-control required" placeholder="Name" style="margin-bottom: 15px;">
262272
<input type="email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Email" style="margin-bottom: 15px;">
263273
<button class="btn btn-default" type="submit">Subscribe Now</button>
264274
</form>
265275
</div>
276+
266277
</div>
267278
</div>
268279
</div>
269280
</div>
270281
</div>
282+
283+
271284
</section>
272285

273286
<section id="section-faqs" class="page-section">
@@ -573,16 +586,53 @@ <h3>Follow on Twitter<span class="subtitle">LearnersGuild</span></h3>
573586
</section>
574587

575588

589+
<!-- Footer
590+
============================================= -->
591+
<footer id="footer" class="dark">
592+
593+
<!-- Copyrights
594+
============================================= -->
595+
<div id="copyrights">
596+
597+
<div class="container clearfix">
598+
599+
<div class="col_half">
600+
<img src="images/footer-logo.png" alt="" class="footer-logo">
601+
602+
603+
</div>
604+
605+
<div class="col_half col_last tright">
606+
<div class="copyrights-menu copyright-links fright clearfix">
607+
<a href="#">Home</a>/<a href="#" >About</a>/<a href="#">FAQs</a>/<a href="#" >Contact</a>
608+
<br>
609+
Copyrights &copy; 2016 All Rights Reserved by Learners Guild Inc.
610+
</div>
611+
612+
</div>
613+
614+
</div>
615+
616+
</div><!-- #copyrights end -->
617+
618+
</footer><!-- #footer end -->
619+
620+
576621

577622
</div>
578623

579624
</section><!-- #content end -->
580625

581626
</div><!-- #wrapper end -->
582627

628+
629+
630+
583631
<!-- Footer Scripts
584-
============================================= -->
632+
============================================= -->
633+
585634
<script type="text/javascript" src="js/functions.js"></script>
586635

636+
587637
</body>
588638
</html>

images/footer-logo.png

3.46 KB
Loading

images/logo-dark.png

-750 Bytes
Loading

0 commit comments

Comments
 (0)