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
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; }