diff --git a/public/contact/config.php.dist b/public/contact/config.php.dist index e69de29..4478531 100644 --- a/public/contact/config.php.dist +++ b/public/contact/config.php.dist @@ -0,0 +1,11 @@ +"contact@cotcot.org", + "user"=>"webmaster" +); +?> \ No newline at end of file diff --git a/public/contact/index.php b/public/contact/index.php index 63dbd77..91ecfae 100644 --- a/public/contact/index.php +++ b/public/contact/index.php @@ -34,7 +34,7 @@ try {
-

Babillons ensemble !

+

Caquetons ensemble !

- + diff --git a/public/index.php b/public/index.php index c1caa10..7558581 100644 --- a/public/index.php +++ b/public/index.php @@ -24,16 +24,32 @@ $root = $_SERVER['DOCUMENT_ROOT'];
-

- Association étudiante de l'Université d'Évry val d'Esonne, - Les Cocottes Minutes a pour objectif d'initier - et promouvoir des actions dans le domaine de l'écologie - au coeur de l'université, et plus généralement dans la ville d'Évry - Courcouronnes. -

+
+
+ +
+
+

+ Association étudiante de l'Université d'Évry val d'Esonne, + Les Cocottes Minutes a pour objectif d'initier + et promouvoir des actions dans le domaine de l'écologie + au coeur de l'université, et plus généralement dans la ville d'Évry - Courcouronnes. +

+
+
- +
+
+

+ Envie de t'impliquer au niveau local à l'université d'Évry ? + Étudiant ou citoyen lambda sensibilisé à l'écologie ? + N'attend plus, rejoint les cocottes ! +

+
+ +
diff --git a/public/media/pictures/logo.png b/public/media/pictures/logo.png new file mode 100644 index 0000000..acf02bb Binary files /dev/null and b/public/media/pictures/logo.png differ diff --git a/public/media/pictures/terre.jpg b/public/media/pictures/terre.jpg new file mode 100644 index 0000000..3724e47 Binary files /dev/null and b/public/media/pictures/terre.jpg differ diff --git a/public/networks.php b/public/networks.php index 80b1ca8..884e8ba 100644 --- a/public/networks.php +++ b/public/networks.php @@ -3,7 +3,7 @@ - + mobilizon diff --git a/public/styles/style.css b/public/styles/style.css index f602a17..ae7be8a 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -34,19 +34,20 @@ section { body { background-color: black; - background-image: url("/media/pictures/earth-resized.jpg"); + background-image: url("/media/pictures/terre.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: 50%; } div.container.flip { - height: 20em; + min-height: 20em; } div.container { background-color: white; padding: 2em; + min-height: max-content; } div.container.flip:nth-child(even) { @@ -121,4 +122,26 @@ img.full-height { max-height: none; height: 4em; border-radius: 0; +} + +.row { + display: flex; + flex-direction: row; +} + +div.container.row>div { + flex: 0 0 50%; +} + + +div.container div p, +div.container div button, +div.container div img#logo { + position: relative; + height: fit-content; + margin-top: 20%; +} + +div.container img#logo { + border-radius: 1em; } \ No newline at end of file