forked from vergnet/site-accueil-insa
orthographe + starterpack
This commit is contained in:
parent
4956566405
commit
f954efec1d
4 changed files with 33 additions and 1 deletions
|
@ -34,4 +34,9 @@ section .title_contact {
|
|||
padding: 10px;
|
||||
margin-top: 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.starterpack {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
23
assets/img/starterpack.svg
Normal file
23
assets/img/starterpack.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.6 MiB |
4
info.php
4
info.php
|
@ -103,6 +103,10 @@ ob_start(); // Start reading html
|
|||
<li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Pour les plus stressés :</h1>
|
||||
<?php include "assets/img/starterpack.svg"; ?>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Vie Privee</h1>
|
||||
<p>
|
||||
|
|
|
@ -27,7 +27,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
|||
echo "Pkpeach";
|
||||
break;
|
||||
case 3:
|
||||
echo "Bommario";
|
||||
echo "Boomario";
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue