Top navigation bar

stable
Xavier Julián 2015-04-14 15:02:43 +02:00 committed by Juanfran
parent 07a2834861
commit 9432ca39c2
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,22 @@
nav.navbar
div.nav-left
img.logo(src="svg/logo-nav.svg", alt="Taiga")
a(href="#", title="Discover trending projects") Discover
a(href="#", title="Taiga Support Page") Help
div.nav-right
a(href="", title="Dashboard") Dashboard
a(href="", title="Projects") Projects
//ul.dropdown.projects-list
// li
// a(href="#", title="{{ project-name }}") Project Name
// li
// a(href="#", title="{{ project-name }}") Project Name
// li
// a(href="#", title="{{ project-name }}") Project Name
// li
// a(href="#", title="{{ project-name }}") Project Name
a(href="#", title="Organizations") Organizations
a(href="#", title="{{ user.fullname }} profile")
span Sebastián Sanchís
img(src="#", alt="{{ user.fullname }} picture")

View File

@ -0,0 +1,6 @@
.navbar {
background: $black;
.logo {
max-width: 35px;
}
}