From c806bd04b89602768d5b5c64892a918ddcf92f80 Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Fri, 11 Jun 2021 11:25:49 +0200 Subject: [PATCH] Updated style, about and home --- public/about/index.php | 17 ++++++++--- public/about/legals/index.php | 54 +++++++++++++++++++++++++++++++++ public/about/trombi/index.php | 2 +- public/config.php.dist | 6 ++++ public/footer.php | 4 ++- public/index.php | 6 +++- public/styles/style.css | 57 +++++++++++++++++++++++++++++++++-- 7 files changed, 135 insertions(+), 11 deletions(-) create mode 100644 public/about/legals/index.php diff --git a/public/about/index.php b/public/about/index.php index a30db41..586da8c 100644 --- a/public/about/index.php +++ b/public/about/index.php @@ -1,5 +1,5 @@ @@ -12,11 +12,18 @@ $root = $_SERVER['DOCUMENT_ROOT']; - - +
+ + +
-

À propos

-

Les Cocottes Minutes est une association étudiante de l'Université d'Évry val d'Essonne.

+
+
+

À propos

+

Les Cocottes Minutes est une association étudiante de l'Université d'Évry val d'Essonne.

+

Elle a pour objectif de promouvoir l'écologie au coeur de l'université et dans la ville d'Évry - Courcouronnes.

+
+
diff --git a/public/about/legals/index.php b/public/about/legals/index.php new file mode 100644 index 0000000..6898c19 --- /dev/null +++ b/public/about/legals/index.php @@ -0,0 +1,54 @@ + + + + + + + + + Mentions Légales | Les Cocottes Minutes + + + + + +
+ + +
+
+
+
+

Mentions Légales

+

Association

+

Direction: Clément DEMONGIN

+

Site web

+

Directeur de la publication: ...

+

Développeur: Samuel ORTION, étudiant en Sciences de la Vie - Informatique

+

Licence

+
Contenu
+

+ Sauf mention contraire, l'ensemble du contenu de ce site web, + (image et texte, par exemple) est mis sous licence + Creative Commons - Attribution - ShareAlike 4.0 International. +

+
+ cc-by-sa +
Code source
+

+ Le code source de ce site web est disponible sous licence GNU Affero GPL v3 sur la forge Gitea du Chapril. +

+
+ + agpl logo + +
+
+
+ + + + + \ No newline at end of file diff --git a/public/about/trombi/index.php b/public/about/trombi/index.php index 939e33e..c353d25 100644 --- a/public/about/trombi/index.php +++ b/public/about/trombi/index.php @@ -1,5 +1,5 @@ diff --git a/public/config.php.dist b/public/config.php.dist index e69de29..2cdeac4 100644 --- a/public/config.php.dist +++ b/public/config.php.dist @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/public/footer.php b/public/footer.php index 449dae3..80e955c 100644 --- a/public/footer.php +++ b/public/footer.php @@ -1,6 +1,8 @@ \ No newline at end of file diff --git a/public/index.php b/public/index.php index a36730c..c1caa10 100644 --- a/public/index.php +++ b/public/index.php @@ -32,6 +32,10 @@ $root = $_SERVER['DOCUMENT_ROOT'];

+
+ +
+
@@ -46,6 +50,6 @@ $root = $_SERVER['DOCUMENT_ROOT']; - + \ No newline at end of file diff --git a/public/styles/style.css b/public/styles/style.css index 26a5eff..f602a17 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -41,7 +41,7 @@ body { } div.container.flip { - height: 30em; + height: 20em; } div.container { @@ -55,7 +55,7 @@ div.container.flip:nth-child(even) { div.container.flip:nth-child(odd) { background-color: transparent; - height: 40em; + height: 25em; } a img { @@ -69,5 +69,56 @@ footer a { } #map { - height: 40em; + height: 25em; +} + +.center { + position: relative; + text-align: center; + margin: auto; +} + +.big-button { + background-color: green; + padding: 2em; + border-radius: 1em; +} + +div.reduced { + max-height: 10em; +} + +form { + display: flex; + flex-direction: column; +} + +form input, +form textarea { + margin: 1em; +} + +form input[type=submit] { + width: fit-content; +} + +div.error { + background-color: rgba(255, 0, 0, 0.5); + border: solid red 1px; + border-radius: 1em; + padding: 1em; +} + +div.msg { + background-color: rgba(0, 255, 0, 0.5); + border: solid darkgreen 1px; + border-radius: 1em; + padding: 1em; + margin: 2em; +} + +img.full-height { + max-height: none; + height: 4em; + border-radius: 0; } \ No newline at end of file