From 0bea290c4ae9ded707f6e16143041e142f195836 Mon Sep 17 00:00:00 2001 From: Pedre Gabriel Date: Tue, 22 Oct 2024 13:58:34 +0400 Subject: [PATCH] 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; +}