+
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;
}