Skip to content

Commit 4d1ec98

Browse files
committed
Move stay_in_touch to contact section
1 parent e10a674 commit 4d1ec98

3 files changed

Lines changed: 24 additions & 30 deletions

File tree

_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: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
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;">
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;">
2210

23-
{% include mailchimp_signup.html %}
24-
</div>
25-
</div>
11+
{% include mailchimp_signup.html %}
2612
</div>
2713
</div>
2814
</div>
29-
</section>
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>

index.html

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

55
{% include about.html %}
66
{% include apply.html %}
7-
{% include stay_in_touch.html %}
87
{% include faqs.html %}
98
{% include contact.html %}

0 commit comments

Comments
 (0)