diff --git a/Thomy Noel/Logo-EXPERNET-2024.png b/Thomy Noel/Logo-EXPERNET-2024.png new file mode 100644 index 0000000..370a853 Binary files /dev/null and b/Thomy Noel/Logo-EXPERNET-2024.png differ diff --git a/Thomy Noel/connection.html b/Thomy Noel/connection.html new file mode 100644 index 0000000..4b0624b --- /dev/null +++ b/Thomy Noel/connection.html @@ -0,0 +1,86 @@ + + + + + + connection + + + + + + +
+ +
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+
+
+ +

Connectez vous

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

© 2017–2024

+
+ + liste des étudiants + + + + + + + + + \ No newline at end of file diff --git a/Thomy Noel/index.html b/Thomy Noel/index.html index 196836c..50d2c81 100644 --- a/Thomy Noel/index.html +++ b/Thomy Noel/index.html @@ -5,13 +5,39 @@ Coucou + -

Message pour le monde!

-

Hello!

+ +
+
+
+ Case 1 +
+
+ Case 2 +
+
+ Case 3 +
+
+
+
+ Case 1 +
+
+ Case 2 +
+
+ Case 3 +
+
+ +
+ diff --git a/Thomy Noel/liste.html b/Thomy Noel/liste.html new file mode 100644 index 0000000..7b3ad11 --- /dev/null +++ b/Thomy Noel/liste.html @@ -0,0 +1,108 @@ + + + + + + Liste + + + + + + +
+ +
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#NomPrénom
1MarcOtto
2JeanThornton
3StéphaneThornton
4Juliengence
5Nicolasmartin
6ericThomas
+
+ + + + + + + diff --git a/Thomy Noel/style.css b/Thomy Noel/style.css new file mode 100644 index 0000000..480964b --- /dev/null +++ b/Thomy Noel/style.css @@ -0,0 +1,44 @@ +form{ + width: 20%; + margin: 64px auto; + +} +#navig{ + height: 100px; + background-color: #009BDE; + color: white; +} +nav a{ + color: white; +} +a{ + color: white; + display: block; + width: 10%; + margin: 0 auto; +} +#btn{ + background-color: #FFC329; + border: none; + border-radius: 10px; +} +.Liste{ + width: 50%; + margin: 64px auto; +} +.header{ + display: flex; + width: 70%; + height: 200px; + margin: 0 auto; +} +.logo{ + background-image: url("Logo-EXPERNET-2024.png"); + background-size: contain; + background-repeat: no-repeat; + width: 10%; + height: 100px; +} +.text{ + color: #009BDE; +} \ No newline at end of file