diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..00022bf Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ + diff --git a/GRONDINClarel/index.html b/GRONDINClarel/index.html index 4bb8a49..a4a4289 100644 --- a/GRONDINClarel/index.html +++ b/GRONDINClarel/index.html @@ -7,7 +7,7 @@ - +

CDA8 : Expernet 2024-2026

diff --git a/GRONDINClarel/login.html b/GRONDINClarel/login.html index 02bafaf..4432aec 100644 --- a/GRONDINClarel/login.html +++ b/GRONDINClarel/login.html @@ -11,9 +11,8 @@
- expernet - - + logo_expernet +
diff --git a/GRONDINClarel/logo.png b/GRONDINClarel/logo.png new file mode 100644 index 0000000..5623447 Binary files /dev/null and b/GRONDINClarel/logo.png differ diff --git a/Hoarau-Julien/exo-1/index.html b/Hoarau-Julien/exo-1/index.html new file mode 100644 index 0000000..7c2cb01 --- /dev/null +++ b/Hoarau-Julien/exo-1/index.html @@ -0,0 +1,51 @@ + + + + + + + + EXPERTNET | CDA8 EXO1 + + +
+ logo-expernet + +

Connexion

+ +
+ + +
+
+ + +
+ + Ce connecté en anonyme + +
+ + + diff --git a/Hoarau-Julien/exo-1/liste.html b/Hoarau-Julien/exo-1/liste.html new file mode 100644 index 0000000..4e7d16a --- /dev/null +++ b/Hoarau-Julien/exo-1/liste.html @@ -0,0 +1,125 @@ + + + + + + + + + EXPERTNET | CDA8 EXO1 + +
+ +
+ +

Liste des élèves de CDA 8

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NomPrénom
AHOVEYSaintGeorge
AHYONGEmjy
BarretToma
CELEMANITheo
RAMASSYCheun
DemontisMatisse
GrondinClarel
JeremyHoarau
MunierJerome
PedreGabriel
MSebastien
NoelThomy
BoyerDorian
DUCAUROYLou
HoarauJulien
+ + + diff --git a/Hoarau-Julien/test/index.html b/Hoarau-Julien/test/index.html new file mode 100644 index 0000000..03b248b --- /dev/null +++ b/Hoarau-Julien/test/index.html @@ -0,0 +1,57 @@ + + + + + + + + + + Expernet | CDA8 HJ + + +
+
+
+

Hello World!

+

Welcome in my world 😊

+
+
+

+ I'm 3thernity a friendly developper let's be friends ! +

+
+
+

Alright let's have some fun 😝

+
+
+
+
+

+ Je suis un passionner d'informatique, de jeux video et + j'aime également chanter de tant à autres eheh +

+
+
+
+ + + + + + + + diff --git a/Hoarau-Julien/test/styles.css b/Hoarau-Julien/test/styles.css new file mode 100644 index 0000000..1da6beb --- /dev/null +++ b/Hoarau-Julien/test/styles.css @@ -0,0 +1,15 @@ +* { + margin: 0; + padding: 0; + font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", + sans-serif; +} + +body { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + color: whitesmoke; + background-color: black; +}