new layout

This commit is contained in:
ang-st
2015-04-12 09:30:34 +00:00
parent dda6b4f1f4
commit c95239f106
26 changed files with 166 additions and 73 deletions

View File

@@ -3,22 +3,32 @@ html
head
title= title
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
meta( name="viewport" content="width=device-width, initial-scale=1")
//link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/cyborg.min.css')
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/bootstrap-responsive.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/js/jquery.min.js')
script(src='/js/bootstrap.min.js')
body
nav.navbar.navbar-default.navbar-fixed-top
div.container-fluid
nav.navbar.navbar-default.navbar-fixed-top
ul.nav.navbar-nav
li(role="presentation" )
a(href="#logo") THSF
li(role="presentation")
a(href="#home") presentation
img(src="/images/logo_small.png" class="img-logo")
li(role="presentation" )
a(href="#programm") programme
a(href="#home", class="anchor") presentation
li(role="presentation" )
a(href="#conference", class="anchor") conférences
li(role="presentation" )
a(href="#ateliers", class="anchor") ateliers
li(role="presentation" )
a(href="#install", class="anchor") expositions
li(role="presentation" )
a(href="#concert", class="anchor") concerts
li(role="presentation" )
a(href="#infos", class="anchor") infos pratiques
li(role="presentation" )
a(href="#contact", class="anchor") contact
#title_text [THSF] 14-17/05/2015@Toulouse:/less/is/more
block body

View File

@@ -1,7 +1,7 @@
include ./layout.jade
.container-fluid
div.container-fluid
#logo
each item in torender
div(id= item.divId)!= item.html
div(id= item.divId, class="content_box")!= item.html
if isAuth
a(href="/" + item.name + "/edit")= "Edit this Page"