Created
January 27, 2012 12:36
-
-
Save ric03uec/1688584 to your computer and use it in GitHub Desktop.
nodeblox topbar code
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
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