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/AHYONG_Emjy/index.html b/AHYONG_Emjy/index.html index 4e4bd9e..31b12f3 100644 --- a/AHYONG_Emjy/index.html +++ b/AHYONG_Emjy/index.html @@ -4,7 +4,7 @@ - +
@@ -25,26 +25,28 @@
+ +
+
diff --git a/AHYONG_Emjy/liste.html b/AHYONG_Emjy/liste.html index 00bd1c0..8ea240b 100644 --- a/AHYONG_Emjy/liste.html +++ b/AHYONG_Emjy/liste.html @@ -25,26 +25,28 @@ + +
+
diff --git a/BToma/list.html b/BToma/list.html index b2933b4..3b11224 100644 --- a/BToma/list.html +++ b/BToma/list.html @@ -39,104 +39,90 @@ # - Nom et prénom + Nom + Prénom 1 - Ludovic RASSABY + RASSABY + Ludovic 2 - AHOVEY Saint-George + AHOVEY + Saint-George 3 - AHYONG Emjy + AHYONG + Emjy 4 - BARRET Toma + BARRET + Toma 5 - CELEMANI Theo + CELEMANI + Theo 6 - Cheun RAMASSY + RAMASSY + Cheun 7 - Demontis matisse + Demontis + matisse 8 - GRONDIN Clarel + GRONDIN + Clarel 9 - Hoarau Jeremy + Hoarau + Jeremy 10 - Julien HOARAU + HOARAU + Julien 11 - Thomy NOEL + NOEL + Thomy 12 - Lou DUCAUROY + DUCAUROY + Lou 13 - PEDRE Gabriel + PEDRE + Gabriel 14 - MUNIER Jerome + MUNIER + Jerome 15 - BOYER Dorian + BOYER + Dorian - 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/readme.md b/Hoarau-Julien/readme.md new file mode 100644 index 0000000..babfb27 --- /dev/null +++ b/Hoarau-Julien/readme.md @@ -0,0 +1,5 @@ +# Bienvenue sur mon repertoire ! + +Voici une liste vers les pages de mes projets: + +- https://farad77.github.io/Bidule/Hoarau-Julien/exo-1/index.html (Expernet liste des élèves) \ No newline at end of file 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; +} diff --git a/Jeremy_Hoarau/index.html b/Jeremy_Hoarau/index.html new file mode 100644 index 0000000..7e77cc9 --- /dev/null +++ b/Jeremy_Hoarau/index.html @@ -0,0 +1,64 @@ + + + CDA + + + + + + + +
+
+
+ + +
+ + +
+
+ + +
+ +
+ + +
+ + +

Ou

+ Connexion anonyme +
+
+
+ +
+
+

© 2024 EXPER.net

+
+
+ + + + + + diff --git a/Jeremy_Hoarau/liste.html b/Jeremy_Hoarau/liste.html new file mode 100644 index 0000000..fe580e0 --- /dev/null +++ b/Jeremy_Hoarau/liste.html @@ -0,0 +1,147 @@ + + + + Title + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#NomPrénom
1AHOVEYSaint George
2AHYONGEmjy
3B.Toma
4CELEMANITheo
5RAMASSYCheun
6Demontismatisse
7GRONDINClarel
8HoarauJérémy
9MUNIERJerome
10PedreGabriel
12NoelThomy
13--dorian
+
+
+
+ +
+
+

© 2024 EXPER.net

+
+
+ + + + + + + diff --git a/Thomy Noel/connection.html b/Thomy Noel/connection.html index 4b0624b..6d28ec9 100644 --- a/Thomy Noel/connection.html +++ b/Thomy Noel/connection.html @@ -51,7 +51,7 @@
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
-
+

Connectez vous

diff --git a/Thomy Noel/index.html b/Thomy Noel/index.html index 50d2c81..6d28ec9 100644 --- a/Thomy Noel/index.html +++ b/Thomy Noel/index.html @@ -3,43 +3,81 @@ - - Coucou - - - + connection + + + - - -
-
-
- Case 1 -
-
- Case 2 -
-
- Case 3 -
-
-
-
- Case 1 -
-
- Case 2 -
-
- Case 3 -
+ +
+ +
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+
+
-
+

Connectez vous

+
+ + +
+
+ + +
+ +
+ + +
+ +

© 2017–2024

+ + liste des étudiants + + diff --git a/Thomy Noel/liste.html b/Thomy Noel/liste.html index 7b3ad11..7188402 100644 --- a/Thomy Noel/liste.html +++ b/Thomy Noel/liste.html @@ -47,6 +47,7 @@
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+

Listes des étudiants

@@ -76,8 +77,7 @@ - - + @@ -99,6 +99,7 @@
Thornton
4 Julien
+ Retour diff --git a/Thomy Noel/style.css b/Thomy Noel/style.css index 480964b..663bd58 100644 --- a/Thomy Noel/style.css +++ b/Thomy Noel/style.css @@ -1,8 +1,15 @@ -form{ +#connection{ width: 20%; margin: 64px auto; + background-color: rgb(245, 238, 230); + border-radius: 10%; + box-shadow: black; + padding: 32px; } +h1{ + text-align: center; +} #navig{ height: 100px; background-color: #009BDE; diff --git a/dorian/test bootstrap/index.html b/dorian/test bootstrap/index.html new file mode 100644 index 0000000..6f757bb --- /dev/null +++ b/dorian/test bootstrap/index.html @@ -0,0 +1,86 @@ + + + + + + + + + + Document + + +
+
+
+ + +
+
+
+
+ +

CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +
+
+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse sequi animi officia accusamus, ad reprehenderit dolor iusto ab suscipit nihil deleniti, aspernatur at quia cumque delectus, necessitatibus sunt. Accusantium, inventore!

+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +

+ Direction vers la liste des étudiant +

+
+
+
+
+ + + \ No newline at end of file diff --git a/dorian/test bootstrap/list.html b/dorian/test bootstrap/list.html new file mode 100644 index 0000000..1e93d2c --- /dev/null +++ b/dorian/test bootstrap/list.html @@ -0,0 +1,107 @@ + + + + + + + + + + Document + + +
+
+
+ + +
+
+
+
+ +

CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NumNomPrenomFormation
1BoyerDorianCDA
2ClementThéoCDA
3GrondinClarelCDA
3MunierJeromeCDA
3PedreGabrielCDA
3DemontisMatisseCDA
3AhyongEmjyCDA
3AhoveySaintGeorgeCDA
+
+ + \ No newline at end of file diff --git a/dorian/test bootstrap/public/fond.webp b/dorian/test bootstrap/public/fond.webp new file mode 100644 index 0000000..5065c96 Binary files /dev/null and b/dorian/test bootstrap/public/fond.webp differ diff --git a/dorian/test bootstrap/public/logo.png b/dorian/test bootstrap/public/logo.png new file mode 100644 index 0000000..5623447 Binary files /dev/null and b/dorian/test bootstrap/public/logo.png differ diff --git a/dorian/test bootstrap/style.css b/dorian/test bootstrap/style.css new file mode 100644 index 0000000..307c5a6 --- /dev/null +++ b/dorian/test bootstrap/style.css @@ -0,0 +1,10 @@ +#logo{ + width: 20%; +} +main { + background: url(public/fond.webp); +} +#card{ + backdrop-filter: blur(10px); + background-color: rgba(255, 255, 255, 0.4); +} \ No newline at end of file diff --git a/index.html b/index.html index c33539f..931edfd 100644 --- a/index.html +++ b/index.html @@ -152,6 +152,8 @@
  • Thomy Noel
  • dorian
  • Lou
  • +
  • Lou
  • +