a fresh start
This commit is contained in:
18
source/partials/_header.haml
Normal file
18
source/partials/_header.haml
Normal file
@ -0,0 +1,18 @@
|
||||
%nav.navbar.navbar-default{:role => "navigation"}
|
||||
.container-fluid
|
||||
/ Brand and toggle get grouped for better mobile display
|
||||
.navbar-header
|
||||
%button.navbar-toggle.collapsed{"data-target" => "#bs-example-navbar-collapse-1", "data-toggle" => "collapse", :type => "button"}
|
||||
%span.sr-only Toggle navigation
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%a.navbar-brand{:href => "/"}
|
||||
= tag :img, src: '/assets/img/ObleyMirror_100.jpg'
|
||||
/ Collect the nav links, forms, and other content for toggling
|
||||
#bs-example-navbar-collapse-1.collapse.navbar-collapse
|
||||
%ul.nav.navbar-nav
|
||||
%li.active
|
||||
%a{:href => "#"} Link
|
||||
%li
|
||||
%a{:href => "#"} Link
|
Reference in New Issue
Block a user