From a8b24deb1254c0647f595168c8cdbdab2c56d3ae Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Sun, 23 Feb 2025 01:16:58 +0100 Subject: [PATCH] feat(CV.html): add a new CV page to showcase personal information and experience feat(blocs.html): create a new page demonstrating flexbox layout with colored blocks refactor(HTML files): replace
with
for semantic structure in multiple HTML files fix(index.html): correct script tag syntax for utils.js to ensure proper loading feat(TP6.js): enhance spin simulation with input validation and reporting functionality style(static/style.css): improve overall styling and layout consistency across pages --- CV.html | 75 ++++++++++++++++++++++ TP3.html | 4 +- TP4.html | 10 ++- TP5.html | 52 +++++++-------- TP6.html | 18 ++++-- blocs.html | 74 +++++++++++++++++++++ index.html | 103 ++++++++++++++++-------------- projects.html | 63 ++++++++++-------- static/assets/images/mwa.jpg | Bin 0 -> 4691226 bytes static/assets/images/pokeball.png | Bin 0 -> 4551 bytes static/js/TP6.js | 23 ++++++- static/style.css | 93 ++++++++++++++++++++------- 12 files changed, 382 insertions(+), 133 deletions(-) create mode 100644 CV.html create mode 100644 blocs.html create mode 100644 static/assets/images/mwa.jpg create mode 100644 static/assets/images/pokeball.png diff --git a/CV.html b/CV.html new file mode 100644 index 0000000..bdc3bb8 --- /dev/null +++ b/CV.html @@ -0,0 +1,75 @@ + + + + CV + + + + + +
+ + +
+ +
+

SIMAILA Djalim

+

Developper, Sys-admin

+
+

Contact

+

+ Mail : + djalim.simaila@etu.univ-amu.fr +

+
+

Formation

+
    +
  • Bac : (2021) Bac General NSI_MATH
  • +
  • + BUT : (2024) BUT informatique :Conception d’applications +
  • +
+
+

Experiences

+
    +
  • + Stage : (2018) DOSI -IUT Digne-les-Bains : Administrateur + réseaux et systèmes +
  • +
  • + Stage : (2023) INRAE - Le Tholonet : Développement de + logiciel d’aide à la recherche +
  • +
  • + Stage : (2024) LPL - Aix-en-Provence : Développement + d’application mobile d’aide a la lecture +
  • +
  • + Freelance : (2024) SyntaxSoft - CEO : Développement de + logiciels +
  • +
+
+ +
+

+ Fait par Djalim Simaila et sa haine de l'HTML, CSS, mais pas du + JavaScript ♥️ +

+

©2025

+
+ + diff --git a/TP3.html b/TP3.html index d37a84a..69eedb2 100644 --- a/TP3.html +++ b/TP3.html @@ -24,7 +24,7 @@ -
+
-
+