Created
April 26, 2019 12:46
-
-
Save danielkhan/4215cb5e4d8540969591a35eecaa8c73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header | |
.jumbotron.hidden-xs | |
// jumbotron | |
nav.navbar.navbar-inverse | |
.container | |
.navbar-header | |
button.navbar-toggle.collapsed(type='button', data-toggle='collapse', data-target='#navbar-collapse', aria-expanded='false') | |
span.sr-only Toggle navigation | |
span.icon-bar | |
span.icon-bar | |
span.icon-bar | |
a.navbar-brand(href='/') Roux Meetups | |
#navbar-collapse.collapse.navbar-collapse | |
ul.nav.navbar-nav.navbar-right | |
li | |
a(href='/') Home | |
li | |
a.dropdown-toggle(href='/speakers', data-toggle='dropdown', role='button', aria-haspopup='true', aria-expanded='false') | |
| Speakers | |
span.caret | |
span | |
ul.dropdown-menu | |
li | |
a(href='/speakers') All Speakers | |
li.divider(role='separator') | |
li | |
a(href='/speakers/Lorenzo_Garcia') Lorenzo Garcia | |
li | |
a(href='/speakers/Hillary_Goldwynn') Hilary Goldywynn Post | |
li | |
a(href='/speakers/Riley_Rewington') Riley Rudolph Rewington | |
li | |
a(href='/feedback') Feedback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment