1.7.2
This commit is contained in:
parent
5125331926
commit
829520a870
@ -4,7 +4,7 @@ filePath = "/var/www/e59/"
|
|||||||
|
|
||||||
[social]
|
[social]
|
||||||
discord = "https://discord.gg/K6WwKYR8EV"
|
discord = "https://discord.gg/K6WwKYR8EV"
|
||||||
instagram = "https://instagram.com/e59.velizy"
|
instagram = "https://instagram.com/e59.fr"
|
||||||
linkedin = "https://linkedin.com/company/e59/"
|
linkedin = "https://linkedin.com/company/e59/"
|
||||||
x = "https://twitter.com/e59_club"
|
x = "https://twitter.com/e59_club"
|
||||||
youtube = "https://www.youtube.com/@e59-club"
|
youtube = "https://www.youtube.com/@e59-club"
|
||||||
@ -23,7 +23,7 @@ secretKey = "6LeoNrMpAAAAAAqmZpuvcFwuRhglX0rkI2rcdvw9"
|
|||||||
pageTitle = "Association E59"
|
pageTitle = "Association E59"
|
||||||
pageName = "E59"
|
pageName = "E59"
|
||||||
headerTitle = "E59"
|
headerTitle = "E59"
|
||||||
headerSubtitle = "Asso étudiante"
|
headerSubtitle = "Rassembler pour innover"
|
||||||
footerText = "© Association E59 - v1.7"
|
footerText = "© Association E59 - v1.7"
|
||||||
|
|
||||||
[darkThemes]
|
[darkThemes]
|
||||||
|
@ -101,7 +101,7 @@ if (isset($_FILES['miniature']) && $_FILES['miniature']['error'] == 0 && isset($
|
|||||||
$imageInfo = getimagesize($tempImagePath);
|
$imageInfo = getimagesize($tempImagePath);
|
||||||
|
|
||||||
if ($imageInfo[2] === IMAGETYPE_PNG || $imageInfo[2] === IMAGETYPE_JPEG) {
|
if ($imageInfo[2] === IMAGETYPE_PNG || $imageInfo[2] === IMAGETYPE_JPEG) {
|
||||||
$imageWidth = 500;
|
$imageWidth = 1000;
|
||||||
$imageHeight = ($height / $width) * $imageWidth;
|
$imageHeight = ($height / $width) * $imageWidth;
|
||||||
$imageResized = imagecreatetruecolor($imageWidth, $imageHeight);
|
$imageResized = imagecreatetruecolor($imageWidth, $imageHeight);
|
||||||
$imageOriginal = imagecreatefromstring(file_get_contents($tempImagePath));
|
$imageOriginal = imagecreatefromstring(file_get_contents($tempImagePath));
|
||||||
|
@ -129,7 +129,7 @@ if (isset($_POST['username']) && isset($_POST['password'])) {
|
|||||||
textInput("password", "", "password", "Mot de Passe", "");
|
textInput("password", "", "password", "Mot de Passe", "");
|
||||||
?>
|
?>
|
||||||
<button type="submit">Se connecter</button>
|
<button type="submit">Se connecter</button>
|
||||||
<a class="discret-button">Continuer avec Google</a>
|
<a class="discret-button" href="google-login.php">Continuer avec Google</a>
|
||||||
<div id="g_id_onload" data-client_id="492430091865-vtggls1qrvs2snmeidp12gupsm964f4b.apps.googleusercontent.com" data-callback="handleCredentialResponse"></div>
|
<div id="g_id_onload" data-client_id="492430091865-vtggls1qrvs2snmeidp12gupsm964f4b.apps.googleusercontent.com" data-callback="handleCredentialResponse"></div>
|
||||||
<div class="g_id_signin" data-type="standard" data-shape="rectangular" data-theme="filled_black" data-text="sign_in_with" data-size="large">></div>
|
<div class="g_id_signin" data-type="standard" data-shape="rectangular" data-theme="filled_black" data-text="sign_in_with" data-size="large">></div>
|
||||||
<div id="register-text">Vous n'avez pas de compte ? <a href="register.php?p=<?=$redirectPage?>">Créez en un</a></div>
|
<div id="register-text">Vous n'avez pas de compte ? <a href="register.php?p=<?=$redirectPage?>">Créez en un</a></div>
|
||||||
|
@ -2,23 +2,23 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/</loc>
|
<loc>https://e59.fr/</loc>
|
||||||
<lastmod>2024-07-24</lastmod>
|
<lastmod>2024-07-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/news</loc>
|
<loc>https://e59.fr/news</loc>
|
||||||
<lastmod>2024-07-24</lastmod>
|
<lastmod>2024-07-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/login</loc>
|
<loc>https://e59.fr/login</loc>
|
||||||
<lastmod>2024-03-18</lastmod>
|
<lastmod>2024-03-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/login/register.php</loc>
|
<loc>https://e59.fr/login/register.php</loc>
|
||||||
<lastmod>2024-03-18</lastmod>
|
<lastmod>2024-03-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/about</loc>
|
<loc>https://e59.fr/about</loc>
|
||||||
<lastmod>2024-03-18</lastmod>
|
<lastmod>2024-03-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/users/?u=jan</loc>
|
<loc>https://e59.fr/users/?u=jan</loc>
|
||||||
@ -26,11 +26,11 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/kezako</loc>
|
<loc>https://e59.fr/kezako</loc>
|
||||||
<lastmod>2024-07-24</lastmod>
|
<lastmod>2024-07-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/podcasts</loc>
|
<loc>https://e59.fr/podcasts</loc>
|
||||||
<lastmod>2024-07-24</lastmod>
|
<lastmod>2024-07-30</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://e59.fr/news/?article=20</loc>
|
<loc>https://e59.fr/news/?article=20</loc>
|
||||||
|
@ -573,11 +573,15 @@ footer {
|
|||||||
.articles-list .article-illustration {
|
.articles-list .article-illustration {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
|
height: 9em;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-list .article-illustration img {
|
.articles-list .article-illustration img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-list .article-info {
|
.articles-list .article-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user