Skip to content

Commit 79338c5

Browse files
author
Omoju
committed
Merge pull request #30 from LearnersGuild/tw/application-process
Add application process
2 parents 8a600b7 + 1bb1adf commit 79338c5

3 files changed

Lines changed: 91 additions & 23 deletions

File tree

_includes/apply.html

Lines changed: 63 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,75 @@
1+
12
<section id="section-apply" class="page-section">
3+
<div class="section dark center">
4+
<a href="#" class="button button-desc button-border button-rounded center"><div>Apply to Learners Guild</div></a>
5+
</div>
6+
27
<div class="container clearfix">
3-
<div class="row clearfix">
4-
<div class="heading-block left">
5-
<h2>We're excited to meet you. <span>Let's stay in touch.</span>
6-
</h2>
8+
<div class="row clearfix center topmargin-lg">
9+
<div class="fancy-title title-border title-center">
10+
<h3>Enrollment Stages</h3>
711
</div>
8-
<div class="col_half">
9-
<p class="lead">
10-
Sign up for our mailing list to learn about upcoming info sessions and other events.
12+
13+
<ul class="process-steps bottommargin clearfix ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" role="tablist">
14+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="0">
15+
<a href="#ptab1" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1">1</a>
16+
<h5>Submit Application</h5>
17+
</li>
18+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="-1">
19+
<a href="#ptab2" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2">2</a>
20+
<h5>Join Enrollment Game</h5>
21+
</li>
22+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="-1">
23+
<a href="#ptab3" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-3">3</a>
24+
<h5>Choose Cohort</h5>
25+
</li>
26+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="-1">
27+
<a href="#ptab4" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-4">4</a>
28+
<h5>Join the Guild</h5>
29+
</li>
30+
</ul>
31+
</div>
32+
33+
<div class="row clearfix topmargin-lg">
34+
<div class="fancy-title title-border title-center">
35+
<h3>Timeline</h3>
36+
</div>
37+
38+
<div class="col_one_third">
39+
<div class="fancy-title title-border">
40+
<h4>(1) Applications accepted</h4>
41+
</div>
42+
<p>
43+
<i class="icon-calendar3"></i> March 14 — April 16
1144
</p>
12-
<p class="lead">
13-
<!-- When you’re ready to apply, submit your application over here.
14-
<br /> -->
15-
More questions? Check out our FAQ section or reach out to us on <a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a>, <a href="https://www.facebook.com/{{ site.facebook_username }}/">Facebook</a>, or email <a href="mailto:{{ site.contact_email }}">{{ site.contact_email }}</a>.
45+
<p>
46+
<a href="#">Submit your application</a> before April 16 to be eligible for a spot in the July 2016 Oakland cohort. Make sure to read through the <a href="#">eligibility requirements</a> before applying.
1647
</p>
1748
</div>
18-
<div class="col_half col_last">
19-
<div class="panel panel-default divcenter" style="max-width: 300px;">
20-
<div class="panel-heading"><h4 class="nobottommargin">Join mailing list</h4></div>
21-
<div class="panel-body" style="padding: 20px;">
2249

23-
{% include mailchimp_signup.html %}
24-
</div>
50+
<div class="col_one_third">
51+
<div class="fancy-title title-border">
52+
<h4>(2) Enrollment game sessions</h4>
2553
</div>
54+
<p>
55+
<i class="icon-calendar3"></i> March — June
56+
</p>
57+
<p>
58+
Select applicants will be invited to join our enrollment game sessions, special events where participants will experience a day in the life of a learner at Learners Guild.
59+
</p>
60+
</div>
61+
62+
<div class="col_one_third col_last">
63+
<div class="fancy-title title-border">
64+
<h4>(3) Cohort selection</h4>
65+
</div>
66+
<p>
67+
<i class="icon-calendar3"></i> June 6 — June 17
68+
</p>
69+
<p>
70+
After reviewing applications and feedback from the enrollment game sessions, we will select the learners for our first cohort. If selected, you will be notified 1 month before the Oakland cohort start date (July 11).
71+
</p>
2672
</div>
2773
</div>
2874
</div>
29-
30-
3175
</section>

_includes/contact.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<section id="section-contact" class="page-section">
22
<div class="container clearfix">
3-
<div class="row clear-bottommargin">
4-
<div class="heading-block center">
5-
<h2>Contact us</h2>
6-
</div>
3+
{% include stay_in_touch.html %}
74

5+
<div class="row clear-bottommargin">
86
<div class="col_one_third bottommargin clearfix">
97
<div class="feature-box fbox-center fbox-bg fbox-plain">
108
<div class="fbox-icon">

_includes/stay_in_touch.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<div class="heading-block left">
2+
<h2>We're excited to meet you. <span>Let's stay in touch.</span>
3+
</h2>
4+
</div>
5+
<div class="row clearfix rightmargin-lg leftmargin-lg">
6+
<div class="col_half">
7+
<div class="panel panel-default">
8+
<div class="panel-heading"><h4 class="nobottommargin">Join mailing list</h4></div>
9+
<div class="panel-body" style="padding: 20px;">
10+
11+
{% include mailchimp_signup.html %}
12+
</div>
13+
</div>
14+
</div>
15+
<div class="col_half col_last">
16+
<p class="lead">
17+
Sign up for our mailing list to learn about upcoming info sessions and other events.
18+
</p>
19+
<p class="lead">
20+
<!-- When you’re ready to apply, submit your application over here.
21+
<br /> -->
22+
More questions? Check out our FAQ section or reach out to us on <a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a>, <a href="https://www.facebook.com/{{ site.facebook_username }}/">Facebook</a>, or email <a href="mailto:{{ site.contact_email }}">{{ site.contact_email }}</a>.
23+
</p>
24+
</div>
25+
26+
</div>

0 commit comments

Comments
 (0)