Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
11b78e9c
Commit
11b78e9c
authored
Jun 21, 2016
by
Greg Wilson
Browse files
Making nav bar responsive
parent
600e4a3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/navbar.html
View file @
11b78e9c
<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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment