From f954efec1dd393a8cae0592de6152ad437a8d4be Mon Sep 17 00:00:00 2001 From: Baptiste Date: Fri, 9 Sep 2022 11:49:23 +0200 Subject: [PATCH] orthographe + starterpack --- assets/css/page/info.css | 5 +++++ assets/img/starterpack.svg | 23 +++++++++++++++++++++++ info.php | 4 ++++ planning.php | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 assets/img/starterpack.svg diff --git a/assets/css/page/info.css b/assets/css/page/info.css index 0ecab9a..04fac1a 100644 --- a/assets/css/page/info.css +++ b/assets/css/page/info.css @@ -34,4 +34,9 @@ section .title_contact { padding: 10px; margin-top: 0; font-size: 1.5rem; +} + +.starterpack { + width: 100%; + height: 100%; } \ No newline at end of file diff --git a/assets/img/starterpack.svg b/assets/img/starterpack.svg new file mode 100644 index 0000000..06d2baa --- /dev/null +++ b/assets/img/starterpack.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/info.php b/info.php index f2d1f4c..a4a04ef 100644 --- a/info.php +++ b/info.php @@ -103,6 +103,10 @@ ob_start(); // Start reading html
  • JS
  • +
    +

    Pour les plus stressés :

    + +

    Vie Privee

    diff --git a/planning.php b/planning.php index a8e35a3..1bb4c30 100755 --- a/planning.php +++ b/planning.php @@ -27,7 +27,7 @@ if(isset($_GET['planning']) AND !empty(['planning'])) echo "Pkpeach"; break; case 3: - echo "Bommario"; + echo "Boomario"; break; }