From 0bea290c4ae9ded707f6e16143041e142f195836 Mon Sep 17 00:00:00 2001 From: Pedre Gabriel Date: Tue, 22 Oct 2024 13:58:34 +0400 Subject: [PATCH 1/2] premierexercice --- Pedre_Gabriel/Exercice/index.html | 33 +++++++ Pedre_Gabriel/Exercice/liste.html | 151 ++++++++++++++++++++++++++++++ Pedre_Gabriel/Exercice/style.css | 32 +++++++ 3 files changed, 216 insertions(+) create mode 100644 Pedre_Gabriel/Exercice/index.html create mode 100644 Pedre_Gabriel/Exercice/liste.html create mode 100644 Pedre_Gabriel/Exercice/style.css diff --git a/Pedre_Gabriel/Exercice/index.html b/Pedre_Gabriel/Exercice/index.html new file mode 100644 index 0000000..2f04ee0 --- /dev/null +++ b/Pedre_Gabriel/Exercice/index.html @@ -0,0 +1,33 @@ + + + + + + Connexion - CDA8 + + + + +
+
+

Connexion à CDA8

+
+
+ + +
+
+ + +
+ +
+ +
+
+ + + + diff --git a/Pedre_Gabriel/Exercice/liste.html b/Pedre_Gabriel/Exercice/liste.html new file mode 100644 index 0000000..377c016 --- /dev/null +++ b/Pedre_Gabriel/Exercice/liste.html @@ -0,0 +1,151 @@ + + + + + + Liste des étudiants CDA8 + + + + + + + + +
+

Liste des étudiants de la classe CDA8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#PrénomEmail
1AHOVEYSaintGeorge1@exemple.com
2AHYONG_Emjy2@exemple.com
3BToma3@exemple.com
4CELEMANITheo4@exemple.com
5Cheun RAMASSY5@exemple.com
6Demontis matisse6@exemple.com
7GRONDINClarel7@exemple.com
8Jeremy_Hoarau8@exemple.com
9MUNIERJerome9@exemple.com
10SebastienM10@exemple.com
11Thomy Noel11@exemple.com
12dorian12@exemple.com
13Pedre Gabriel13@exemple.com
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/Pedre_Gabriel/Exercice/style.css b/Pedre_Gabriel/Exercice/style.css new file mode 100644 index 0000000..b8fd6d2 --- /dev/null +++ b/Pedre_Gabriel/Exercice/style.css @@ -0,0 +1,32 @@ +body { + font-family: 'Arial', sans-serif; + background-color: #faf8f8; +} + +.navbar { + border-bottom: 2px solid #0056b3; +} + +.table { + border-collapse: separate; + border-spacing: 0 10px; +} + +.table-primary { + background-color: #0056b3; + color: white; +} + +.btn-warning { + background-color: #ffcc00; + border: none; +} + +.footer { + background-color: #f1f1f1; + padding: 20px 0; +} + +.text-primary { + color: #0056b3 !important; +} From 817cd762d43b2d37f7babc19227e497d1257013b Mon Sep 17 00:00:00 2001 From: Mat911 Date: Tue, 22 Oct 2024 13:59:33 +0400 Subject: [PATCH 2/2] mise a jour de index avec un form login et la list dans list html --- Demontis matisse/index.html | 79 +++++++++++++++----- Demontis matisse/liste.html | 145 ++++++++++++++++++++++++++++++++++++ 2 files changed, 204 insertions(+), 20 deletions(-) create mode 100644 Demontis matisse/liste.html diff --git a/Demontis matisse/index.html b/Demontis matisse/index.html index e523e94..425caef 100644 --- a/Demontis matisse/index.html +++ b/Demontis matisse/index.html @@ -6,27 +6,66 @@ Document -