diff --git a/anim.php b/anim.php index 6eed344..98325eb 100644 --- a/anim.php +++ b/anim.php @@ -3,15 +3,6 @@ ob_start(); // Start reading html ?>
-
- - - -
Message de la Com'anim
- - - -

Coucou Petit.e Pêche Agréable,

@@ -46,6 +37,6 @@ ob_start(); // Start reading html
\ No newline at end of file diff --git a/assets/css/menu.css b/assets/css/menu.css index 1a331c2..d53a272 100644 --- a/assets/css/menu.css +++ b/assets/css/menu.css @@ -122,4 +122,5 @@ span.close-mobile-menu { span.close-mobile-menu:hover { color: #FFDC00; -} \ No newline at end of file +} + diff --git a/assets/css/page/index.css b/assets/css/page/index.css index 8b61492..e69de29 100644 --- a/assets/css/page/index.css +++ b/assets/css/page/index.css @@ -1,11 +0,0 @@ -#msg_acc { - display: block; - background-color: rgba(255,255,255,0.5); - width: 80%; - max-width: 800px; - margin-left: auto; - margin-right: auto; - padding: 50px; - font-size: 1.2rem; - margin-top: 40px; -} \ No newline at end of file diff --git a/assets/css/template.css b/assets/css/template.css index 9cff999..819cacd 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -13,7 +13,7 @@ html { } body { - font-family: 'Mario Extended', sans-serif; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 1rem; @@ -71,64 +71,31 @@ a.linkmail:hover { -webkit-text-stroke: 1px white; } -/** START BOX JAUNE **/ - -.box-jaune { +/* BEGIN PANCARTE */ +.pancarte { display: inline-block; position: relative; padding: 10px; margin: 40px 10vw 0; font-size: 2.5px; - background-color: #efd21f; - border-top: solid 2em #fbf322; - border-left: solid 2em #a29013; - border-right: solid 2em #f7e31c; - border-bottom: solid 2em #73590b; + background-color: #a06827; + border-top: solid 2em #a06827; + border-left: solid 2em #a06827; + border-right: solid 2em #a06827; + border-bottom: solid 2em #332806; - clip-path: polygon( + /*clip-path: polygon( 0 2.00em,1em 1em,2.00em 0, calc(100% - 2.00em) 0,calc(100% - 1em) 1em,100% 2.00em, 100% calc(100% - 2.00em),calc(100% - 1em) calc(100% - 1em),calc(100% - 2.00em) 100%, 2.00em 100%,1em calc(100% - 1em),0 calc(100% - 2.00em) - ); + );*/ + + border-radius: 10px; } -.corners-top::before { - top: -2em; - left: -2em; - background-color: #bfa018; -} - -.corners-top::after { - top: -2em; - right: -2em; - background-color: #fbfa87; -} - -.corners-bottom::before { - bottom: -1.9em; - left: -2em; - background-color: #44350d; -} - -.corners-bottom::after { - bottom: -1.9em; - right: -2em; - background-color: #967912; -} - -.corners::before, -.corners:after { - content:""; - position: absolute; - display:block; - width: 2em; - height: 2em; - z-index: 2; -} - -.box-jaune .title { +.pancarte .title { padding: 3vw 4.5vw; color: black; font-size: 1.5rem; @@ -164,7 +131,7 @@ a.linkmail:hover { right: 3em; } -/** END BOX JAUNE **/ +/** END PANCARTE **/ .menu_space_bottom { position: sticky; @@ -225,4 +192,8 @@ section { #main_content { padding-top: 20px; +} + +.pc_container{ + text-align: center; } \ No newline at end of file diff --git a/assets/img/asterix.png b/assets/img/asterix.png new file mode 100644 index 0000000..7493fce Binary files /dev/null and b/assets/img/asterix.png differ diff --git a/assets/img/buisson.png b/assets/img/buisson.png new file mode 100644 index 0000000..9eeb4c4 Binary files /dev/null and b/assets/img/buisson.png differ diff --git a/assets/img/clash-royale.gif b/assets/img/clash-royale.gif new file mode 100644 index 0000000..db767fa Binary files /dev/null and b/assets/img/clash-royale.gif differ diff --git a/assets/img/kisspng-obelix-asterix-fond-blanc-cartoonist-clip-art-obelix-5b2464185f42a6.0118884615291115763902.png b/assets/img/kisspng-obelix-asterix-fond-blanc-cartoonist-clip-art-obelix-5b2464185f42a6.0118884615291115763902.png new file mode 100644 index 0000000..68e1ef4 Binary files /dev/null and b/assets/img/kisspng-obelix-asterix-fond-blanc-cartoonist-clip-art-obelix-5b2464185f42a6.0118884615291115763902.png differ diff --git a/assets/img/pancarte.png b/assets/img/pancarte.png new file mode 100644 index 0000000..065af14 Binary files /dev/null and b/assets/img/pancarte.png differ diff --git a/assets/img/romains.png b/assets/img/romains.png new file mode 100644 index 0000000..a28dfda Binary files /dev/null and b/assets/img/romains.png differ diff --git a/assets/img/vice-prez.png b/assets/img/vice-prez.png new file mode 100644 index 0000000..3f323c1 Binary files /dev/null and b/assets/img/vice-prez.png differ diff --git a/blouse.php b/blouse.php index 683d234..d3de0dd 100755 --- a/blouse.php +++ b/blouse.php @@ -4,15 +4,6 @@ ob_start(); // Start reading html include "assets/fonts/color.php"; ?>
-
- - - -
La Blouse
- - - -
@@ -100,6 +91,6 @@ include "assets/fonts/color.php"; } \ No newline at end of file diff --git a/chansons.php b/chansons.php index 0e4e826..44b9da3 100644 --- a/chansons.php +++ b/chansons.php @@ -17,15 +17,6 @@ function music($name, $link) { include "assets/fonts/color.php"; ?>
-
- - - -
Les Chansons
- - - -

, les chansons sont très importantes, vous allez en chanter beaucoup et très fort pendant votre semaine d'accueil. @@ -46,6 +37,6 @@ include "assets/fonts/color.php";

\ No newline at end of file diff --git a/clubs.php b/clubs.php index 3db94be..b386567 100644 --- a/clubs.php +++ b/clubs.php @@ -7,19 +7,13 @@ ob_start(); // Start reading html >> Comment rejoindre une association ? <<
-
- - - -
Chargement en cours ...
amicale-insat.fr/clubs
- - - +
\ No newline at end of file diff --git a/com_page.php b/com_page.php index f411220..97739c3 100644 --- a/com_page.php +++ b/com_page.php @@ -5,15 +5,6 @@ ob_start(); // Start reading html ?>
-
- - - -
Messages des COM's
- - - -
@@ -35,6 +26,6 @@ ob_start(); // Start reading html
\ No newline at end of file diff --git a/com_ville.php b/com_ville.php index f51fb68..1847d92 100644 --- a/com_ville.php +++ b/com_ville.php @@ -82,25 +82,6 @@ if(isset($_GET['team']) AND !empty($_GET['team'])) } ?>
-
- - - -
- Equipe - Etape '.($avancement+1).'/17'; - } else { - echo '
finit aka 17/17'; - } - - ?> -
- - - -
Etape '.($avancement+1).'/17'; +} else { + $titre += '
finit aka 17/17'; +} + + + +$infopage = ["", "Com'ville", ob_get_clean(), "", "com_ville",$titre]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6 include("structure/template.php"); ?> \ No newline at end of file diff --git a/coms.php b/coms.php index 651fe4e..fc3387a 100755 --- a/coms.php +++ b/coms.php @@ -3,16 +3,6 @@ ob_start(); // Start reading html ?>
-
- - - -

Les Com's

La liste des responsables (les meilleurs, objectivement ^^)
- - - -
-
Le Bureau
@@ -130,16 +120,16 @@ ob_start(); // Start reading html ["rebejac@insa-toulouse.fr", "clj.akinlami@gmail.com"]); respo( - 'Respo info (com graphisme)', - ["Baptiste", "Guillaume"], - ["Rébillard", "Joffre"], - ["rebillar@insa-toulouse.fr", "gjoffre@insa-toulouse.fr"]); + 'Respo Web', + ["Alejandro", "Pastor"], + ["Mougnibas", "Théo"], + ["pastor@insa-toulouse.fr", "mougnibas@insa-toulouse.fr"]); ?>
Les Com'sLa liste des responsables (les meilleurs, objectivement ^^)"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6 include("structure/template.php"); ?> \ No newline at end of file diff --git a/construction.php b/construction.php index 0028b2a..f582c3a 100644 --- a/construction.php +++ b/construction.php @@ -3,16 +3,6 @@ ob_start(); // Start reading html ?>
-
- - - -
Page en Construction
- - - -
-

Page en construction, revenez plus tard (c'est pas la faute des devs) @@ -20,6 +10,6 @@ ob_start(); // Start reading html

\ No newline at end of file diff --git a/downloads.php b/downloads.php index 4f4e3ed..1ffc3bd 100755 --- a/downloads.php +++ b/downloads.php @@ -2,15 +2,6 @@ ob_start(); // Start reading html ?>
-
- - - -
Les Téléchargements
- - - -

Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.

    @@ -31,6 +22,6 @@ ob_start(); // Start reading html
\ No newline at end of file diff --git a/enigma.php b/enigma.php index ea7bf11..2fa7e43 100644 --- a/enigma.php +++ b/enigma.php @@ -41,15 +41,6 @@ if(isset($_POST['send'])) { } } ?> -
- - - -
Enigme de la plaquette
- - - -
\ No newline at end of file diff --git a/error.php b/error.php index 9099a58..1dc233f 100644 --- a/error.php +++ b/error.php @@ -5,6 +5,6 @@ ob_start(); // Start reading html
\ No newline at end of file diff --git a/game.php b/game.php index a7d940e..df434fd 100644 --- a/game.php +++ b/game.php @@ -3,24 +3,13 @@ ob_start(); // Start reading html ?>
-
- - - - - - - -
- +


>> Ce jeu vous est proposé par le club info !! <<"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6 include("structure/template.php"); ?> \ No newline at end of file diff --git a/index.php b/index.php index 42c2394..7d3296a 100755 --- a/index.php +++ b/index.php @@ -7,15 +7,6 @@ include "assets/fonts/cursor.php"; ?>
-
- - - -
Semaine d'Accueil INSA Toulouse 2022
- - - -

@@ -52,6 +43,6 @@ include "assets/fonts/cursor.php";

\ No newline at end of file diff --git a/info.php b/info.php index b7a8c76..0abc4fa 100644 --- a/info.php +++ b/info.php @@ -3,16 +3,6 @@ ob_start(); // Start reading html ?>
-
- - - -
Informations (contact, crédits, vie privée)
- - - -
-

Contact

@@ -86,12 +76,12 @@ ob_start(); // Start reading html Il à ensuite été repris successivement par :
Arthur BOIVERT (en 2019)
Cyprien HEUSSE (en 2020)
- Ronan BONNET (en 2021) + Ronan BONNET (en 2021)
+ Baptiste REBILLARD et Guillaume JOFFRE (refonte du site) (en 2022) +
  • - Suite à de trop nombreuses couches de développement, nous avons refait le site entièrement.
    - Vos dévoués développeurs sont donc :
    - Guillaume JOFFRE et REBILLARD Baptiste (c'est nous ^^) + Et nous voilà maintenant, Alejandro Pastor et Théo Mougnibas :D

  • @@ -121,6 +111,6 @@ ob_start(); // Start reading html
    \ No newline at end of file diff --git a/lydia.php b/lydia.php index 001e541..8827120 100644 --- a/lydia.php +++ b/lydia.php @@ -4,15 +4,7 @@ ob_start(); // Start reading html include "assets/fonts/color.php"; ?>
    -
    - - -
    Izly et Lydia
    - - - -
    Pour payer au Pk, au RU ou encore à la cafet’ tu vas avoir deux applis pour te simplifier la vie.

    @@ -39,6 +31,6 @@ include "assets/fonts/color.php";
    \ No newline at end of file diff --git a/map.php b/map.php index 80f1517..6f566a3 100755 --- a/map.php +++ b/map.php @@ -7,16 +7,6 @@ ob_start(); // Start reading html
    -
    - - - -
    Carte de l'INSA - version :
    - - - -
    -
    @@ -63,6 +53,6 @@ ob_start(); // Start reading html
    version : "]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6 include("structure/template.php"); ?> \ No newline at end of file diff --git a/parrainage.php b/parrainage.php index 127e9e2..691746f 100755 --- a/parrainage.php +++ b/parrainage.php @@ -2,15 +2,6 @@ ob_start(); // Start reading html ?>
    -
    - - - -
    Le mot de la Com's parrainage
    - - - -

    Notre Giga Duo de respo Ariègeoise te souhaite la bienvenue dans le MONDE 60 de L'INSA !
    @@ -73,6 +64,6 @@ ob_start(); // Start reading html

    \ No newline at end of file diff --git a/photos.php b/photos.php index 97a5fb5..f1d4856 100644 --- a/photos.php +++ b/photos.php @@ -264,15 +264,6 @@ if (isset($_REQUEST['logout'])) { ?>
    -
    - - - -
    Les photos
    - - - -

    Vous êtes connecté !

    @@ -320,6 +311,6 @@ if (isset($_REQUEST['logout'])) {
    diff --git a/planning.php b/planning.php index cdc97cc..fe4427d 100755 --- a/planning.php +++ b/planning.php @@ -11,33 +11,7 @@ if(isset($_GET['planning']) AND !empty(['planning'])) ?>
    -
    - - -
    - Planning - -
    - - - -