Skip to content

Instantly share code, notes, and snippets.

@felixrabe
Last active August 29, 2015 14:01
Show Gist options
  • Save felixrabe/a14036e3916bcf6fce63 to your computer and use it in GitHub Desktop.
Save felixrabe/a14036e3916bcf6fce63 to your computer and use it in GitHub Desktop.
// http://getbootstrap.com/examples/navbar-static-top/
navbar static
brand "Project name" (to "#")
item "Link" (to "#") active
item "Link" (to "#")
item "Link" (to "#")
item "Dropdown"
item "Action" (to "#")
item "Another action" (to "#")
item "Something else here" (to "#")
divider
header "Nav header"
item "Separated link" (to "#")
item "One more separated link" (to "#")
space
item "Default" (to "http://getbootstrap.com/examples/navbar/")
item "Static top" (to "http://getbootstrap.com/examples/navbar-static-top/") active
item "Fixed top" (to "http://getbootstrap.com/examples/navbar-fixed-top/")
jumbotron
header "Navbar example"
p "This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device."
p "To see the difference between static and fixed top navbars, just scroll."
button primary "View navbar docs »" (to "http://getbootstrap.com/components/#navbar")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment