+
diff --git a/httpdocs/img/project/scolaire/mastermind_game.png b/httpdocs/img/project/scolaire/mastermind_game.png
new file mode 100644
index 0000000..5307326
Binary files /dev/null and b/httpdocs/img/project/scolaire/mastermind_game.png differ
diff --git a/httpdocs/img/project/scolaire/mastermind_login.png b/httpdocs/img/project/scolaire/mastermind_login.png
new file mode 100644
index 0000000..8407bd5
Binary files /dev/null and b/httpdocs/img/project/scolaire/mastermind_login.png differ
diff --git a/httpdocs/index.html b/httpdocs/index.html
index b47b5a3..5e36d37 100644
--- a/httpdocs/index.html
+++ b/httpdocs/index.html
@@ -12,10 +12,10 @@
Cursus
Planning
- Gallerie
+ technique
Contact
diff --git a/httpdocs/project.js b/httpdocs/project.js
index 9a306ef..b1fa791 100644
--- a/httpdocs/project.js
+++ b/httpdocs/project.js
@@ -5,12 +5,12 @@ document.addEventListener("DOMContentLoaded", function () {
// Simulated "database" of projects
const projects = {
- "analytics": {
- title: "Projet Analytics",
- subtitle: "Un projet basé sur l'analyse de données.",
- description: "Ce projet se concentre sur l'analyse de données et les tableaux de bord interactifs.",
- images: ["img/project/scolaire/mastermind_menu.png", "img/project/analytics2.jpg"],
- technologies: ["html", "css", "js"]
+ "mastermind": {
+ title: "Projet MasterMind",
+ subtitle: "Un projet de création du jeux MasterMind.",
+ description: "Le but de ce projet était de réaliser par groupe de 4 personnes sur une durée de 3 mois un jeu de MasterMind en .net Maui.",
+ images: ["img/project/scolaire/mastermind_menu.png", "img/project/scolaire/mastermind_game.png", "img/project/scolaire/mastermind_login.png"],
+ technologies: ["csharp", "xaml", "json"]
},
"dashboards": {
title: "Projet Dashboards",
@@ -44,7 +44,6 @@ document.addEventListener("DOMContentLoaded", function () {
galleryContainer.appendChild(img);
});
- // Update technologies
// Update technologies
const techContainer = document.getElementById("project-tech-icons");
project.technologies.forEach(tech => {
diff --git a/httpdocs/style.css b/httpdocs/style.css
index 36c8fec..04eca54 100644
--- a/httpdocs/style.css
+++ b/httpdocs/style.css
@@ -1021,13 +1021,14 @@ body.fade-out {
}
.tech-box img {
- width: 30px;
- height: 30px;
- border-radius: 50%;
- background: rgba(255, 255, 255, 0.2);
- padding: 5px;
+ width: 35px;
+ height: 35px;
+ object-fit: contain;
+ background: transparent;
+ border-radius: 5px;
+ padding: 2px;
}
-
+
.tech-box:hover {
transform: scale(1.1);
box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5);
@@ -1041,6 +1042,11 @@ body.fade-out {
.nodejs-box { background: #83CD29; border-color: #639b1e; }
.python-box { background: #3776AB; border-color: #255680; }
.sql-box { background: #4479A1; border-color: #325d78; }
+.php-box { background: #777BB3; border-color: #5a5f9e; }
+.java-box { background: #ED8B00; border-color: #b35d00; }
+.csharp-box { background: #00599C; border-color: #003d6a; }
+.xaml-box { background: #FFC107; color: #333; border-color: #c2b000; }
+.json-box { background: #E34F26; border-color: #b3391d; }
/* Animations */
@keyframes fadeIn {
diff --git a/httpdocs/toggle.js b/httpdocs/toggle.js
index 611eda4..bf897ab 100644
--- a/httpdocs/toggle.js
+++ b/httpdocs/toggle.js
@@ -1,4 +1,4 @@
-const devMode = true; // Change to false to return to the normal site
+const devMode = false; // Change to false to return to the normal site
if (devMode && !window.location.pathname.endsWith('under_dev.html')) {
window.location.replace('under_dev.html');
-
analytics
+ MasterMind
- • Analytics
- • Dashboards
+ • Maui
+ • .Net
-
-
- Images -
- Vidéos +
- Projets +
- Compétences