Skip to content

Commit

Permalink
Making nav bar responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed Jun 21, 2016
1 parent 600e4a3 commit 11b78e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{% if page.carpentry == "swc" %}
<a href="{{ site.swc_site }}" class="pull-left">
<img class="navbar-logo" src="{{ site.github.url }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" />
Expand Down

0 comments on commit 11b78e9

Please sign in to comment.