From 1a6895a14009a13ecec0622c9351c0bdfa1dca85 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Fri, 8 Apr 2022 14:42:53 +0200 Subject: [PATCH] title index --- assets/css/template.css | 34 +++++++++++++++++++++++++++++++++- boomario.php | 10 ++++++++++ index.php | 27 ++++++++++++++++++++------- pkpeach.php | 10 ++++++++++ 4 files changed, 73 insertions(+), 8 deletions(-) create mode 100644 boomario.php create mode 100644 pkpeach.php diff --git a/assets/css/template.css b/assets/css/template.css index 42e86b8..5a86eba 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -1,6 +1,38 @@ body { font-family: 'New Super Mario Font U', sans-serif; - background-color: blue; + background-color: #33A8FF; +} + +main { + padding-top: 30px; +} + +#boxjaune { + display: inline-block; + background-color: #FFDC00; + padding: 10px; + box-shadow: 10px 10px 15px 5px rgba(0,0,0,0.61); + border: 3px solid black; + margin: 40px; +} + +#title_in_box { + padding: 25px; +} + +.circle { + width: 5px; + height: 5px; + border-radius: 2.5px; + background: black; +} + +#circle_l { + float: right; +} + +#circle_r { + float: left; } #menu_space_bottom { diff --git a/boomario.php b/boomario.php new file mode 100644 index 0000000..60e2637 --- /dev/null +++ b/boomario.php @@ -0,0 +1,10 @@ + +
+ +
+ \ No newline at end of file diff --git a/index.php b/index.php index 0333a8d..d9ba18a 100755 --- a/index.php +++ b/index.php @@ -1,8 +1,16 @@ -
-

Semaine d'Accueil INSA Toulouse 2021

+
+ +
+
+
+
Semaine d'Accueil INSA Toulouse 2022
+
+
+
+

Bienvenue à l'INSA Toulouse jeune aventurier, pour ta magnifique semaine d'accueil. @@ -22,13 +30,18 @@ ob_start(); // Start reading html

INSAGames

- Si tu as reçu (et lu!) ta plaquette, tu sais que tu fais partie d'une maison:test - #1, - ou de #2. -
- Fais gagner des points à ton équipe durant la semaine pour lui faire remporter l'aventure ! + Si tu as reçu (et lu!) ta plaquette, tu sais que tu fais partie d'une maison:

+

+ Boomario, + ou de pkpeach. +
+ Fais gagner des points à ton équipe durant la semaine pour lui faire remporter l'aventure ! +

+

+ Si tu souhaite voir le détail des scores, c'est par ici. +

+
+ +
+ \ No newline at end of file