From 7afca19452e817952bbcfef62a3d6c5a42e51ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Mon, 30 Oct 2023 14:55:08 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20au=20propre=20de=20toutes=20les=20cartes?= =?UTF-8?q?=20et=20cr=C3=A9ation=20de=20tous=20les=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Front/index.html | 54 ++++++++++++++++----------------------- Front/sports.html | 65 ++++++++++++++++++++++++++++++++++++++++++----- Front/style.css | 3 +++ Front/teams.html | 60 ++++++++++++++++++++++++++++++++++++++----- 4 files changed, 136 insertions(+), 46 deletions(-) create mode 100644 Front/style.css diff --git a/Front/index.html b/Front/index.html index e7c0258..9623ec9 100644 --- a/Front/index.html +++ b/Front/index.html @@ -1,5 +1,5 @@ - + Matchs en direct @@ -7,6 +7,8 @@ + +
@@ -50,47 +52,35 @@
-
+
-
- Featured +
+ Date and time
-
-
Special title treatment
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
- Featured +
+ Date and time
-
-
Special title treatment
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
-
- Featured +
+ Date and time
-
-
Special title treatment
-
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere -
-
diff --git a/Front/sports.html b/Front/sports.html index d24625a..ac2d894 100644 --- a/Front/sports.html +++ b/Front/sports.html @@ -1,16 +1,18 @@ - + - Matchs en direct + Liste des Sports + +
-
-
- - - +
+
+
+
+ BASKETBALL +
+
+
En tête: Promo X
+

Quarts de finale

+
+ +
+
+
+ HANDBALL +
+
+
En tête: Promo Y
+

Quarts de finale

+
+ +
+
+
+ FOOTBALL +
+
+
En tête: Promo Z
+

Quarts de finale

+
+ +
+
+
+ VOLLEY +
+
+
En tête: Promo Z
+

Quarts de finale

+
+ +
+
+
+ BADMINTON +
+
+
En tête: Promo Z
+

Tournoi

+
+ +
+
diff --git a/Front/style.css b/Front/style.css new file mode 100644 index 0000000..f20e4fe --- /dev/null +++ b/Front/style.css @@ -0,0 +1,3 @@ +.mt-6 { + margin-top: 6rem !important; + } \ No newline at end of file diff --git a/Front/teams.html b/Front/teams.html index e80dc95..739cf40 100644 --- a/Front/teams.html +++ b/Front/teams.html @@ -1,16 +1,18 @@ - + - Matchs en direct + Classement et équipes + +
-
-
- - - +
+
+
+
+ Promo X +
+
+
Classement Provisoire : 1er
+

Football: phases de poule + Basketball: demi-finale + Volley: phase de poule (éliminé) + Handball: quarts de final (en jeu) + Badminton: tournoi (3e) +

+
+ +
+
+
+ Promo Y +
+
+
Classement Provisoire : 2e
+

Football: phases de poule + Basketball: demi-finale + Volley: phase de poule (éliminé) + Handball: quarts de final (en jeu) + Badminton: tournoi (3e) +

+
+ +
+
+
+ Promo Z +
+
+
Classement Provisoire : 3e
+

Football: phases de poule + Basketball: demi-finale + Volley: phase de poule (éliminé) + Handball: quarts de final (en jeu) + Badminton: tournoi (3e) +

+
+ +
+