Skip to content

Instantly share code, notes, and snippets.

@ric03uec
Created January 27, 2012 12:36
Show Gist options
  • Save ric03uec/1688584 to your computer and use it in GitHub Desktop.
Save ric03uec/1688584 to your computer and use it in GitHub Desktop.
nodeblox topbar code
div.topbar
div.fill
div.container
a.brand(href='#') #{title}
ul.nav
li.active
a(href='#') Home
li
a(href='#about') About
li
a(href='#contact') Contact
form.pull-right(method="post", id="loginForm")
input.input-small(id="username", type="text", name="User", placeholder="Username")
input.input-small(id="password", type="password", name="Password", placeholder="Password")
input.btn.primary(type="submit", value="Sign In")
p#loginPrompt.pull-right.login-prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment