Browse Source

orthographe + starterpack

Baptiste Rebillard 1 year ago
parent
commit
f954efec1d
4 changed files with 33 additions and 1 deletions
  1. 5
    0
      assets/css/page/info.css
  2. 23
    0
      assets/img/starterpack.svg
  3. 4
    0
      info.php
  4. 1
    1
      planning.php

+ 5
- 0
assets/css/page/info.css View File

@@ -34,4 +34,9 @@ section .title_contact {
34 34
 	padding: 10px;
35 35
 	margin-top: 0;
36 36
 	font-size: 1.5rem;
37
+}
38
+
39
+.starterpack {
40
+	width: 100%;
41
+	height: 100%;
37 42
 }

+ 23
- 0
assets/img/starterpack.svg
File diff suppressed because it is too large
View File


+ 4
- 0
info.php View File

@@ -104,6 +104,10 @@ ob_start(); // Start reading html
104 104
 		    </ul>
105 105
 		</section>
106 106
 		<section>
107
+			<h1>Pour les plus stressés :</h1>
108
+			<?php include "assets/img/starterpack.svg"; ?>
109
+		</section>
110
+		<section>
107 111
 		    <h1>Vie Privee</h1>
108 112
 		    <p>
109 113
 		        Le site utilise <a href="https://matomo.org/" class="link">Matomo</a> pour analyser la

+ 1
- 1
planning.php View File

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

Loading…
Cancel
Save