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