diff --git a/admin/test_db_init.php b/admin/test_db_init.php
new file mode 100644
index 0000000..63084cc
--- /dev/null
+++ b/admin/test_db_init.php
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/assets/css/menu.css b/assets/css/menu.css
index 8ef9af1..a0f6e27 100644
--- a/assets/css/menu.css
+++ b/assets/css/menu.css
@@ -1,14 +1,29 @@
.menu {
position: fixed;
- bottom: -2px;
+ bottom: -150px;
left: 0;
width: 100%;
height: auto;
z-index: 2;
-
overflow: visible;
transition: transform 0.3s;
}
+.menu-row{
+ display: flex;
+}
+.menu-svg{
+ width: 370px;
+ margin-bottom: 0px;
+}
+
+.menu-link{
+ position: fixed;
+ margin-left: 10%;
+ bottom: 80px;
+ left: 0;
+ width: 100%;
+ z-index: 2;
+}
.menu-link use {
transition: transform 50ms;
diff --git a/assets/css/page/vice_prez.css b/assets/css/page/vice_prez.css
new file mode 100644
index 0000000..4398f01
--- /dev/null
+++ b/assets/css/page/vice_prez.css
@@ -0,0 +1,38 @@
+.conteneur-oeuf-de-paque{
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+}
+
+
+
+
+@keyframes rotation {
+
+ to{
+ visibility: visible;
+ transform: rotate3d(1, 1, 1, 0deg);
+ }
+
+ from{
+ transform: rotate3d(1, 1, 1, 360deg);
+
+ }
+
+}
+
+.vice-prez{
+ top: 0%;
+ position: fixed;
+ animation-name: rotation;
+ animation-duration: 1s;
+ animation-iteration-count: infinite;
+}
+
+
+.clash-gif{
+ position: fixed;
+ top: 0%;
+}
\ No newline at end of file
diff --git a/assets/css/template.css b/assets/css/template.css
index 6d525a7..12bab5c 100644
--- a/assets/css/template.css
+++ b/assets/css/template.css
@@ -1,7 +1,7 @@
/* Custom Obelix font definition : */
@font-face{
- font-family: "ObelixPro";
- src: url("../fonts/obelix-pro/ObelixPro-cyr.ttf");
+ font-family: "Lapsus Pro Bold";
+ src: url("../fonts/lapsus-pro.ttf");
}
*, *::before, *::after {
@@ -14,7 +14,7 @@ html {
}
body {
- font-family: 'ObelixPro';
+ font-family: 'Lapsus Pro Bold';
font-size: 1rem;
@@ -27,7 +27,7 @@ body {
background-attachment: fixed;
background-color: #bdc7f3;
- /*background-image: url("/assets/img/background.jpg");*/
+ background-image: url("/assets/img/placeholder.png");
}
diff --git a/assets/fonts/lapsus-pro.otf b/assets/fonts/lapsus-pro.otf
new file mode 100644
index 0000000..471cf75
Binary files /dev/null and b/assets/fonts/lapsus-pro.otf differ
diff --git a/assets/fonts/lapsus-pro.ttf b/assets/fonts/lapsus-pro.ttf
new file mode 100644
index 0000000..471cf75
Binary files /dev/null and b/assets/fonts/lapsus-pro.ttf differ
diff --git a/assets/img/colonne.png b/assets/img/colonne.png
new file mode 100644
index 0000000..71041af
Binary files /dev/null and b/assets/img/colonne.png differ
diff --git a/assets/img/colonne.svg b/assets/img/colonne.svg
new file mode 100644
index 0000000..2f350c9
--- /dev/null
+++ b/assets/img/colonne.svg
@@ -0,0 +1,43 @@
+
+
+
+Created with Fabric.js 4.6.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/img/placeholder.png b/assets/img/placeholder.png
new file mode 100644
index 0000000..7fbca31
Binary files /dev/null and b/assets/img/placeholder.png differ
diff --git a/assets/scripts/globals.php b/assets/scripts/globals.php
index f2c21fa..2299a0a 100644
--- a/assets/scripts/globals.php
+++ b/assets/scripts/globals.php
@@ -1,6 +1,27 @@
\ No newline at end of file
diff --git a/index.php b/index.php
index 94d798a..9abbc7b 100755
--- a/index.php
+++ b/index.php
@@ -8,6 +8,8 @@ include "assets/scripts/globals.php"
+
+
Bienvenue à l'INSA Toulouse jeune aventurier, pour ta magnifique semaine d'accueil.
@@ -32,8 +34,8 @@ include "assets/scripts/globals.php"
".$TEAM2.","
- echo"".$TEAM1." "
+ echo"".$TEAM2." ,";
+ echo"".$TEAM1." ";
?>
@@ -44,6 +46,11 @@ include "assets/scripts/globals.php"
+
+
+
+
+
+
\ No newline at end of file
diff --git a/structure/footer.php b/structure/footer.php
index 74f058c..0852aed 100644
--- a/structure/footer.php
+++ b/structure/footer.php
@@ -4,8 +4,35 @@ Tous les éléments présents sur ce site sont représentés à des fins humoris
Ce site utilise Matomo pour analyser la fréquentation de manière anonyme. Rendez- vous sur la page Infos pour plus de détails.
-Contacter Elea ou Arthur (il est trop bg) , les responsables de la semaine, pour plus d'informations.
+Contacter Elea ou Arthur (il est trop bg) , les responsables de la semaine, pour plus d'informations.
Site maintenu par Théo Mougnibas et Alejandro Pastor .
-Copyright © 2023 - Tous droits réservés
\ No newline at end of file
+Copyright © 2023 - Tous droits réservés
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/structure/menu.php b/structure/menu.php
index 8cef7fb..f5159ab 100644
--- a/structure/menu.php
+++ b/structure/menu.php
@@ -6,95 +6,33 @@ if(!isset($relativepath)) {
include "assets/scripts/globals.php"
?>
-
-
diff --git a/structure/template.php b/structure/template.php
index b4bce6d..9366992 100644
--- a/structure/template.php
+++ b/structure/template.php
@@ -5,6 +5,7 @@ $pagecontent = $infopage[2]; // contenu de la page qui se retrouve dans le
$pagename = $infopage[4]; // nom de la page exact servant à appeler le css (cf sur /structure/template.php). Ex : ceciestunepage.php => { $pagetitle = "Ceci est une page" et $pagename = "ceciestunepage" }
$txt_pancarte = $infopage[5]; // le texte à mettre sur la pancarte
+header("Cache-Control: no-cache, must-revalidate");
?>
@@ -23,7 +24,7 @@ $txt_pancarte = $infopage[5]; // le texte à mettre sur la pancarte
-
+