wiki_thsf_2015/views/layout.jade

36 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-03-31 00:17:58 +02:00
doctype html
2012-01-18 17:01:17 +01:00
html
head
title= title
2015-03-28 20:13:18 +01:00
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
2015-04-12 11:30:34 +02:00
meta( name="viewport" content="width=device-width, initial-scale=1")
2015-03-28 20:13:18 +01:00
//link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/cyborg.min.css')
2015-03-31 04:25:25 +02:00
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/bootstrap-responsive.min.css')
2015-03-28 20:13:18 +01:00
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/js/jquery.min.js')
script(src='/js/bootstrap.min.js')
2015-03-31 04:25:25 +02:00
body
2015-04-12 11:30:34 +02:00
nav.navbar.navbar-default.navbar-fixed-top
2015-03-31 04:25:25 +02:00
div.container-fluid
2015-03-28 20:13:18 +01:00
ul.nav.navbar-nav
li(role="presentation" )
2015-04-12 11:30:34 +02:00
img(src="/images/logo_small.png" class="img-logo")
2015-03-28 20:13:18 +01:00
li(role="presentation" )
2015-04-12 11:30:34 +02:00
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" )
2015-04-12 21:05:49 +02:00
a(href="#install", class="anchor") perf/expos
2015-04-12 11:30:34 +02:00
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
2015-04-15 08:50:40 +02:00
li(role="presentation" )
2015-05-21 18:39:27 +02:00
a(href="#stream", class="anchor") datas
2015-03-31 04:25:25 +02:00
block body