forked from vergnet/site-accueil-insa
clubs.php content
This commit is contained in:
parent
a4ee7f7dc1
commit
983f8c666c
4 changed files with 41 additions and 2 deletions
|
@ -0,0 +1,18 @@
|
|||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.iframe_amicale {
|
||||
width: 60%;
|
||||
aspect-ratio: 16/9;
|
||||
margin: 50px auto 50px auto;
|
||||
}
|
||||
|
||||
a.link_in_yellow_box {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
a.link_in_yellow_box:hover {
|
||||
color: white;
|
||||
}
|
|
@ -12,6 +12,7 @@ body {
|
|||
|
||||
main {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a.link {
|
||||
|
|
17
clubs.php
17
clubs.php
|
@ -1,7 +1,22 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
Y'a déjà tout là dessus : <a href="https://amicale-insat.fr/clubs" target="_NEWWWWW">amicale-insat.fr/clubs</a>
|
||||
<main>
|
||||
<section>
|
||||
<div id="boxjaune">
|
||||
<div id="circle_l" class="circle"></div>
|
||||
<div id="circle_r" class="circle"></div>
|
||||
<div id="title_in_box">
|
||||
<a href="https://amicale-insat.fr/clubs" target="_NEWWWWW" class="link_in_yellow_box">amicale-insat.fr/clubs</a>
|
||||
</div>
|
||||
<div id="circle_l" class="circle"></div>
|
||||
<div id="circle_r" class="circle"></div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<iframe src="https://amicale-insat.fr/clubs" class="iframe_amicale" allow="fullscreen" scrolling="auto"></iframe>
|
||||
</section>
|
||||
</main>
|
||||
<?php
|
||||
$infopage = ["", "Les clubs", ob_get_clean(), "", "clubs"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
|
||||
include("structure/template.php");
|
||||
|
|
7
info.php
7
info.php
|
@ -35,9 +35,14 @@ ob_start(); // Start reading html
|
|||
<div id="dev">Pour des questions a propos du site :</div>
|
||||
<ul>
|
||||
<li>
|
||||
Celui qui gère tout ça : le responsable du site<br>
|
||||
Les respos du site :<br>
|
||||
|
||||
Rébillard Baptiste :<br>
|
||||
<strong>Mail :</strong> <a href="mailto:rebillar@insa-toulouse.fr" class="linkmail">rebillar@insa-toulouse.fr</a>
|
||||
<strong>Tel : </strong> 07 83 64 61 06
|
||||
|
||||
Geoffre Guillaume :<br>
|
||||
<strong>Mail :</strong> <a href="mailto:gjoffre@insa-toulouse.fr" class="linkmail">gjoffre@insa-toulouse.fr</a>
|
||||
</li>
|
||||
<li id="crea">
|
||||
Sinon y'a Arnaud, le créateur du site :<br>
|
||||
|
|
Loading…
Reference in a new issue