Skip to content

Instantly share code, notes, and snippets.

@mikekunze
Last active December 21, 2015 07:58
Show Gist options
  • Save mikekunze/6274764 to your computer and use it in GitHub Desktop.
Save mikekunze/6274764 to your computer and use it in GitHub Desktop.
This is a sample nav-bar I am using for my Nagios Alert e-mails.
.container-fluid
.navbar
.navbar-inner
a.brand(href="domain.com/") Company
ul.nav
li
a(href="domain.com/") Home
li
a(href="domain.com/projects") Projects
li
a(href="domain.com/about") About
ul.nav.pull-right
li
a(href="domain.com/docs") Docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment