forked from rebillar/site-accueil-insa
Compare commits
No commits in common. "64d09798888bf649164575dd6391ec52b5054a2b" and "ac865c7cf6ccbbb71ee1fb4044149ec8ecd3241a" have entirely different histories.
64d0979888
...
ac865c7cf6
43 changed files with 267 additions and 216 deletions
2
anim.php
2
anim.php
|
@ -4,7 +4,7 @@ ob_start(); // Start reading html
|
|||
<main>
|
||||
|
||||
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<p>Coucou Petit.e Pêche Agréable,</p>
|
||||
|
||||
<p>Nous c’est la Com’Anim, on est là pour t’accueillir dans la joie et la bonne humeur avec de RATvissantes activités faites mains. Voici un petit mot pour découvrir notre Com en détails :</p>
|
||||
|
|
|
@ -1,75 +1,28 @@
|
|||
.menu {
|
||||
position: fixed;
|
||||
bottom: -150px;
|
||||
left: 0;
|
||||
bottom: -15%;
|
||||
width: 100%;
|
||||
height: 25vh;
|
||||
height: auto;
|
||||
z-index: 2;
|
||||
overflow: visible;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
|
||||
.menu-svg{
|
||||
width: 30vw;
|
||||
height: 40vh;
|
||||
|
||||
}
|
||||
|
||||
#menu ul {
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
.menu-row{
|
||||
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-svg{
|
||||
width: 370px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#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{
|
||||
margin-left: 10px;
|
||||
position: fixed;
|
||||
margin-left: 10%;
|
||||
bottom: 80px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.menu-link use {
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
section {
|
||||
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;
|
||||
text-align: left;
|
||||
}
|
|
@ -1,3 +1,14 @@
|
|||
section {
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-bottom: 50px;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
#texte {
|
||||
margin: 50px;
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
#taupe{
|
||||
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
#decompte{
|
||||
|
||||
margin-top: 5%;
|
||||
width: 100%;
|
||||
height: 200%;
|
||||
font-size: 10vh;
|
||||
color: rgb(159, 73, 47);
|
||||
|
||||
}
|
|
@ -1,9 +1,22 @@
|
|||
#msg_acc {
|
||||
display: block;
|
||||
background-color: rgba(88, 159, 218, 0.798);
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 50px;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#decompte{
|
||||
|
||||
margin-top: 5%;
|
||||
width: 100%;
|
||||
height: 200%;
|
||||
font-size: 10vh;
|
||||
height: 200px;
|
||||
font-size: 100px;
|
||||
color: rgb(159, 73, 47);
|
||||
|
||||
}
|
||||
|
|
|
@ -1,31 +1,39 @@
|
|||
main {
|
||||
color: rgb(0, 0, 0);
|
||||
color: white;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
section {
|
||||
display: block;
|
||||
width: 80%;
|
||||
padding: 0;
|
||||
margin: 20px auto auto;
|
||||
align-items: center;
|
||||
border: 5px solid white;
|
||||
background: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
div p {
|
||||
section p {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
div h1 {
|
||||
section h1 {
|
||||
width: 100%;
|
||||
background-color: rgba(45, 100, 145, 0.497);
|
||||
background-color: white;
|
||||
color: black;
|
||||
margin: 0;
|
||||
padding: 10px 0 10px 0;
|
||||
border-radius: 5px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
div .title_contact {
|
||||
section .title_contact {
|
||||
display: inline-block;
|
||||
background-color: rgba(45, 100, 145, 0.497);
|
||||
background-color: white;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
margin-top: 0;
|
||||
font-size: 1.5rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.starterpack {
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
#desc {
|
||||
display: block;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
width: 80vw;
|
||||
margin: auto;
|
||||
padding: 50px;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 50vw;
|
||||
|
@ -6,11 +15,12 @@ iframe {
|
|||
|
||||
#video {
|
||||
display: block;
|
||||
width: 70vw;
|
||||
width: 80vw;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
border: 5px solid white;
|
||||
}
|
||||
|
||||
#video ul {
|
||||
|
@ -22,7 +32,7 @@ iframe {
|
|||
}
|
||||
|
||||
#video .title_video {
|
||||
width: 70vw;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
color: black;
|
||||
margin: 0px;
|
||||
|
|
|
@ -2,6 +2,19 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
section {
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
text-align: left;
|
||||
display: block;
|
||||
width: 80vw;
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
#maps {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
section {
|
||||
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;
|
||||
}
|
||||
|
||||
div ul li {
|
||||
section ul li {
|
||||
list-style: inside;
|
||||
}
|
|
@ -2,6 +2,16 @@ body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
section {
|
||||
display: block;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
width: 80vw;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 50px;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
|
|
@ -4,6 +4,7 @@ main {
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section {
|
||||
display: block;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
|
|
|
@ -33,3 +33,13 @@ iframe {
|
|||
margin: 0px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
#desc {
|
||||
display: block;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
width: 80vw;
|
||||
margin: auto;
|
||||
padding: 50px;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
}
|
|
@ -2,6 +2,18 @@ main {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
section {
|
||||
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;
|
||||
}
|
||||
|
||||
table.out {
|
||||
margin-top: 50px;
|
||||
margin-right: auto;
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
section {
|
||||
display: block;
|
||||
text-align: left;
|
||||
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;
|
||||
}
|
|
@ -3,6 +3,14 @@ main {
|
|||
width: 100vw;
|
||||
}
|
||||
|
||||
section {
|
||||
display: inline-block;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
aspect-ratio: 425/600;
|
||||
width: 43vw;
|
||||
margin: 60px auto 1vw;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
background-color: transparent;
|
||||
|
|
|
@ -8,19 +8,6 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.zone_txt {
|
||||
display: block;
|
||||
background-color: rgba(88, 159, 218, 0.798);
|
||||
width: 80vw;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 50px;
|
||||
font-size: 1.2rem;
|
||||
margin-top: 40px;
|
||||
border-radius: 15px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 20px;
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 94 KiB |
Binary file not shown.
Before Width: | Height: | Size: 183 KiB |
Binary file not shown.
Before Width: | Height: | Size: 75 KiB |
|
@ -21,8 +21,7 @@ $SITE_MAP = [
|
|||
["chansons.php","Chansons"],
|
||||
["downloads.php","Download"],
|
||||
["coms.php","Contact"],
|
||||
["info.php","Infos"]
|
||||
["infos.php","Infos"]
|
||||
];
|
||||
|
||||
|
||||
?>
|
|
@ -5,7 +5,7 @@ include "assets/fonts/color.php";
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<div id="texte">
|
||||
<p>Cher Plante Piranha Affamée,</p>
|
||||
|
||||
|
@ -73,7 +73,7 @@ include "assets/fonts/color.php";
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ include "assets/fonts/color.php";
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="zone_txt">
|
||||
<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.
|
||||
|
||||
Pour que tu sois prêt pour cette semaine et pour l'entièreté de ta <?= colored_text("vie etudiante") ?>, on pense que c'est important que tu connaisses les chansons suivantes:</p>
|
||||
|
|
|
@ -5,7 +5,7 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="zone_txt">
|
||||
|
||||
<a href="parrainage.php">
|
||||
<span>
|
||||
Le parrainage
|
||||
|
@ -24,8 +24,6 @@ ob_start(); // Start reading html
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<?php
|
||||
$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
|
||||
|
|
|
@ -114,7 +114,17 @@ if(isset($_GET['team']) AND !empty($_GET['team']))
|
|||
//page sans le GET team
|
||||
?>
|
||||
<main>
|
||||
<div class="zone_txt">
|
||||
<div class="box-jaune">
|
||||
<span class="corners corners-top"></span>
|
||||
<span class="corners corners-bottom"></span>
|
||||
|
||||
<div class="title">Com'ville</div>
|
||||
|
||||
<span class="circles circles-top"></span>
|
||||
<span class="circles circles-bottom"></span>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
Salut à toi <strong><font color="red">P</font></strong>etit <strong><font color="red">P</font></strong>erdu <strong><font color="red">A</font></strong>rrivant tout juste dans cette magnifique ville qu’est <?= colored_text("Toulouse") ?> ( si t’habites déjà ici tu n’es pas concerné par cette phrase d’introduction mais te plains pas trop on s’occupe du jour où tu va pouvoir le plus flex de la semaine).<br>
|
||||
Tout d’abord il faut que tu saches que le destin nous a mis plein de carapaces dans les roues : devoir partager la journée avec la com rallye et ses infâmes respos, la ville de Toulouse qui décide de saboter nos plans en organisant la grande <?= colored_text("bowsererie") ?> sur notre créneau et cet infâme président qui cherchait à nous déconcentrer pendant nos réunions. Mais ce n’est pas grave! Vu qu’on est la com de l’élite on a quand même réussi à te préparer une <?= colored_text("wati") ?> demi journée mêlant découverte d’une partie de la ville ( on compte sur ton parrain ou ta marraine pour te faire découvrir les mondes qui nous sont interdits) et activités de zinzin à la praire des filtres.<br>
|
||||
Alors il nous reste plus qu’à te dire de profiter de tes derniers instants dans ta ville natale parce que même si Toulouse c’est <?= colored_text("tarpin bieng") ?> elle va finir par te manquer (sauf si t’habites trop ds le nord).<br>
|
||||
|
@ -168,7 +178,7 @@ if(isset($_GET['team']) AND !empty($_GET['team']))
|
|||
<td>3 premiers prennent 5 min / 3 d’apres 3 min / 5 d’apres 1 min et les autres 0</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<?php
|
||||
$req = $db->query("SELECT state FROM ville WHERE session = 1");
|
||||
$r = $req -> fetchAll(PDO::FETCH_ASSOC);
|
||||
|
|
4
coms.php
4
coms.php
|
@ -4,7 +4,7 @@ ob_start(); // Start reading html
|
|||
<main>
|
||||
|
||||
<div id="main_content">
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<div class='title_com'>Le Bureau</div>
|
||||
<?php
|
||||
$fonction = ["Président", "Vice présidente", "Trésorier", "Secrétaire"];
|
||||
|
@ -22,7 +22,7 @@ ob_start(); // Start reading html
|
|||
}
|
||||
echo "</ul>";
|
||||
?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
function respo($name, $prenom, $nom, $mail) {
|
||||
|
|
|
@ -15,9 +15,6 @@ ob_start(); // Start reading html
|
|||
// avis aux futurs devs, changez la date ici :)
|
||||
var target_date = Math.floor(Date.parse("15-Sep-2023 00:00:00") /1000)
|
||||
|
||||
// le coef d'aggrandissement de l'image de la taupe
|
||||
var coef = 1
|
||||
|
||||
function set_timer(){
|
||||
|
||||
// recupere la date actuelle
|
||||
|
@ -38,15 +35,6 @@ ob_start(); // Start reading html
|
|||
+delta_minutes+"min "
|
||||
+delta_seconds+"s";
|
||||
|
||||
|
||||
var taupe_img = document.getElementById("taupe");
|
||||
taupe_img.width = 12*coef;
|
||||
taupe_img.height = 8*coef;
|
||||
taupe_img.style = "top :"+1000-100*coef+";";
|
||||
|
||||
|
||||
coef = coef+1;
|
||||
|
||||
// récursion chaque seconde
|
||||
setTimeout(set_timer, 1000);
|
||||
}
|
||||
|
@ -57,7 +45,7 @@ ob_start(); // Start reading html
|
|||
</script>
|
||||
|
||||
|
||||
<div class="zone_txt">
|
||||
<div id="msg_acc">
|
||||
<p>
|
||||
/!\ Page en construction, revenez plus tard /!\<br>
|
||||
(Taper un dev ne le fera pas aller plus vite...sauf s'il est soudoyé)
|
||||
|
@ -68,7 +56,6 @@ ob_start(); // Start reading html
|
|||
</div>
|
||||
|
||||
|
||||
<img id="taupe" src="assets/img/bonjoir.jpg">
|
||||
|
||||
</main>
|
||||
<?php
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
ob_start(); // Start reading html
|
||||
?>
|
||||
<main>
|
||||
<div class="zone_txt" align="left">
|
||||
<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>
|
||||
<li>
|
||||
|
@ -19,7 +19,7 @@ ob_start(); // Start reading html
|
|||
- <a download="Secret-respo.pdf" href="assets/pdf/secret.pdf" class="link">La fiche de secret respo</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Telechargements", ob_get_clean(), "", "downloads","Les Téléchargements"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
|
|
|
@ -43,7 +43,7 @@ if(isset($_POST['send'])) {
|
|||
}
|
||||
?>
|
||||
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<?php
|
||||
$req = $db->query('SELECT team FROM enigma WHERE id = 1'); //id = 1 est la ligne correspondant à l'énigme de la plaquette
|
||||
$reponse = $req -> fetchAll(PDO::FETCH_ASSOC);
|
||||
|
@ -75,7 +75,7 @@ if(isset($_POST['send'])) {
|
|||
echo $error;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
$infopage = ["", "Enigma", ob_get_clean(), "", "enigma","Enigme de la plaquette"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
|
|
|
@ -2,13 +2,9 @@
|
|||
ob_start(); // Start reading html
|
||||
?>
|
||||
<main>
|
||||
|
||||
<div class="zone_txt">
|
||||
<img src="assets/img/tolosa.jpg" style="margin-top: 50px;width:50vw;">
|
||||
<h3>Il semblerait que tu aies égaré ta charette jeune Gaulois(e). (Errevr CDIV)</h3>
|
||||
</div>
|
||||
<img src="assets/img/error.jpg" style="margin-top: 50px;width:50vw;">
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Erreur", ob_get_clean(), "", "erreur","Errevr CDIV (404)"]; //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");
|
||||
?>
|
2
game.php
2
game.php
|
@ -3,7 +3,7 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<!-- Un peu dégueu les line break mais c'est ça qu'on aime <3-->
|
||||
<!-- 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>
|
||||
|
|
10
index.php
10
index.php
|
@ -54,11 +54,16 @@ include "assets/scripts/globals.php";
|
|||
</div>
|
||||
|
||||
|
||||
<div class="zone_txt">
|
||||
<div id="msg_acc">
|
||||
<p>
|
||||
Bienvenue à l'<font color="red">INSA Toulouse</font> jeune gaulois, pour ta magnifique semaine d'accueil.
|
||||
Bienvenue à l'<font color="red">INSA Toulouse</font> jeune aventurier, pour ta magnifique semaine d'accueil.
|
||||
Ce site est fait pour t'aider à commencer l'aventure en toute sérénité.
|
||||
</p>
|
||||
<p>
|
||||
Toutes les photos de ta semaine sont disponibles <a href="photos.php" class="link"> ici </a>! Pendant cette semaine tu
|
||||
pourras découvrir toutes les photos prises par la Com Photo pour te remémorer plein de
|
||||
souvenirs.
|
||||
</p>
|
||||
<p>
|
||||
Tu vas pouvoir trouver ici des informations générales sur ta semaine, comme
|
||||
<a href="planning.php" class="link">Le Planning</a>,
|
||||
|
@ -89,6 +94,7 @@ include "assets/scripts/globals.php";
|
|||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<?php
|
||||
$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
|
||||
|
|
34
info.php
34
info.php
|
@ -6,7 +6,7 @@ include "assets/scripts/globals.php"
|
|||
<main>
|
||||
|
||||
<div id="main_content">
|
||||
<div class="zone_txt" id="contact">
|
||||
<section id="contact">
|
||||
<h1>Contact</h1>
|
||||
<p>
|
||||
Voici la merveilleuse page que personne lit ! Mais t'es là, donc autant en profiter.
|
||||
|
@ -20,39 +20,41 @@ include "assets/scripts/globals.php"
|
|||
<p>
|
||||
Tu peux également rejoindre l'Instagram : <a href="https://www.instagram.com/insat_accueil_2022/" class="link">@insat_accueil_2022</a>
|
||||
</p>
|
||||
<div class="title_contact" id="prez">Présidente</div>
|
||||
<p>Pour les questions concernant la semaine, adresse-toi directement à la Prez (Eléa Chavagneux-Maréchal), elle saura surement t'aider :</p>
|
||||
<div class="title_contact" id="prez">Président</div>
|
||||
<p>Pour les questions concernant la semaine, adresse-toi directement au Prez (Maxence Papion), il saura surement t'aider :</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Mail :</strong> <a href="mailto:chavagneux-m@insa-toulouse.fr" class="linkmail">chavagneux-m@insa-toulouse.fr</a>
|
||||
<strong>Mail :</strong> <a href="mailto:maxencepapion@gmail.com" class="linkmail">maxencepapion@gmail.com</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Tel :</strong> <>
|
||||
<strong>Tel :</strong> 06 66 14 44 28
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="title_contact" id="viceprez">Vice président</div>
|
||||
<p>TU peux également contacter le vice président : Arthur Barbier</p>
|
||||
<div class="title_contact" id="viceprez">Vice présidente</div>
|
||||
<p>TU peux également contacter la vice présidente : Sarah Martin</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Mail :</strong> <a href="mailto:barbie@insa-toulouse.fr" class="linkmail">barbie@insa-toulouse.fr</a>
|
||||
<strong>Mail :</strong> <a href="mailto:sarah.mrtp@gmail.com" class="linkmail">sarah.mrtp@gmail.com</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Tel :</strong> <>
|
||||
<strong>Tel :</strong> 07 83 37 74 33
|
||||
</li>
|
||||
</ul>
|
||||
<div class="title_contact" id="dev">Développement du site</div>
|
||||
<p>Pour des questions a propos du site :</p>
|
||||
<ul>
|
||||
<li>
|
||||
Mougnibas Théo :<br>
|
||||
Rébillard Baptiste :<br>
|
||||
<strong>Mail : </strong>
|
||||
<a href="mailto:mougnibas@insa-toulouse.fr" class="linkmail">mougnibas@insa-toulouse.fr</a>
|
||||
<a href="mailto:rebillar@insa-toulouse.fr" class="linkmail">rebillar@insa-toulouse.fr</a>
|
||||
</li>
|
||||
<li>
|
||||
Pastor Alejandro :<br>
|
||||
<strong>Tel : </strong> 07 83 64 61 06<br><br>
|
||||
|
||||
Joffre Guillaume :<br>
|
||||
<strong>Mail : </strong>
|
||||
<a href="mailto:pastor@insa-toulouse.fr" class="linkmail">pastor@insa-toulouse.fr</a>
|
||||
<a href="mailto:gjoffre@insa-toulouse.fr" class="linkmail">gjoffre@insa-toulouse.fr</a>
|
||||
</li>
|
||||
</ul>
|
||||
<br><br>
|
||||
|
@ -65,8 +67,8 @@ include "assets/scripts/globals.php"
|
|||
Ta semaine d'accueil est possible grâce à l'<a href="https://etud.insa-toulouse.fr/~amicale/" class="link">Amicale</a>, une
|
||||
association gérée par des élèves de l'INSA, pour proposer aux étudiants des activités et des services.
|
||||
</p>
|
||||
</div>
|
||||
<div class="zone_txt" id="credit">
|
||||
</section>
|
||||
<section id="credit">
|
||||
<h1>Credits</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -107,7 +109,7 @@ include "assets/scripts/globals.php"
|
|||
ne souhaite pas être traqué" de ton navigateur.
|
||||
Si jamais ça marche pas, envoie-moi un mail.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
<?php
|
||||
|
|
|
@ -5,7 +5,7 @@ include "assets/fonts/color.php";
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="zone_txt" >
|
||||
<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>
|
||||
<?= colored_text("Izly") ?>, c’est comme un mini-compte bancaire que tu peux recharger avec ta carte ou
|
||||
|
@ -22,15 +22,13 @@ include "assets/fonts/color.php";
|
|||
payer ta dette si t’as oublié tes sous un jour… Ça peut toujours servir
|
||||
Tu n'as jamais entendu parler de Lydia ni d’Izly et tu te demandes comment ça fonctionne ?
|
||||
Ne t’en fais, on a pensé à toi ! Nous t’avons concocté un joli tuto rien que pour toi.
|
||||
</div>
|
||||
<div id='video'>
|
||||
<div class='title_video'>Tuto Lydia</div>
|
||||
<ul>
|
||||
<iframe src="https://www.youtube.com/embed/TwaA3jlW8kM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Lydia & Izly", ob_get_clean(), "", "lydia","Izly et Lydia"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
|
|
4
map.php
4
map.php
|
@ -21,7 +21,7 @@ ob_start(); // Start reading html
|
|||
|
||||
|
||||
<!-- Note -->
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
|
||||
<p>
|
||||
Une petite note sur le numéro des salles : sur ton emploi du temps, le bâtiment est marqué en premier, et
|
||||
|
@ -36,7 +36,7 @@ ob_start(); // Start reading html
|
|||
Fond de carte issu du site <a href="https://www.openstreetmap.org/#map=17/43.57103/1.46591" class="link">Open Street Map</a>.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- needed for showing custom alert, JE FERAI UN TRUC MAISON PLUS TARD TKT -->
|
||||
|
|
|
@ -3,7 +3,7 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<main>
|
||||
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<p>Notre Giga Duo de respo Ariègeoise te souhaite la bienvenue dans le MONDE 60 de L'INSA !<br>
|
||||
Pas de panique, l'insaïen ne te jettera ni boule de feu ni peau de banane, il est même plutôt gentil et gazif. On espère que tu es prêt.e à vivre THE semaine d'accueil organisée par nos petits soins.</p>
|
||||
<p>Nous, les Grands Doudous Apaisants, sommes là pour t'épauler, t'accompagner jusqu'a la fin du niveau (potentiellement en te donnant des CHEAT Codes (genre des fiches (surtout de thermo))). Mais les Grands Donneurs d'Amour sont tellement nombreux qu'il va te falloir trouver le bon !<br>
|
||||
|
@ -11,8 +11,8 @@ ob_start(); // Start reading html
|
|||
Alors si tu veux le-dit bonus, il te faudra remplir, avec le sérieux le plus exemplaire, la fiche que tu peux télécharger <a href="assets/pdf/parrainage.pdf" class="link">ici</a> (<a href="assets/pdf/parrainage-en.pdf" class="link">here</a> for the english version, o <a href="assets/pdf/parrainage-es.pdf" class="link">aquí</a> para la versión en español)<br>
|
||||
Tu nous dois bien ça !</p>
|
||||
<!-- TODO lien pour downloads /\ -->
|
||||
</div>
|
||||
<div class="zone_txt" style="text-align:left;">
|
||||
</section>
|
||||
<section style="text-align:left;">
|
||||
Pour envoyer ta fiche de parrainage (remplie ^^) à <br><b>BRUNEL <font color="red">Estelle</font></b> :
|
||||
<br>
|
||||
<ul>
|
||||
|
@ -32,24 +32,13 @@ ob_start(); // Start reading html
|
|||
<a href="mailto:estelle.brunel09@gmail.com" class="link">estelle.brunel09@gmail.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<!--
|
||||
//////////////////////////////////////////////////////////////
|
||||
/////// Le parrain disparait ensuite dans les limbes ///////
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
/ \
|
||||
_(I)(I)_
|
||||
( _ .. _ )
|
||||
`.`--'.'
|
||||
) (
|
||||
,-./ \,-.
|
||||
( _( || || )_ )
|
||||
__\ \\||--||'/ /__
|
||||
`-._//||\/||\\_.-'
|
||||
`--'`--'
|
||||
-->
|
||||
<div class="zone_txt" style="text-align:left;">
|
||||
<section style="text-align:left;">
|
||||
Pour envoyer ta fiche de parrainage (remplie aussi ^^) à <br><b>PEDOUSSAT <font color="blue">Lucille</font></b> :
|
||||
<br>
|
||||
<ul>
|
||||
|
@ -72,7 +61,7 @@ __\ \\||--||'/ /__
|
|||
<ul>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$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
|
||||
|
|
|
@ -264,7 +264,7 @@ if (isset($_REQUEST['logout'])) {
|
|||
?>
|
||||
<div class="inner">
|
||||
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<font color="red">
|
||||
<h1>Vous êtes connecté !</h1>
|
||||
<p>Connecté en tant que : <b><?php echo phpCAS::getUser(); ?></b>.</p>
|
||||
|
@ -274,8 +274,8 @@ if (isset($_REQUEST['logout'])) {
|
|||
les regarder (et oui, pas de spoiler).</p>
|
||||
<p>Il te suffit ensuite de cliquer sur la photo que tu veux télécharger.</p>
|
||||
<p>Si tu ne peux pas voir les photos (la fenêtre pour entrer le mot de passe ne s'affiche pas), ouvre cette page avec un autre navigateur.</p>
|
||||
</div>
|
||||
<div class="zone_txt" align="left">
|
||||
</section>
|
||||
<section align="left">
|
||||
<ul class="photos-path">
|
||||
<li>Chemin : </li>
|
||||
<?php
|
||||
|
@ -306,7 +306,7 @@ if (isset($_REQUEST['logout'])) {
|
|||
?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div class="zone_txt">
|
||||
</section>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -247,13 +247,13 @@ include "assets/scripts/globals.php"
|
|||
}
|
||||
?>
|
||||
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<form method="POST">
|
||||
<input type="submit" name="p2" value="Planning <?=$TEAM1?>" class="submit">
|
||||
<input type="submit" name="p3" value="Planning <?=$TEAM2?>" class="submit">
|
||||
<input type="submit" name="p1" value="Planning général" class="submit">
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ ob_start(); // Start reading html
|
|||
include "assets/fonts/color.php";
|
||||
?>
|
||||
|
||||
<div class="zone_txt">
|
||||
<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>
|
||||
<p>Nous veillerons à te faire atteindre la ligne d’arrivée aka la sortie du ParKour en un seul morceau ! Nous sommes également là pour prévenir et s’assurer qu’aucuns bébés INSA ne rejoignent le game... Je sais exactement ce que tu penses <strong>P</strong>ossesseur de <strong>P</strong>ermis <strong>A</strong>verti : Comment nous reconnaître ?! Alors là rien de plus simple ! Nous sommes reconnaissables à notre flow éblouissant et à notre <font color="orange">brassard jaune</font> ! Alors maintenant attache ta ceinture et n’oublie pas <strong>P</strong>etit <strong>P</strong>oivrot <strong>A</strong>mbulant : <font color="red">boire ou conduire il faut choisir</font> ;)<br>
|
||||
|
|
|
@ -20,13 +20,14 @@ include "assets/scripts/globals.php"
|
|||
|
||||
?>
|
||||
<main>
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<strong>Les stats de la semaine.</strong>
|
||||
<br><br>
|
||||
Remporte le plus de points possible pour faire gagner ton équipe, mais attention à ne pas lui en faire
|
||||
perdre !
|
||||
<br><br>
|
||||
|
||||
</section>
|
||||
|
||||
<table class="out">
|
||||
<tr>
|
||||
|
@ -70,7 +71,6 @@ include "assets/scripts/globals.php"
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<?php
|
||||
|
|
|
@ -7,20 +7,29 @@ include "assets/scripts/globals.php"
|
|||
?>
|
||||
|
||||
|
||||
<div class="menu" id="menu">
|
||||
<div class="menu">
|
||||
|
||||
<ul>
|
||||
<div class="menu-row">
|
||||
<?php
|
||||
|
||||
|
||||
for($i = 0; $i <= 17; $i++){
|
||||
for($i = 0; $i <= 3; $i++){
|
||||
echo "<div>";
|
||||
echo "<img class=\"menu-svg\" src=\"assets/img/colonne.svg\">";
|
||||
echo "</div>";
|
||||
|
||||
|
||||
echo "<li><a href=\"".$SITE_MAP[$i][0]."\">".$SITE_MAP[$i][1]."</a></li>";
|
||||
// 4 links per colums
|
||||
/*for($j=$i*4+1;$j<=$i*4+2;$j++){
|
||||
echo "<a style='margin-left:".($i*30)."%;' class='menu-link' href=".$SITE_MAP[$j][0].">".$SITE_MAP[$j][1]."</a>";
|
||||
}
|
||||
for($j=$i*4+3;$j<=$i*4+4;$j++){
|
||||
echo "<a style='margin-left:".($i*200)."px; bottom:50px;' class='menu-link' href=".$SITE_MAP[$j][0].">".$SITE_MAP[$j][1]."</a>";
|
||||
}*/
|
||||
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
4
team.php
4
team.php
|
@ -40,7 +40,7 @@ if($team === $TEAM2) {
|
|||
}
|
||||
</style>
|
||||
|
||||
<div class="zone_txt">
|
||||
<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>
|
||||
Je m’appelle Maxence et en tant que président de cette <?= colored_text("joyeuse semaine") ?>, j’ai le plaisir de te dire bienvenue dans notre merveilleuse équipe !!!<br><br>
|
||||
|
@ -56,7 +56,7 @@ if($team === $TEAM2) {
|
|||
Insta perso : <a href="https://www.instagram.com/mxenss/" class="link">@mxenss</a><br>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
|
|
10
vacances.php
10
vacances.php
|
@ -3,7 +3,7 @@ ob_start(); // Start reading html
|
|||
|
||||
include "script/db.php";
|
||||
|
||||
include "assets/scripts/globals.php";
|
||||
include "assets/scripts/globals.php"
|
||||
|
||||
$end = false;
|
||||
|
||||
|
@ -60,10 +60,10 @@ if(isset($_POST['send'])) {
|
|||
|
||||
|
||||
<br>
|
||||
<div class="zone_txt">
|
||||
<section>
|
||||
<img src="assets/img/mot_croise.svg" class="mot_croise">
|
||||
</div>
|
||||
<div class="zone_txt">
|
||||
</section>
|
||||
<section>
|
||||
<form method="POST">
|
||||
Tout les mots doivent être indiqués en minuscule, sans accent, sans espaces ni caractères spéciaux.<br><br>
|
||||
<?php
|
||||
|
@ -116,7 +116,7 @@ if(isset($_POST['send'])) {
|
|||
?>
|
||||
</form>
|
||||
NB : Des indices se cachent peut-être sur le site, CTR+MAJ+I pourrais devenir ton meilleur ami.
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$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
|
||||
|
|
Loading…
Reference in a new issue