Skip to content

Commit 3b35125

Browse files
committed
Make all email & social media links work
1 parent 220c853 commit 3b35125

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

_includes/apply.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>We're excited to meet you. <span>Let's stay in touch.</span>
1212
<p class="lead">
1313
<!-- When you’re ready to apply, submit your application over here.
1414
<br /> -->
15-
More questions? Check out our FAQ section or reach out to us on Twitter, Facebook, or email: info@learnersguild.org.
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>.
1616
</p>
1717
</div>
1818
<div class="col_half col_last">

_includes/contact.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ <h3>Sends us an email<span class="subtitle"><a href="mailto:{{ site.contact_emai
1414
</div>
1515
</div>
1616

17-
<div class="col_one_third bottommargin clearfix">
17+
<div class="col_one_third col_last bottommargin clearfix">
1818
<div class="feature-box fbox-center fbox-bg fbox-plain">
1919
<div class="fbox-icon">
20-
<a href="http://www.facebook.com/LearnersGuild/"><i class="icon-facebook"></i></a>
20+
<a href="https://twitter.com/{{ site.twitter_username }}"><i class="icon-twitter2"></i></a>
2121
</div>
22-
<h3>Find us on Facebook<span class="subtitle">{{ site.facebook_username }}</span></h3>
22+
<h3>Follow on Twitter<span class="subtitle"><a href="https://twitter.com/{{ site.twitter_username }}">@{{ site.twitter_username }}</a></span></h3>
2323
</div>
2424
</div>
2525

26-
<div class="col_one_third col_last bottommargin clearfix">
26+
<div class="col_one_third bottommargin clearfix">
2727
<div class="feature-box fbox-center fbox-bg fbox-plain">
2828
<div class="fbox-icon">
29-
<a href="http://twitter.com/LearnersGuildUS"><i class="icon-twitter2"></i></a>
29+
<a href="https://www.facebook.com/{{ site.facebook_username }}/"><i class="icon-facebook"></i></a>
3030
</div>
31-
<h3>Follow on Twitter<span class="subtitle">{{ site.twitter_username }}</span></h3>
31+
<h3>Find us on Facebook<span class="subtitle"><a href="https://www.facebook.com/{{ site.facebook_username }}/">{{ site.facebook_username }}</a></span></h3>
3232
</div>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)