Skip to content

Commit

Permalink
moved social buttons underneath. I think they looked better above.
Browse files Browse the repository at this point in the history
References #5
  • Loading branch information
colinsullivan committed Jan 14, 2017
1 parent 24dd0cf commit bf3b2af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions layouts/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,14 @@
<div class="navbar navbar-default">
<div class="container">
<div class="row header_navigation_row">
<div class="col-xs-6">
<div class="col-xs-12">
{# open nav button #}
<button type="button" class="navbar-toggle" data-toggle="offcanvas">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="col-xs-6 col-sm-12 header_social">
<ul class="soc">
<li><a class="soc-facebook" href="https://www.facebook.com/KagyuMonlamNews/"></a></li>
<li><a class="soc-youtube" href="http://www.youtube.com/user/Karmapateachings"></a></li>
<li><a class="soc-twitter" href="https://twitter.com/Karmapa17"></a></li>
<li><a class="soc-googleplus soc-icon-last" href="https://plus.google.com/109385250422754644767/posts"></a></li>
</ul>
</div>
</div>
<div class="row">
<a class="col-xs-12 col-sm-8 header_logo" href="/">
Expand All @@ -71,6 +63,14 @@
February 13&ndash;19, 2017<br />
Bodhgaya, India</p>
</div>
<div class="col-xs-12 header_social">
<ul class="soc">
<li><a class="soc-facebook" href="https://www.facebook.com/KagyuMonlamNews/"></a></li>
<li><a class="soc-youtube" href="http://www.youtube.com/user/Karmapateachings"></a></li>
<li><a class="soc-twitter" href="https://twitter.com/Karmapa17"></a></li>
<li><a class="soc-googleplus soc-icon-last" href="https://plus.google.com/109385250422754644767/posts"></a></li>
</ul>
</div>
</div>
</div>
</div><!--/.navbar -->
Expand Down

0 comments on commit bf3b2af

Please sign in to comment.