2020-06-26 16:59:54 +02:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
|
|
title= title
|
|
|
|
link(rel="stylesheet", href="/stylesheets/style.css")
|
|
|
|
body
|
|
|
|
block content
|
2020-08-17 16:54:43 +02:00
|
|
|
|
|
|
|
div#user
|
2020-08-17 18:03:25 +02:00
|
|
|
a(href="/") Home
|
|
|
|
p |
|
2020-08-17 16:54:43 +02:00
|
|
|
if user
|
2020-08-17 17:58:55 +02:00
|
|
|
a(href="/profile")=user.username
|
2020-08-17 16:54:43 +02:00
|
|
|
a(href="/logout") Logout
|
|
|
|
else
|
|
|
|
a(href="/login") Login
|
|
|
|
a(href="/register") Register
|
|
|
|
|
|
|
|
div#more
|
|
|
|
a About
|
|
|
|
a Contact
|
|
|
|
|
|
|
|
div#dark.hide
|
|
|
|
div#about.popup.card.hide
|
|
|
|
h1 About
|
|
|
|
p This software respond to the COVID-19 health crisis for the following students' offices food supply
|
|
|
|
div.images
|
|
|
|
div
|
|
|
|
img(src="images/logoBio.png")
|
|
|
|
p Bio student office
|
|
|
|
div
|
|
|
|
img(src="images/logoChimie.png")
|
|
|
|
p Chemical student office
|
|
|
|
div
|
|
|
|
img(src="images/logoGC.png")
|
|
|
|
p Civil engineering student office
|
|
|
|
div
|
|
|
|
img(src="images/logoGCGP.png")
|
|
|
|
p Chemical and process engineering student office
|
|
|
|
div
|
|
|
|
img(src="images/logoGEA.png")
|
|
|
|
p Management of companies and administrations student office
|
|
|
|
div
|
|
|
|
img(src="images/logoInfo.png")
|
|
|
|
p IT student office
|
|
|
|
p.before-link Made with ❤️ by
|
|
|
|
a(href="https://www.linkedin.com/in/florian-charlaix" target="_blank") Florian Charlaix
|
|
|
|
div#contact.popup.card.hide
|
|
|
|
h1 Contact
|
|
|
|
p.before-link Order issue:
|
|
|
|
a(href="mailto: ") test@test.fr
|
|
|
|
p.before-link Bio student office:
|
|
|
|
a(href="mailto: ")
|
|
|
|
p.before-link Chemical student office:
|
|
|
|
a(href="mailto: ")
|
|
|
|
p.before-link Civil engineering student office:
|
|
|
|
a(href="mailto: ")
|
|
|
|
p.before-link Chemical and process engineering student office:
|
|
|
|
a(href="mailto: bde.gcgp.lyon1@gmail.com") bde.gcgp.lyon1@gmail.com
|
|
|
|
p.before-link Management of companies and administrations student office:
|
|
|
|
a(href="mailto: ")
|
|
|
|
p.before-link IT student office:
|
|
|
|
a(href="mailto: contact@bde-info.org") contact@bde-info.org
|
|
|
|
|
|
|
|
script(src="javascripts/layout.js")
|