orthographe + starterpack

This commit is contained in:
Baptiste Rebillard 2022-09-09 11:49:23 +02:00
parent 4956566405
commit f954efec1d
4 changed files with 33 additions and 1 deletions

View file

@ -34,4 +34,9 @@ section .title_contact {
padding: 10px;
margin-top: 0;
font-size: 1.5rem;
}
.starterpack {
width: 100%;
height: 100%;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -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>

View file

@ -27,7 +27,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
echo "Pkpeach";
break;
case 3:
echo "Bommario";
echo "Boomario";
break;
}