From 31951e5d39ac53390da5e4d93ad395b91f9ee69b Mon Sep 17 00:00:00 2001 From: Anis YOUNES Date: Sat, 2 Nov 2024 23:28:20 +0100 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Page_Accueil.css | 78 ++++++++++++++++++++++++++++++++++ Page_Accueil.html | 101 +++++++++++++++++++++++++++++++++++++++++++++ Page_planning.css | 46 +++++++++++++++++++++ Page_planning.html | 69 +++++++++++++++++++++++++++++++ 4 files changed, 294 insertions(+) create mode 100644 Page_Accueil.css create mode 100644 Page_Accueil.html create mode 100644 Page_planning.css create mode 100644 Page_planning.html diff --git a/Page_Accueil.css b/Page_Accueil.css new file mode 100644 index 0000000..54637b3 --- /dev/null +++ b/Page_Accueil.css @@ -0,0 +1,78 @@ +body{ + background-color: rgb(30, 45, 40); + +} + +section{ + height: 20%; + width:80%; +} + +h1,h2{ + color : rgb(215, 239, 4); +} + +h2{ + margin-top: 5%; +} + +p{ + margin: 10%; + color: #ffffff; +} + +.page1{ + color: aqua; +} + +.page2{ + color : rgb(120, 4, 222) +} + +.page3{ + color :rgb(215, 239, 4) +} + +.test_image{ + margin-left: 4%; + width: 10%; + float: left; +} + +.legende{ + clear: both; + padding-top: 5%; + margin: 5%; + + /*height: 10%;*/ + /*width: 10%;*/ + +} + +#presentation{ + clear: both; +} + +.link{ + height: 20%; + width:80%; + max-height: 400px; + border: 1px inset #147fac; +} + +/*.lien{ + text-decoration-color: rgb(60, 129, 129); +}*/ + + +.X{ + width: 10%; +} + +.F{ + width: 10%; +} + +.page4{ + color: bisque; +} \ No newline at end of file diff --git a/Page_Accueil.html b/Page_Accueil.html new file mode 100644 index 0000000..e510409 --- /dev/null +++ b/Page_Accueil.html @@ -0,0 +1,101 @@ + + + + + + Page d'accueil + + + + + + + +
+

Anis Younes

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

Photo

+
+
+ +
+ +
+ +

Article 1:

+ +
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum debitis magnam, repellendus voluptate corrupti vitae, neque rerum aperiam molestias nostrum voluptatibus illo. Dignissimos aliquam molestias nostrum ipsam, perspiciatis ducimus impedit?

+
+ +
+

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Alias asperiores vero eaque, a ratione unde officiis perferendis molestiae, earum possimus voluptas veritatis laboriosam placeat est reiciendis molestias quia similique magnam culpa ducimus animi, aut ad. Id amet facilis corporis consequuntur!

+
+ +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/Page_planning.css b/Page_planning.css new file mode 100644 index 0000000..fc0fa1c --- /dev/null +++ b/Page_planning.css @@ -0,0 +1,46 @@ +table, th, td{ + border-radius: 1px; + color: #b3d11f; + /*border-collapse: 1;*/ + + border: 0.75px solid rgb(0, 236, 245); + border-radius: 10px 5px; + +} + +tr{ + padding: 10px; + height: 50%; + width: 50%; +} + +table{ + width: 70%; + display: ruby-text; + + +} + +.image1{ + width: 30%; +} + +img{ + justify-content: center; +} + +h1{ + color: rgb(84, 203, 106); +} + +a{ + color: aliceblue; +} + +section{ + justify-content: center; +} + +footer{ + top:90%; +} \ No newline at end of file diff --git a/Page_planning.html b/Page_planning.html new file mode 100644 index 0000000..950ea21 --- /dev/null +++ b/Page_planning.html @@ -0,0 +1,69 @@ + + + + + + + + + Document + + +
+

Planning

+ + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Mes activitéspériode
EchecSamedi - Dimanche
Film et jeux vidéos
+
+ + + + \ No newline at end of file