forked from vergnet/site-accueil-insa
mise en page
This commit is contained in:
parent
47eac24cf5
commit
ab80d6adf7
2 changed files with 34 additions and 16 deletions
|
@ -20,4 +20,13 @@ section h1 {
|
|||
margin: 0px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
|
||||
}
|
||||
|
||||
section .title_contact {
|
||||
display: inline-block;
|
||||
background-color: white;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
margin-top: 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
41
info.php
41
info.php
|
@ -23,7 +23,8 @@ ob_start(); // Start reading html
|
|||
<p>
|
||||
Tu peux également rejoindre l'Instagram : <a href="https://www.instagram.com/insat_accueil_2021/" class="link">@insat_accueil_2021</a>
|
||||
</p>
|
||||
<div id="prez">Pour les questions concernant la semaine, adresse-toi directement au Prez, il saura surement t'aider :</div>
|
||||
<div class="title_contact" id="prez">Président</div>
|
||||
<p>Pour les questions concernant la semaine, adresse-toi directement au Prez, il saura surement t'aider :</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Mail :</strong> <a href="mailto:maxencepapion@gmail.com" class="linkmail">maxencepapion@gmail.com</a>
|
||||
|
@ -32,24 +33,32 @@ ob_start(); // Start reading html
|
|||
<strong>Tel :</strong> 06 66 14 44 28
|
||||
</li>
|
||||
</ul>
|
||||
<div id="dev">Pour des questions a propos du site :</div>
|
||||
|
||||
<div class="title_contact" id="dev">Développement du site</div>
|
||||
<p>Pour des questions a propos du site :</p>
|
||||
<ul>
|
||||
<li>
|
||||
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<br>
|
||||
<strong>Mail : </strong>
|
||||
<a href="mailto:rebillar@insa-toulouse.fr" class="linkmail">rebillar@insa-toulouse.fr</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Tel : </strong> 07 83 64 61 06<br><br>
|
||||
|
||||
Joffre 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>
|
||||
<strong>Mail :</strong> <a href="mailto:vergnet@etud.insa-toulouse.fr" class="linkmail">vergnet@etud.insa-toulouse.fr</a><br>
|
||||
<strong>Facebook : </strong>Arnaud Vergnet
|
||||
<strong>Mail : </strong>
|
||||
<a href="mailto:gjoffre@insa-toulouse.fr" class="linkmail">gjoffre@insa-toulouse.fr</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="title_contact" id="crea">Créateur du site</div>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Mail : </strong>
|
||||
<a href="mailto:vergnet@etud.insa-toulouse.fr" class="linkmail">vergnet@etud.insa-toulouse.fr</a>
|
||||
<br>
|
||||
<strong>Facebook : </strong>Arnaud Vergnet
|
||||
</li>
|
||||
</ul>
|
||||
<p>Sinon, si tu veux des infos a propos d'une activite/Com specifique, va sur la page des <a
|
||||
href="coms.php" class="link">Com's</a>
|
||||
pour
|
||||
|
@ -71,10 +80,10 @@ ob_start(); // Start reading html
|
|||
<br>
|
||||
<p>Voici les différentes technologies et ressources utilisées pour ce site :</p>
|
||||
<ul>
|
||||
<li><a href="http://www.php.net/" class="link">PHP</a></li>
|
||||
<li><a href="https://www.w3.org/html/" class="link">HTML5</a></li>
|
||||
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3" class="link">CSS3</a></li>
|
||||
<li><a href="https://www.javascript.com/" class="link">JS</a></li>
|
||||
<li><a href="http://www.php.net/" class="link" target="_php">PHP</a></li>
|
||||
<li><a href="https://www.w3.org/html/" class="link" target="_w3">HTML5</a></li>
|
||||
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3" class="link" target="_moz">CSS3</a></li>
|
||||
<li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
|
|
Loading…
Reference in a new issue