diff --git a/assets/css/menu.css b/assets/css/menu.css index a0f6e27..d31ed9c 100644 --- a/assets/css/menu.css +++ b/assets/css/menu.css @@ -1,28 +1,75 @@ .menu { position: fixed; - bottom: -150px; left: 0; + bottom: -15%; width: 100%; - height: auto; + height: 25vh; z-index: 2; overflow: visible; transition: transform 0.3s; } -.menu-row{ - display: flex; -} + .menu-svg{ - width: 370px; - margin-bottom: 0px; + width: 30vw; + height: 40vh; + } +#menu ul { + flex-wrap: wrap; + padding: 0; + margin: 0; + list-style: none; + display: flex; + justify-content: center; + background-color: transparent; + color: #fff; + height: 50px; + align-items: center; + background-color: rgba(0, 0, 0, 0.7); /* Add a semi-transparent background color for readability */ + +} + +@media only screen and (max-width: 600px) { + /* Add styles for smartphones screens */ + #menu ul { + height: auto; + flex-direction: column; + justify-content: center; + } + + #menu li { + margin: 5px 0; + } + } + +#menu li { +margin: 0 10px; + + +} + +#menu a { + display: block; /* Add this line to make the link fill the entire menu item */ + padding: 10px; /* Add some padding for better readability and clickable area */ + color: #c25151; + text-decoration: none; + background-image: url('/assets/img/colonne.svg'); /* Add this line to set the link background image */ + background-repeat: no-repeat; + background-position: center; + background-size: cover; +} + + + + + + + .menu-link{ - position: fixed; - margin-left: 10%; - bottom: 80px; - left: 0; + margin-left: 10px; width: 100%; - z-index: 2; + position: absolute; } .menu-link use { diff --git a/assets/css/page/index.css b/assets/css/page/index.css index f23d3ae..434f09e 100644 --- a/assets/css/page/index.css +++ b/assets/css/page/index.css @@ -1,7 +1,7 @@ #msg_acc { display: block; background-color: rgba(88, 159, 218, 0.798); - width: 80%; + width: 80vw; max-width: 800px; margin-left: auto; margin-right: auto; diff --git a/assets/css/page/prevs.css b/assets/css/page/prevs.css index 5d659dd..a78ad19 100644 --- a/assets/css/page/prevs.css +++ b/assets/css/page/prevs.css @@ -36,10 +36,11 @@ iframe { #desc { display: block; - background-color: rgba(255,255,255,0.5); + background-color: rgba(88, 159, 218, 0.798); width: 80vw; margin: auto; padding: 50px; font-size: 1.2rem; margin-top: 40px; -} \ No newline at end of file + border-radius: 15px; +} diff --git a/index.php b/index.php index b46725b..6f8ba37 100755 --- a/index.php +++ b/index.php @@ -56,14 +56,9 @@ include "assets/scripts/globals.php";

- Bienvenue à l'INSA Toulouse jeune aventurier, pour ta magnifique semaine d'accueil. + Bienvenue à l'INSA Toulouse jeune gaulois, pour ta magnifique semaine d'accueil. Ce site est fait pour t'aider à commencer l'aventure en toute sérénité.

-

- Toutes les photos de ta semaine sont disponibles ici ! Pendant cette semaine tu - pourras découvrir toutes les photos prises par la Com Photo pour te remémorer plein de - souvenirs. -

Tu vas pouvoir trouver ici des informations générales sur ta semaine, comme Le Planning, diff --git a/structure/menu.php b/structure/menu.php index f5159ab..254f1a8 100644 --- a/structure/menu.php +++ b/structure/menu.php @@ -7,29 +7,20 @@ include "assets/scripts/globals.php" ?> -