génération automatique pancarte titre + minor tweaks 2023
11
anim.php
|
@ -3,15 +3,6 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Message de la Com'anim</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<p>Coucou Petit.e Pêche Agréable,</p>
|
||||
|
@ -46,6 +37,6 @@ ob_start(); // Start reading html
|
|||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Com'anim", ob_get_clean(), "", "anim"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Com'anim", ob_get_clean(), "", "anim","Message de la Com'anim"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -122,4 +122,5 @@ span.close-mobile-menu {
|
|||
span.close-mobile-menu:hover {
|
||||
color: #FFDC00;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
BIN
assets/img/asterix.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
assets/img/buisson.png
Normal file
After Width: | Height: | Size: 134 KiB |
BIN
assets/img/clash-royale.gif
Normal file
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/pancarte.png
Normal file
After Width: | Height: | Size: 471 KiB |
BIN
assets/img/romains.png
Normal file
After Width: | Height: | Size: 230 KiB |
BIN
assets/img/vice-prez.png
Normal file
After Width: | Height: | Size: 194 KiB |
11
blouse.php
|
@ -4,15 +4,6 @@ ob_start(); // Start reading html
|
|||
include "assets/fonts/color.php";
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">La Blouse</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<div id="texte">
|
||||
|
@ -100,6 +91,6 @@ include "assets/fonts/color.php";
|
|||
}
|
||||
</script>
|
||||
<?php
|
||||
$infopage = ["", "Blouse", ob_get_clean(), "", "blouse"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 5
|
||||
$infopage = ["", "Blouse", ob_get_clean(), "", "blouse","La Blouse"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 5
|
||||
include("structure/template.php");
|
||||
?>
|
11
chansons.php
|
@ -17,15 +17,6 @@ function music($name, $link) {
|
|||
include "assets/fonts/color.php";
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Les Chansons</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<div id="desc">
|
||||
<p><?= colored_text("A l'INSA, Toulouse") ?>, 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";
|
|||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Les chansons", ob_get_clean(), "", "chansons"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 5
|
||||
$infopage = ["", "Les chansons", ob_get_clean(), "", "chansons","Les Chansons"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 5
|
||||
include("structure/template.php");
|
||||
?>
|
12
clubs.php
|
@ -7,19 +7,13 @@ ob_start(); // Start reading html
|
|||
<a href="https://wiki.etud.insa-toulouse.fr/books/rejoindre-les-associations/page/rejoindre-les-serveurs-dassociations" class="link2" target="_wiki">>> Comment rejoindre une association ? <<</a>
|
||||
</div>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Chargement en cours ...<br><a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a></div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
<div class="pancarte">
|
||||
<div class="title"><br><a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a></div>
|
||||
</div>
|
||||
|
||||
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs","Chargement en cours ..."]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
11
com_page.php
|
@ -5,15 +5,6 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Messages des COM's</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<a href="parrainage.php">
|
||||
<span>
|
||||
|
@ -35,6 +26,6 @@ ob_start(); // Start reading html
|
|||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Page des com's", ob_get_clean(), "", "com_page"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Page des com's", ob_get_clean(), "", "com_page","Messages des COM's"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -82,25 +82,6 @@ if(isset($_GET['team']) AND !empty($_GET['team']))
|
|||
}
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">
|
||||
Equipe <?= $name ?>
|
||||
<?php
|
||||
if($avancement+1 <= $nombre_d_epreuve) {
|
||||
echo '<br>Etape <font color="red">'.($avancement+1).'</font>/17';
|
||||
} else {
|
||||
echo '<br><font color="red">finit</font> aka <font color="red">17</font>/17';
|
||||
}
|
||||
|
||||
?>
|
||||
</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<?php
|
||||
|
@ -267,6 +248,16 @@ if(isset($_GET['team']) AND !empty($_GET['team']))
|
|||
<?php
|
||||
} //fin de la page ou y'a pas de GET team
|
||||
|
||||
$infopage = ["", "Com'ville", ob_get_clean(), "", "com_ville"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$titre = "Equipe ".$name;
|
||||
|
||||
if($avancement+1 <= $nombre_d_epreuve) {
|
||||
$titre += '<br>Etape <font color="red">'.($avancement+1).'</font>/17';
|
||||
} else {
|
||||
$titre += '<br><font color="red">finit</font> aka <font color="red">17</font>/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");
|
||||
?>
|
20
coms.php
|
@ -3,16 +3,6 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title"><h1>Les Com's</h1>La liste des responsables (les meilleurs, objectivement ^^)</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<div id="main_content">
|
||||
<section>
|
||||
<div class='title_com'>Le Bureau</div>
|
||||
|
@ -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"]);
|
||||
|
||||
?>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Com's", ob_get_clean(), "", "coms"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Com's", ob_get_clean(), "", "coms","<h1>Les Com's</h1>La liste des responsables (les meilleurs, objectivement ^^)"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -3,16 +3,6 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Page en Construction</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<div id="msg_acc">
|
||||
<p>
|
||||
Page en construction, revenez plus tard (c'est pas la faute des devs)
|
||||
|
@ -20,6 +10,6 @@ ob_start(); // Start reading html
|
|||
</div>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "En construction", ob_get_clean(), "", "index"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "En construction", ob_get_clean(), "", "index","Page en Construction"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -2,15 +2,6 @@
|
|||
ob_start(); // Start reading html
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Les Téléchargements</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
<section align="left">
|
||||
<p>Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.</p>
|
||||
<ul>
|
||||
|
@ -31,6 +22,6 @@ ob_start(); // Start reading html
|
|||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Telechargements", ob_get_clean(), "", "downloads"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Telechargements", ob_get_clean(), "", "downloads","Les Téléchargements"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
11
enigma.php
|
@ -41,15 +41,6 @@ if(isset($_POST['send'])) {
|
|||
}
|
||||
}
|
||||
?>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Enigme de la plaquette</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<?php
|
||||
|
@ -84,6 +75,6 @@ if(isset($_POST['send'])) {
|
|||
</section>
|
||||
|
||||
<?php
|
||||
$infopage = ["", "Enigma", ob_get_clean(), "", "enigma"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Enigma", ob_get_clean(), "", "enigma","Enigme de la plaquette"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -5,6 +5,6 @@ ob_start(); // Start reading html
|
|||
<img src="assets/img/error.jpg" style="margin-top: 50px;width:50vw;">
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Erreur", ob_get_clean(), "", "erreur"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Erreur", ob_get_clean(), "", "erreur",""]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
15
game.php
|
@ -3,24 +3,13 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">
|
||||
<a href="https://www.etud.insa-toulouse.fr/~clubinfo/" class="link_in_yellow_box" target="_wiki">>> Ce jeu vous est proposé par le club info !! <<</a>
|
||||
</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<!-- Un peu dégueu les line break mais c'est ça qu'on aime-->
|
||||
<br><br><br>
|
||||
|
||||
<iframe id="iframelarge" mozallowfullscreen="true" allow="autoplay; fullscreen" name="SuperPPA : Back To School" scrolling="no" msallowfullscreen="true" allowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true" marginheight="px" marginwidth="320px" src="https://etud.insa-toulouse.fr/~superPPA/Web/index.html" class="iframe_game" width="1280px" height="720px" frameborder="0"></iframe>
|
||||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "INSARIO", ob_get_clean(), "", "game"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "INSARIO", ob_get_clean(), "", "game","<a href='https://www.etud.insa-toulouse.fr/~clubinfo/' class="link_in_yellow_box" target="_wiki">>> Ce jeu vous est proposé par le club info !! <<</a>"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
11
index.php
|
@ -7,15 +7,6 @@ include "assets/fonts/cursor.php";
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Semaine d'Accueil INSA Toulouse 2022</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<div id="msg_acc">
|
||||
<p>
|
||||
|
@ -52,6 +43,6 @@ include "assets/fonts/cursor.php";
|
|||
</div>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Accueil", ob_get_clean(), "", "index"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Accueil", ob_get_clean(), "", "index","Semaine d'Accueil INSA Toulouse 2023"]; //relativepath, pagetitle, pagecontent, pagescript, pagename, txt_pancarte | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
20
info.php
|
@ -3,16 +3,6 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Informations (contact, crédits, vie privée)</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<div id="main_content">
|
||||
<section id="contact">
|
||||
<h1>Contact</h1>
|
||||
|
@ -86,12 +76,12 @@ ob_start(); // Start reading html
|
|||
Il à ensuite été repris successivement par : <br>
|
||||
<strong>Arthur BOIVERT</strong> (en 2019)<br>
|
||||
<strong>Cyprien HEUSSE</strong> (en 2020)<br>
|
||||
<strong>Ronan BONNET</strong> (en 2021)
|
||||
<strong>Ronan BONNET</strong> (en 2021)<br>
|
||||
<strong>Baptiste REBILLARD et Guillaume JOFFRE (refonte du site)</strong> (en 2022)
|
||||
|
||||
</li><br>
|
||||
<li>
|
||||
Suite à de trop nombreuses couches de développement, nous avons refait le site entièrement.<br>
|
||||
Vos dévoués développeurs sont donc :<br>
|
||||
Guillaume JOFFRE et REBILLARD Baptiste (c'est nous ^^)
|
||||
Et nous voilà maintenant, Alejandro Pastor et Théo Mougnibas :D
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
@ -121,6 +111,6 @@ ob_start(); // Start reading html
|
|||
</div>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Info", ob_get_clean(), "", "info"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Info", ob_get_clean(), "", "info","Informations (contact, crédits, vie privée)"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
10
lydia.php
|
@ -4,15 +4,7 @@ ob_start(); // Start reading html
|
|||
include "assets/fonts/color.php";
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Izly et Lydia</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
<div id="desc">
|
||||
Pour payer au Pk, au RU ou encore à la cafet’ tu vas avoir deux applis pour te
|
||||
simplifier la vie.<br><br>
|
||||
|
@ -39,6 +31,6 @@ include "assets/fonts/color.php";
|
|||
</div>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Lydia & Izly", ob_get_clean(), "", "lydia"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Lydia & Izly", ob_get_clean(), "", "lydia","Izly et Lydia"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
12
map.php
|
@ -7,16 +7,6 @@ ob_start(); // Start reading html
|
|||
|
||||
<main id ="reference">
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Carte de l'INSA - <span class="change-map-button animated" id="change-map-button">version : </span></div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="maps">
|
||||
|
@ -63,6 +53,6 @@ ob_start(); // Start reading html
|
|||
</main>
|
||||
|
||||
<?php
|
||||
$infopage = ["", "Plan", ob_get_clean(), "", "map"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Plan", ob_get_clean(), "", "map","Carte de l'INSA - <span class='change-map-button animated' id='change-map-button'>version : </span>"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -2,15 +2,6 @@
|
|||
ob_start(); // Start reading html
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Le mot de la Com's parrainage</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<p>Notre Giga Duo de respo Ariègeoise te souhaite la bienvenue dans le MONDE 60 de L'INSA !<br>
|
||||
|
@ -73,6 +64,6 @@ ob_start(); // Start reading html
|
|||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Parrainage", ob_get_clean(), "", "parrainage"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Parrainage", ob_get_clean(), "", "parrainage","Le mot de la Com's parrainage"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
11
photos.php
|
@ -264,15 +264,6 @@ if (isset($_REQUEST['logout'])) {
|
|||
?>
|
||||
<div class="inner">
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Les photos</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
<section>
|
||||
<font color="red">
|
||||
<h1>Vous êtes connecté !</h1>
|
||||
|
@ -320,6 +311,6 @@ if (isset($_REQUEST['logout'])) {
|
|||
<br>
|
||||
|
||||
<?php
|
||||
$infopage = ["", "Photos", ob_get_clean(), "", "photos"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Photos", ob_get_clean(), "", "photos","Les photos"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
||||
|
|
46
planning.php
|
@ -11,33 +11,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">
|
||||
Planning
|
||||
<?php
|
||||
if(isset($planning)) {
|
||||
switch($planning) {
|
||||
case 1:
|
||||
echo "général";
|
||||
break;
|
||||
case 2:
|
||||
echo "Pkpeach";
|
||||
break;
|
||||
case 3:
|
||||
echo "Boomario";
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
<!--
|
||||
//////////////////////////////////////////////////////////////
|
||||
/////// Le lien de cette page est modifiable ^^ ////////////
|
||||
|
@ -284,6 +258,24 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
|||
</main>
|
||||
|
||||
<?php
|
||||
$infopage = ["", "Planning", ob_get_clean(), "", "planning"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
|
||||
$team_name = "";
|
||||
// switch d'equipe selon le parametre url 'planning'
|
||||
if(isset($planning)) {
|
||||
switch($planning) {
|
||||
case 1:
|
||||
$team_name = "général";
|
||||
break;
|
||||
case 2:
|
||||
$team_name = "Pkpeach";
|
||||
break;
|
||||
case 3:
|
||||
$team_name = "Boomario";
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
$infopage = ["", "Planning", ob_get_clean(), "", "planning","Planning ".$team_name ]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
10
prevs.php
|
@ -3,15 +3,7 @@ ob_start(); // Start reading html
|
|||
|
||||
include "assets/fonts/color.php";
|
||||
?>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">La Prevention</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
<div id="desc">
|
||||
<p>Toutes mes félicitations <font color="red">P</font>rodigieux <font color="red">P</font>lombier <font color="red">A</font>grégé, car tu viens de débloquer la course de ta vie avec un décor ✨<?= colored_text("Insane") ?>✨.</p>
|
||||
<p>Ici pas de pitié, tu vas te confronter aux plus grands, à l’élite de la F1. Mais no stress mon <strong>P</strong>arfait <strong>P</strong>ilote <strong>A</strong>érodynamique : du <?= colored_text("Capitole") ?> à <?= colored_text("Esquirol") ?> si tu rencontres des obstacles sur ta route (peau de banane, crash de carapace de tortue volante, électrocution, infarctus du mariokart tout ça...) la com prev, tel un cube mystère, est là pour te remettre sur la bonne voie. Petite pause toutes les deux heures oblige, (#lecodepirecauchemard) nous disposons de <?= colored_text("ravitaillements") ?> en cas de fringales ainsi que de trousses de secours si t’es un pro des tonneaux (et pas que de solution fermentée belge).</p>
|
||||
|
@ -36,6 +28,6 @@ include "assets/fonts/color.php";
|
|||
</ul>
|
||||
</div>
|
||||
<?php
|
||||
$infopage = ["", "Prévention", ob_get_clean(), "", "prevs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Prévention", ob_get_clean(), "", "prevs","Un ptit peu de prévention :)"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
11
stats.php
|
@ -17,15 +17,6 @@ if(!($r1[0]['s'] > 0)) {
|
|||
}
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Stats de la semaine</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
<section>
|
||||
<strong>Les stats de la semaine.</strong>
|
||||
<br><br>
|
||||
|
@ -80,6 +71,6 @@ if(!($r1[0]['s'] > 0)) {
|
|||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Statistiques", ob_get_clean(), "", "stats"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Statistiques", ob_get_clean(), "", "stats","Stats de la semaine"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
|
@ -1,11 +1,11 @@
|
|||
Site de la semaine d'accueil 2022 pour l'INSA Toulouse<br>
|
||||
Site de la semaine d'accueil 2023 pour l'INSA Toulouse<br>
|
||||
|
||||
Tous les éléments présents sur ce site sont représentés à des fins humoristiques. Nous ne cherchons en aucun cas à véhiculer un quelconque message et condamnons toute action irrespectueuse.<br>
|
||||
|
||||
Ce site utilise <a href="https://matomo.org/" class="link">Matomo</a> pour analyser la fréquentation de manière anonyme. Rendez- vous sur la page <a href="info.php" class="link">Infos</a> pour plus de détails.<br>
|
||||
|
||||
Contacter <a href="info.php#prez" class="link">Maxence</a> ou <a href="info.php#viceprez" class="link">Sarah</a>, les responsables de la semaine, pour plus d'informations.<br>
|
||||
Contacter <a href="info.php#prez" class="link">Maxence</a> ou <a href="info.php#viceprez" class="link">Arthur (il est trop bg)</a>, les responsables de la semaine, pour plus d'informations.<br>
|
||||
|
||||
Site maintenu par <a href="info.php#dev" class="link">Rébillard Baptiste et Guillaume Joffre</a>.<br>
|
||||
Site maintenu par <a href="info.php#dev" class="link">Théo Mougnibas et Alejandro Pastor</a>.<br>
|
||||
|
||||
Copyright © 2022 - Tous droits réservés
|
||||
Copyright © 2023 - Tous droits réservés
|
|
@ -4,6 +4,7 @@ $pagetitle = $infopage[1]; // titre de la page affiché dans la balise <titl
|
|||
$pagecontent = $infopage[2]; // contenu de la page qui se retrouve dans le <body>
|
||||
$pagescript = $infopage[3]; // contenu de la page qui doit se retrouver en dehors du <body>
|
||||
$pagename = $infopage[4]; // nom de la page exact servant à appeler le css (cf <link rel="stylesheet" ...> 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
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
@ -17,6 +18,7 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css
|
|||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/menu.css" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/template.css" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/queries.css" />
|
||||
|
||||
<link rel = "shortcut icon" href = "<?= $relativepath ?>assets/img/ico_promo_60.ico" >
|
||||
|
||||
|
||||
|
@ -56,6 +58,16 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css
|
|||
<?php include $relativepath."structure/menu.php"; ?>
|
||||
</header>
|
||||
|
||||
<div class="pc_container">
|
||||
<div class="pancarte">
|
||||
|
||||
<div class="title"><?php echo $txt_pancarte; ?></div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if (isset($pagecontent)) {
|
||||
echo $pagecontent; //ici on appelle le contenu de la page
|
||||
|
|
12
team.php
|
@ -48,16 +48,6 @@ if($team === "boomario") {
|
|||
}
|
||||
</style>
|
||||
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">PKpeach</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<p><?= colored_text("Initialisation Monde 2 - 1") ?>,<br><br><br>
|
||||
Tu arrives dans la tribu des Petites Princesses Peach. Arme toi de ta magnifique blouse <font color="orange">jaune</font> et prépare toi à résoudre et à t’essayer à toutes les épreuves que nous t’avons concocté.<br><br>
|
||||
|
@ -86,6 +76,6 @@ if($team === "boomario") {
|
|||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "team", ob_get_clean(), "", "team"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "team", ob_get_clean(), "", "team","team1"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
21
vacances.php
|
@ -55,15 +55,9 @@ if(isset($_POST['send'])) {
|
|||
}
|
||||
?>
|
||||
<main>
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
|
||||
<div class="title">Mots croisés pour vous occuper pendant les vacances</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div><br>
|
||||
<br>
|
||||
<section>
|
||||
<img src="assets/img/mot_croise.svg" class="mot_croise">
|
||||
</section>
|
||||
|
@ -82,6 +76,7 @@ if(isset($_POST['send'])) {
|
|||
|
||||
$req = $db->prepare("SELECT team FROM scores WHERE texte = ?");
|
||||
$req->execute(array("Mots croises"));
|
||||
// récupère le nb de résultats, si 0 => aucune equipe n'a terminé
|
||||
$req_exist = $req->rowCount();
|
||||
$team_gg = $req -> fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
|
@ -90,8 +85,8 @@ if(isset($_POST['send'])) {
|
|||
Franchement GG à vous, choisissez votre équipe ci-dessous pour lui faire remporter les points :<br>
|
||||
<select name="team" class="input">
|
||||
<option value="">Choisissez votre équipe</option>
|
||||
<option value="pkpeach">PKpeach</option>
|
||||
<option value="boomario">Boomario</option>
|
||||
<option value="team1">Team1</option>
|
||||
<option value="team2">Team2</option>
|
||||
</select>
|
||||
<?php
|
||||
}
|
||||
|
@ -111,9 +106,9 @@ if(isset($_POST['send'])) {
|
|||
echo "Aucune des deux équipes n'a réussi à trouver tous les mots";
|
||||
} else {
|
||||
if($team_gg[0]['team'] == 0) {
|
||||
echo "Pkpeach à déjà tout trouvé";
|
||||
echo "Team1 à déjà tout trouvé";
|
||||
} else {
|
||||
echo "Boomario à déjà tout trouvé";
|
||||
echo "Team2 à déjà tout trouvé";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -122,6 +117,6 @@ if(isset($_POST['send'])) {
|
|||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Cahier de vacances", ob_get_clean(), "", "vacances"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
|
||||
$infopage = ["", "Cahier de vacances", ob_get_clean(), "", "vacances","Mots croisés pour vous occuper pendant les vacances"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|