diff --git a/public/images/logoBio.png b/public/images/logoBio.png new file mode 100644 index 0000000..bdfef98 Binary files /dev/null and b/public/images/logoBio.png differ diff --git a/public/images/logoChimie.png b/public/images/logoChimie.png new file mode 100644 index 0000000..6c6b824 Binary files /dev/null and b/public/images/logoChimie.png differ diff --git a/public/images/logoGCGP.png b/public/images/logoGCGP.png new file mode 100644 index 0000000..1116421 Binary files /dev/null and b/public/images/logoGCGP.png differ diff --git a/public/images/logoGEA.png b/public/images/logoGEA.png new file mode 100644 index 0000000..acdd923 Binary files /dev/null and b/public/images/logoGEA.png differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 46ac2e0..a8bd797 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -16,12 +16,6 @@ body { background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; } -@media (hover: none) and (pointer: coarse) { - body { - font-size: xx-large; - } -} - .card { display: flex; flex-direction: column; @@ -115,17 +109,22 @@ a { right: 0; height: max-content; width: max-content; + max-height: 100%; + max-width: 90%; } .images { display: flex; justify-content: space-around; + flex-wrap: wrap; + overflow-y: auto; } .images>div { display: flex; align-items: center; flex-direction: column; + margin: 1em; } .images img { @@ -159,3 +158,9 @@ p.before-link a::before { .sandwich { margin-left: 1em; } + +@media (hover: none) and (pointer: coarse) { + body { + font-size: xx-large; + } +} diff --git a/views/index.pug b/views/index.pug index 47dacc4..7db53c8 100644 --- a/views/index.pug +++ b/views/index.pug @@ -49,16 +49,40 @@ block content p This software respond to the COVID-19 health crisis for the following students' offices food supply div.images div - img(src="images/logoInfo.png") - p IT student office + 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.card.hide h1 Contact - p.before-link Order issue - a(href="") test@test.fr + 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/index.js")