From 829520a870cfafb680e48ca266588460e795c86e Mon Sep 17 00:00:00 2001 From: cbo Date: Thu, 1 Aug 2024 15:39:47 +0000 Subject: [PATCH] 1.7.2 --- config/global.ini | 4 ++-- html/editor/index.php | 2 +- html/login/old/old-index2.php | 2 +- html/sitemap.xml | 14 +++++++------- html/src/css/style.css | 4 ++++ 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/config/global.ini b/config/global.ini index 5bce7728..43b345b1 100755 --- a/config/global.ini +++ b/config/global.ini @@ -4,7 +4,7 @@ filePath = "/var/www/e59/" [social] discord = "https://discord.gg/K6WwKYR8EV" -instagram = "https://instagram.com/e59.velizy" +instagram = "https://instagram.com/e59.fr" linkedin = "https://linkedin.com/company/e59/" x = "https://twitter.com/e59_club" youtube = "https://www.youtube.com/@e59-club" @@ -23,7 +23,7 @@ secretKey = "6LeoNrMpAAAAAAqmZpuvcFwuRhglX0rkI2rcdvw9" pageTitle = "Association E59" pageName = "E59" headerTitle = "E59" -headerSubtitle = "Asso étudiante" +headerSubtitle = "Rassembler pour innover" footerText = "© Association E59 - v1.7" [darkThemes] diff --git a/html/editor/index.php b/html/editor/index.php index 79a0b17f..e6e3d5c9 100755 --- a/html/editor/index.php +++ b/html/editor/index.php @@ -101,7 +101,7 @@ if (isset($_FILES['miniature']) && $_FILES['miniature']['error'] == 0 && isset($ $imageInfo = getimagesize($tempImagePath); if ($imageInfo[2] === IMAGETYPE_PNG || $imageInfo[2] === IMAGETYPE_JPEG) { - $imageWidth = 500; + $imageWidth = 1000; $imageHeight = ($height / $width) * $imageWidth; $imageResized = imagecreatetruecolor($imageWidth, $imageHeight); $imageOriginal = imagecreatefromstring(file_get_contents($tempImagePath)); diff --git a/html/login/old/old-index2.php b/html/login/old/old-index2.php index 03b74353..623b6fb7 100644 --- a/html/login/old/old-index2.php +++ b/html/login/old/old-index2.php @@ -129,7 +129,7 @@ if (isset($_POST['username']) && isset($_POST['password'])) { textInput("password", "", "password", "Mot de Passe", ""); ?> - Continuer avec Google + Continuer avec Google
>
Vous n'avez pas de compte ? Créez en un
diff --git a/html/sitemap.xml b/html/sitemap.xml index c1d84e67..e71fa1d7 100755 --- a/html/sitemap.xml +++ b/html/sitemap.xml @@ -2,23 +2,23 @@ https://e59.fr/ - 2024-07-24 + 2024-07-30 https://e59.fr/news - 2024-07-24 + 2024-07-30 https://e59.fr/login - 2024-03-18 + 2024-03-30 https://e59.fr/login/register.php - 2024-03-18 + 2024-03-30 https://e59.fr/about - 2024-03-18 + 2024-03-30 https://e59.fr/users/?u=jan @@ -26,11 +26,11 @@ https://e59.fr/kezako - 2024-07-24 + 2024-07-30 https://e59.fr/podcasts - 2024-07-24 + 2024-07-30 https://e59.fr/news/?article=20 diff --git a/html/src/css/style.css b/html/src/css/style.css index bbe4c1f0..1a035453 100755 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -573,11 +573,15 @@ footer { .articles-list .article-illustration { margin: 0 auto; padding: 2em 0; + height: 9em; + overflow: hidden; + border-radius: 10px; } .articles-list .article-illustration img { max-width: 100%; margin: 0 auto; + border-radius: 0; } .articles-list .article-info {