Skip to content

Commit df5d242

Browse files
committed
Add enrollment timeline to apply, move old content to stay_in_touch
1 parent 136b46d commit df5d242

3 files changed

Lines changed: 55 additions & 15 deletions

File tree

_includes/apply.html

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,38 @@
22
<div class="container clearfix">
33
<div class="row clearfix">
44
<div class="heading-block left">
5-
<h2>We're excited to meet you. <span>Let's stay in touch.</span>
6-
</h2>
5+
<h2>Apply to Learners Guild</h2>
76
</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.
7+
8+
<h3>Enrollment Timeline</h3>
9+
10+
<div class="col_one_third">
11+
<div class="fancy-title title-border">
12+
<h4>Applications accepted</h4>
13+
</div>
14+
<p>
15+
<i class="icon-calendar3"></i> March 14 — April 16
1116
</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>.
17+
</div>
18+
19+
<div class="col_one_third">
20+
<div class="fancy-title title-border">
21+
<h4>Enrollment game sessions</h4>
22+
</div>
23+
<p>
24+
<i class="icon-calendar3"></i> March — June
1625
</p>
1726
</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;">
2227

23-
{% include mailchimp_signup.html %}
24-
</div>
28+
<div class="col_one_third col_last">
29+
<div class="fancy-title title-border">
30+
<h4>Cohort selection</h4>
2531
</div>
32+
<p>
33+
<i class="icon-calendar3"></i> June 6 — July 1
34+
</p>
2635
</div>
36+
2737
</div>
2838
</div>
2939

_includes/stay_in_touch.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<section id="section-stay-in-touch" class="page-section">
2+
<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>
7+
</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.
11+
</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>.
16+
</p>
17+
</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;">
22+
23+
{% include mailchimp_signup.html %}
24+
</div>
25+
</div>
26+
</div>
27+
</div>
28+
</div>
29+
</section>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
{% include about.html %}
66
{% include apply.html %}
7+
{% include stay_in_touch.html %}
78
{% include faqs.html %}
89
{% include contact.html %}

0 commit comments

Comments
 (0)