2020-09-19 16:08:07 +02:00
< ? php
ob_start (); // Start reading html
2023-04-29 15:48:49 +02:00
include " assets/fonts/color.php " ;
2020-09-19 16:08:07 +02:00
?>
2022-04-09 13:35:13 +02:00
< main >
2022-04-17 16:18:38 +02:00
2022-04-08 17:42:31 +02:00
< div id = " main_content " >
2023-04-22 18:47:14 +02:00
< div class = " zone_txt " >
2023-04-29 15:48:49 +02:00
< div class = 'title_com' >< ? = colored_text ( " Le Bureau " ) ?> </div>
< hr >
2022-04-08 17:42:31 +02:00
< ? php
2023-08-02 00:15:51 +02:00
$fonction = [ " Présidente " , " Vice président " , " Trésorier " , " Secrétaire " ];
2023-01-26 15:06:55 +01:00
$prenom = [ " Eléa " , " Arthur " , " Paul " , " Cannelle " ];
$nom = [ " Chavagneux-Maréchal " , " Barbier " , " Aversaing " , " Pineau " ];
$mail = [ " chavagneux-m@insa-toulouse.fr " , " barbie@insa-toulouse.fr " , " aversaing@insa-toulouse.fr " , " pineaucannelle@gmail.com " ];
2022-04-08 17:42:31 +02:00
echo " <ul> " ;
for ( $i = 0 ; $i < count ( $prenom ); $i ++ ) {
echo " <li> " ;
2022-04-09 19:08:39 +02:00
echo " <div class='fonction_bureau'> " . $fonction [ $i ] . " </div> " ;
2022-04-08 17:42:31 +02:00
echo " <h4> " . $prenom [ $i ] . " " . $nom [ $i ] . " </h4> " ;
echo " <a href='mailto: " . $mail [ $i ] . " ' class='linkmail'> " . $mail [ $i ] . " </a> " ;
echo " </li> " ;
2023-04-29 15:48:49 +02:00
echo " <hr> " ;
2022-04-08 17:42:31 +02:00
}
echo " </ul> " ;
?>
2023-04-22 18:47:14 +02:00
</ div >
2022-04-08 17:42:31 +02:00
< ? php
function respo ( $name , $prenom , $nom , $mail ) {
2023-04-29 15:48:49 +02:00
echo " <div class= \" zone_txt \" > " ;
echo " <div class='title_com'> " . colored_text ( $name ) . " </div> " ;
echo " <hr> " ;
2022-04-08 17:42:31 +02:00
echo " <ul> " ;
for ( $i = 0 ; $i < count ( $prenom ); $i ++ ) {
2022-01-20 01:24:29 +01:00
echo " <li> " ;
2022-01-20 00:53:13 +01:00
echo " <h4> " . $prenom [ $i ] . " " . $nom [ $i ] . " </h4> " ;
2022-04-08 17:42:31 +02:00
echo " <a href='mailto: " . $mail [ $i ] . " ' class='linkmail'> " . $mail [ $i ] . " </a> " ;
2022-01-20 01:24:29 +01:00
echo " </li> " ;
2022-04-08 17:42:31 +02:00
}
echo " </ul> " ;
2023-04-29 15:48:49 +02:00
echo " </div> " ;
2022-04-08 17:42:31 +02:00
}
?>
< ? php
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com wini " ,
2023-01-26 15:06:55 +01:00
[ " Salomé " , " Juliette " ],
[ " Peyron " , " Mougenot " ],
[ " peyron@insa-toulouse.fr " , " mougenot@insa-toulouse.fr " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com prev " ,
2023-01-26 15:06:55 +01:00
[ " Ellande " , " Faustine " ],
[ " Francoise " , " Giraud " ],
[ " ellande2.fr@gmail.com " , " faustine.giraud31@gmail.com " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com parrainage " ,
2023-01-26 15:06:55 +01:00
[ " Alice " , " Rachel " ],
[ " Grenier " , " Adamadorassy " ],
[ " grenie@insa-toulouse.fr " , " adamadorassy@insa-toulouse.fr " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com anim " ,
2023-01-26 15:06:55 +01:00
[ " Adélais " , " Pauline " ],
[ " Bruel " , " Azais " ],
[ " adelais.bruel@laposte.net " , " azai@insa-toulouse.fr " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com ville " ,
2023-01-26 15:06:55 +01:00
[ " Lucie " , " Amandine " ],
[ " Marchais " , " Bessiere " ],
[ " lucie.marchais62@gmail.com " , " amandine.bessiere1@gmail.com " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com rallye " ,
2023-01-26 15:06:55 +01:00
[ " Lila " ],
[ " Manez " ],
[ " limnz@orange.fr " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo soirée des talents " ,
2023-01-26 15:06:55 +01:00
[ " Hugo " , " Alice " ],
[ " Belval " , " Alice " ],
[ " hugo.belval31@gmail.com " , " alice.eon56@gmail.com " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com bene " ,
2023-01-26 15:06:55 +01:00
[ " Vincent " , " Lilou " ],
[ " Dubreucq " , " Joly " ],
[ " dubreucq@insa-toulouse.fr " , " jol@insa-toulouse.fr " ]);
2022-01-20 00:53:13 +01:00
respo (
2022-04-08 17:42:31 +02:00
" Respo com photo " ,
2023-01-26 15:06:55 +01:00
[ " Mahault " , " Jil " ],
[ " Pommier-Maurussane " , " Saint-Martin " ],
[ " pommier-maur@insa-toulouse.fr " , " Saint-Martin@insa-toulouse.fr " ]);
respo (
" Respo com Ravit " ,
[ " Chloé " , " Clélia " ],
[ " Marchesin " , " Desjean " ],
[ " marchesinchloe@gmail.com " , " clelia.desjean@gmail.com " ]);
2022-01-20 00:53:13 +01:00
respo (
2023-01-26 15:06:55 +01:00
" Respo com Graphisme " ,
[ " Marie-lou " ],
[ " Thomas " ],
[ " tho@insa-toulouse.fr " ]);
2022-01-20 00:53:13 +01:00
respo (
2023-01-26 15:06:55 +01:00
" Respo com Plaquette " ,
[ " Carole " , " Clément " , " Jeanne " ],
[ " Beaugeois " , " Reolon " , " Marque " ],
[ " beaugeois@insa-toulouse.fr " , " reolon@insa-toulouse.fr " , " Jeannemarque@icloud.com " ]);
2022-01-20 00:53:13 +01:00
2022-04-08 17:42:31 +02:00
respo (
2023-01-22 12:46:06 +01:00
'Respo Web' ,
2023-01-26 15:08:44 +01:00
[ " Alejandro " , " Théo " ],
[ " Pastor " , " Mougnibas " ],
2023-01-22 12:46:06 +01:00
[ " pastor@insa-toulouse.fr " , " mougnibas@insa-toulouse.fr " ]);
2022-03-26 16:36:12 +01:00
2022-04-08 17:42:31 +02:00
?>
</ div >
2022-01-20 01:24:29 +01:00
2022-04-08 17:42:31 +02:00
</ main >
2020-09-19 16:08:07 +02:00
< ? php
2023-01-22 12:46:06 +01:00
$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
2022-01-19 22:26:58 +01:00
include ( " structure/template.php " );
2023-08-02 00:15:51 +02:00
?>