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
|
@ -21,3 +21,12 @@ section h1 {
|
||||||
padding: 10px 0px 10px 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;
|
||||||
|
}
|
37
info.php
37
info.php
|
@ -23,7 +23,8 @@ ob_start(); // Start reading html
|
||||||
<p>
|
<p>
|
||||||
Tu peux également rejoindre l'Instagram : <a href="https://www.instagram.com/insat_accueil_2021/" class="link">@insat_accueil_2021</a>
|
Tu peux également rejoindre l'Instagram : <a href="https://www.instagram.com/insat_accueil_2021/" class="link">@insat_accueil_2021</a>
|
||||||
</p>
|
</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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<strong>Mail :</strong> <a href="mailto:maxencepapion@gmail.com" class="linkmail">maxencepapion@gmail.com</a>
|
<strong>Mail :</strong> <a href="mailto:maxencepapion@gmail.com" class="linkmail">maxencepapion@gmail.com</a>
|
||||||
|
@ -32,21 +33,29 @@ ob_start(); // Start reading html
|
||||||
<strong>Tel :</strong> 06 66 14 44 28
|
<strong>Tel :</strong> 06 66 14 44 28
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Les respos du site :<br>
|
|
||||||
|
|
||||||
Rébillard Baptiste :<br>
|
Rébillard Baptiste :<br>
|
||||||
<strong>Mail :</strong> <a href="mailto:rebillar@insa-toulouse.fr" class="linkmail">rebillar@insa-toulouse.fr</a>
|
<strong>Mail : </strong>
|
||||||
<strong>Tel : </strong> 07 83 64 61 06<br>
|
<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>
|
Joffre Guillaume :<br>
|
||||||
<strong>Mail :</strong> <a href="mailto:gjoffre@insa-toulouse.fr" class="linkmail">gjoffre@insa-toulouse.fr</a>
|
<strong>Mail : </strong>
|
||||||
|
<a href="mailto:gjoffre@insa-toulouse.fr" class="linkmail">gjoffre@insa-toulouse.fr</a>
|
||||||
</li>
|
</li>
|
||||||
<li id="crea">
|
</ul>
|
||||||
Sinon y'a Arnaud, le créateur du site :<br>
|
<div class="title_contact" id="crea">Créateur du site</div>
|
||||||
<strong>Mail :</strong> <a href="mailto:vergnet@etud.insa-toulouse.fr" class="linkmail">vergnet@etud.insa-toulouse.fr</a><br>
|
<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
|
<strong>Facebook : </strong>Arnaud Vergnet
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -71,10 +80,10 @@ ob_start(); // Start reading html
|
||||||
<br>
|
<br>
|
||||||
<p>Voici les différentes technologies et ressources utilisées pour ce site :</p>
|
<p>Voici les différentes technologies et ressources utilisées pour ce site :</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.php.net/" class="link">PHP</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">HTML5</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">CSS3</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">JS</a></li>
|
<li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in a new issue