-
+
- • Analytics
- • Dashboards
+ • C
diff --git a/httpdocs/img/icons/c.jpeg b/httpdocs/img/icons/c.jpeg
new file mode 100644
index 0000000..3e1b750
Binary files /dev/null and b/httpdocs/img/icons/c.jpeg differ
diff --git a/httpdocs/img/project/scolaire/brico_add.png b/httpdocs/img/project/scolaire/brico_add.png
new file mode 100644
index 0000000..9a33c49
Binary files /dev/null and b/httpdocs/img/project/scolaire/brico_add.png differ
diff --git a/httpdocs/img/project/scolaire/brico_list.png b/httpdocs/img/project/scolaire/brico_list.png
new file mode 100644
index 0000000..6a30b0f
Binary files /dev/null and b/httpdocs/img/project/scolaire/brico_list.png differ
diff --git a/httpdocs/img/project/scolaire/brico_logo.png b/httpdocs/img/project/scolaire/brico_logo.png
new file mode 100644
index 0000000..f3fa64e
Binary files /dev/null and b/httpdocs/img/project/scolaire/brico_logo.png differ
diff --git a/httpdocs/img/project/scolaire/brico_menu.png b/httpdocs/img/project/scolaire/brico_menu.png
new file mode 100644
index 0000000..6e211ac
Binary files /dev/null and b/httpdocs/img/project/scolaire/brico_menu.png differ
diff --git a/httpdocs/index.html b/httpdocs/index.html
index 5e36d37..5ad999b 100644
--- a/httpdocs/index.html
+++ b/httpdocs/index.html
@@ -12,7 +12,7 @@
Cursus
Planning
- technique
+ Technique
- Projets
- Compétences
diff --git a/httpdocs/logos/c.jpeg b/httpdocs/logos/c.jpeg
new file mode 100644
index 0000000..3e1b750
Binary files /dev/null and b/httpdocs/logos/c.jpeg differ
diff --git a/httpdocs/logos/git.jpeg b/httpdocs/logos/git.jpeg
new file mode 100644
index 0000000..f50970a
Binary files /dev/null and b/httpdocs/logos/git.jpeg differ
diff --git a/httpdocs/music/still_standing.mp3 b/httpdocs/music/still_standing.mp3
deleted file mode 100644
index f45ad24..0000000
Binary files a/httpdocs/music/still_standing.mp3 and /dev/null differ
diff --git a/httpdocs/planning.html b/httpdocs/planning.html
index afd7ee4..702831c 100644
--- a/httpdocs/planning.html
+++ b/httpdocs/planning.html
@@ -12,10 +12,10 @@
- Cursus
- Planning
-
- Gallerie
+ Technique
- Contact
diff --git a/httpdocs/project.js b/httpdocs/project.js
index f97c7ae..8f8c023 100644
--- a/httpdocs/project.js
+++ b/httpdocs/project.js
@@ -12,12 +12,12 @@ document.addEventListener("DOMContentLoaded", function () {
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",
- subtitle: "Création de tableaux de bord interactifs.",
- description: "Un projet mettant en avant la visualisation des données avec des graphiques dynamiques.",
- images: ["img/dashboards1.jpg", "img/dashboards2.jpg"],
- technologies: ["react", "nodejs"]
+ "etugestion": {
+ title: "EtuGestion",
+ subtitle: "Création d'un outil de gestion en ligne de commande pour une école.",
+ description: "Ce projet réalisé en C par groupe de 2 à l'aide de l'outil git nécecitait d'avoir différentes interfaces pour des élèves, des professeurs et des jury. Les jurys devais pouvoir mettre des notes aux étudiants, les étudiants devaient pouvoir consulter et postuler à des offres de stages et enfin les professeurs devaient pouvoir ajouter et supprimer des offres de stages, affecter des étudiants...etc",
+ images: ["img/project/scolaire/brico_menu.png", "img/project/scolaire/brico_add.png", "img/project/scolaire/brico_list.png"],
+ technologies: ["c", "git"]
}
};
diff --git a/httpdocs/style.css b/httpdocs/style.css
index 04eca54..31f4c8b 100644
--- a/httpdocs/style.css
+++ b/httpdocs/style.css
@@ -329,7 +329,7 @@
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
padding: 12px 0;
z-index: 10;
- top: 130%; /* Pour le placer juste en dessous de l'élément parent */
+ top: 110%; /* Pour le placer juste en dessous de l'élément parent */
left: 0; /* Aligne le menu déroulant avec le parent */
}
@@ -1028,7 +1028,7 @@ body.fade-out {
border-radius: 5px;
padding: 2px;
}
-
+
.tech-box:hover {
transform: scale(1.1);
box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5);
@@ -1047,6 +1047,8 @@ body.fade-out {
.csharp-box { background: #00599C; border-color: #003d6a; }
.xaml-box { background: #FFC107; color: #333; border-color: #c2b000; }
.json-box { background: #E34F26; border-color: #b3391d; }
+.c-box { background: #00599C; border-color: #003d6a; }
+.git-box { background: #F05032; 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');
diff --git a/httpdocs/under_dev.html b/httpdocs/under_dev.html
index e2ff22a..2d3e7e5 100644
--- a/httpdocs/under_dev.html
+++ b/httpdocs/under_dev.html
@@ -93,3 +93,4 @@