forked from vergnet/site-accueil-insa
anim.php + arrangement menu
This commit is contained in:
parent
80dbd7929f
commit
72037a668b
4 changed files with 70 additions and 9 deletions
49
anim.php
Normal file
49
anim.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
<p><font color="red">C</font>ombative peu importe le budget (très) serré.</p>
|
||||
|
||||
<p><font color="red">O</font>pérationnelle, le stock de peau de banane complet.</p>
|
||||
|
||||
<p><font color="red">M</font>eilleure Com, mais ça tu le découvriRAT par toi-même.</p>
|
||||
|
||||
<p><font color="red">‘</font></p>
|
||||
|
||||
<p><font color="red">A</font>ssurée, tout est prêt, on t’attend.</p>
|
||||
|
||||
<p><font color="red">N</font>aturelle et toujours humble.</p>
|
||||
|
||||
<p><font color="red">I</font>maginative, deux plots et un ballon nous suffise.</p>
|
||||
|
||||
<p><font color="red">M</font>ultitâches : soirée déguisée, concert, rencontre on est là !</p>
|
||||
|
||||
<p><strong style="text-decoration: underline;">Attention très important :</strong> Le mardi au soir, il y aura une soirée déguisée. Nous comptons sur toi pour RATmener ton meilleur déguisement sur le thème de ton choix. Il y aura des prix pour les plus créatifs…</p>
|
||||
|
||||
<p>Gros bisous,</p>
|
||||
|
||||
<p>On a hâte de vous <s>épuiser</s> rencontrer 😊</p>
|
||||
|
||||
<p>Julimace et aladin</p>
|
||||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Com'anim", ob_get_clean(), "", "anim"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
?>
|
12
assets/css/page/anim.css
Normal file
12
assets/css/page/anim.css
Normal file
|
@ -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;
|
||||
}
|
|
@ -31,7 +31,7 @@ ob_start(); // Start reading html
|
|||
ou encore des directives concernant ta magnifique <a href="blouse.php" class="link">Blouse</a>.
|
||||
</p>
|
||||
<br>
|
||||
<h3>INSAGames</h3>
|
||||
<h3><a href="enigma.php" style="text-decoration: none; color: black;">INSAGames</a></h3>
|
||||
<p>
|
||||
Si tu as reçu (et lu!) ta plaquette, tu sais que tu fais partie d'une #team:
|
||||
</p>
|
||||
|
|
|
@ -130,8 +130,8 @@ if(!isset($relativepath)) {
|
|||
<!-- Top layer (LtR) -->
|
||||
<?php
|
||||
$co_y_0 = [0, 48.85, 97.7, 146.55, 195.4, 244.25, 293.1, 341.95, 390.8, 439.65, 488.5];
|
||||
$texte_y_0 = ["Accueil", "Planning", "Plan", "Blouse", "Parrainage", "Homework", "Chansons", "Pkpeach", "Boomario", "Les stats", ""];
|
||||
$lien_y_0 = ["index.php", "planning.php", "map.php", "blouse.php", "parrainage.php", "vacances.php", "chansons.php", "team.php?team=pkpeach", "team.php?team=boomario", "stats.php", ""];
|
||||
$texte_y_0 = ["Accueil", "Planning", "Plan", "Blouse", "Lydia/Izly", "Homework", "Chansons", "Pkpeach", "Boomario", "Les stats", ""];
|
||||
$lien_y_0 = ["index.php", "planning.php", "map.php", "blouse.php", "lydia.php", "vacances.php", "chansons.php", "team.php?team=pkpeach", "team.php?team=boomario", "stats.php", ""];
|
||||
for($i = 0; $i <= 10; $i++) {
|
||||
echo
|
||||
'<a href="'.$lien_y_0[$i].'" class="menu-link">
|
||||
|
@ -144,8 +144,8 @@ if(!isset($relativepath)) {
|
|||
</a>';
|
||||
}
|
||||
$co_y_1 = [-23.5, 25.35,74.2, 123.05, 171.9, 220.75, 269.6, 318.45, 367.3, 416.15, 465];
|
||||
$texte_y_1 = ["", "Photos","Lydia/Izly", "Les clubs", "Prévention", "Com'ville", "Enigme", "", "Download", "Les com's", "Infos"];
|
||||
$lien_y_1 = ["", "photos.php","lydia.php", "clubs.php", "prevs.php", "map_com_ville.php", "enigma.php", "", "downloads.php", "coms.php", "info.php"];
|
||||
$texte_y_1 = ["", "Photos","Les clubs", "Parrainage", "Prévention", "Com'ville", "Com'anim", "", "Download", "Les com's", "Infos"];
|
||||
$lien_y_1 = ["", "photos.php","clubs.php", "parrainage.php", "prevs.php", "map_com_ville.php", "anim.php", "", "downloads.php", "coms.php", "info.php"];
|
||||
for($i = 0; $i <= 10; $i++) {
|
||||
echo
|
||||
'<a href="'.$lien_y_1[$i].'" class="menu-link menu-bottom-line">
|
||||
|
@ -173,8 +173,8 @@ if(!isset($relativepath)) {
|
|||
|
||||
<?php
|
||||
|
||||
$texte_y_0 = ["Accueil", "Planning", "Plan", "Blouse", "Parrainage", "Homework", "Chansons", "Les stats", "Boomario", "PKpeach", "Photos"];
|
||||
$lien_y_0 = ["index.php", "planning.php", "map.php", "blouse.php", "parrainage.php", "vacances.php", "chansons.php", "stats.php", "team.php?team=boomario", "team.php?team=pkpeach", "photos.php"];
|
||||
$texte_y_0 = ["Accueil", "Planning", "Plan", "Blouse", "Lydia/Izly", "Homework", "Chansons", "Les stats", "Boomario", "PKpeach", "Photos"];
|
||||
$lien_y_0 = ["index.php", "planning.php", "map.php", "blouse.php", "lydia.php", "vacances.php", "chansons.php", "stats.php", "team.php?team=boomario", "team.php?team=pkpeach", "photos.php"];
|
||||
for($i = 0; $i <= 10; $i++) {
|
||||
echo
|
||||
'<a href="'.$lien_y_0[$i].'" class="mobile-menu-link">
|
||||
|
@ -187,8 +187,8 @@ if(!isset($relativepath)) {
|
|||
</a>';
|
||||
}
|
||||
|
||||
$texte_y_1 = ["Lydia/Izly", "Les clubs", "Prévention", "Com'ville", "Enigme", "Download", "Les com's", "", "Infos"];
|
||||
$lien_y_1 = ["lydia.php", "clubs.php", "prevs.php", "map_com_ville.php", "enigma.php", "downloads.php", "coms.php", "", "info.php"];
|
||||
$texte_y_1 = ["Les clubs", "Parrainage", "Prévention", "Com'ville", "Com'anim", "Download", "Les com's", "", "Infos"];
|
||||
$lien_y_1 = ["clubs.php", "parrainage.php", "prevs.php", "map_com_ville.php", "anim.php", "downloads.php", "coms.php", "", "info.php"];
|
||||
for($i = 0; $i <= 8; $i++) {
|
||||
echo
|
||||
'<a href="'.$lien_y_1[$i].'" class="mobile-menu-link">
|
||||
|
|
Loading…
Reference in a new issue