Archived
1
0
Fork 0

Update about $ contact

This commit is contained in:
Ethanell 2020-08-17 10:45:38 +02:00
parent ef4b589a0c
commit d4a1864dfb
6 changed files with 39 additions and 10 deletions

BIN
public/images/logoBio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

BIN
public/images/logoGCGP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
public/images/logoGEA.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 KiB

View file

@ -16,12 +16,6 @@ body {
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
} }
@media (hover: none) and (pointer: coarse) {
body {
font-size: xx-large;
}
}
.card { .card {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -115,17 +109,22 @@ a {
right: 0; right: 0;
height: max-content; height: max-content;
width: max-content; width: max-content;
max-height: 100%;
max-width: 90%;
} }
.images { .images {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
flex-wrap: wrap;
overflow-y: auto;
} }
.images>div { .images>div {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
margin: 1em;
} }
.images img { .images img {
@ -159,3 +158,9 @@ p.before-link a::before {
.sandwich { .sandwich {
margin-left: 1em; margin-left: 1em;
} }
@media (hover: none) and (pointer: coarse) {
body {
font-size: xx-large;
}
}

View file

@ -49,16 +49,40 @@ block content
p This software respond to the COVID-19 health crisis for the following students' offices food supply p This software respond to the COVID-19 health crisis for the following students' offices food supply
div.images div.images
div div
img(src="images/logoInfo.png") img(src="images/logoBio.png")
p IT student office p Bio student office
div
img(src="images/logoChimie.png")
p Chemical student office
div div
img(src="images/logoGC.png") img(src="images/logoGC.png")
p Civil engineering student office 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 p.before-link Made with ❤️ by
a(href="https://www.linkedin.com/in/florian-charlaix" target="_blank") Florian Charlaix a(href="https://www.linkedin.com/in/florian-charlaix" target="_blank") Florian Charlaix
div#contact.card.hide div#contact.card.hide
h1 Contact h1 Contact
p.before-link Order issue p.before-link Order issue:
a(href="") test@test.fr 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") script(src="javascripts/index.js")