diff --git a/httpdocs/form.html b/httpdocs/form.html index eddea4f..203bb98 100644 --- a/httpdocs/form.html +++ b/httpdocs/form.html @@ -9,6 +9,7 @@ Contact Form + - + +
- +

Contact Us

@@ -66,11 +68,12 @@ + \ No newline at end of file diff --git a/httpdocs/index.html b/httpdocs/index.html index 8d37c42..2ec859f 100644 --- a/httpdocs/index.html +++ b/httpdocs/index.html @@ -1,5 +1,10 @@ + + + + + @@ -91,6 +96,7 @@
+

Qui suis-je ?

Je m'appelle Corentin, j'ai 20 ans, et je suis actuellement en première année de BUT informatique (pour la deuxième fois). diff --git a/httpdocs/project.js b/httpdocs/project.js index ab03c79..705dab1 100644 --- a/httpdocs/project.js +++ b/httpdocs/project.js @@ -4,6 +4,8 @@ const projectName = urlParams.get("name"); // Simulated "database" of projects + + //TODO : Add more text to the project descriptions const projects = { "mastermind": { title: "Projet MasterMind", diff --git a/httpdocs/style.css b/httpdocs/style.css index ff583d1..cb4c1c7 100644 --- a/httpdocs/style.css +++ b/httpdocs/style.css @@ -59,6 +59,7 @@ font-family: Arial, sans-serif; background-color: #323438; color: #f1f1f1; + } /* Light Mode Styles */ @@ -66,6 +67,7 @@ background-color: #fcf0fa; /* Soft white background */ color: #333333; /* Dark gray text for better readability */ font-family: Arial, sans-serif; + } /* Light mode headings */ @@ -1125,20 +1127,12 @@ body.fade-out { - - - - - - - - footer { width: 100% ; text-align: center ; padding: 15px ; background: #252323 ; /* Default dark mode */ color: #fff ; - position: relative ; - bottom: 0; + position: relative; + bottom: 0; }