33b1bde178style(crazyspace.html): remove unnecessary attributes from iframe for cleaner code style(pong.html): update script tag to remove deprecated language attribute for better HTML complianceDjalim Simaila2025-02-23 20:16:02 +0100
ea9feb9150fix(quizz.html): correct label 'for' attributes to match corresponding input IDs for better accessibility and functionalityDjalim Simaila2025-02-23 20:08:31 +0100
9421ad836cfix(about.html): update CV link to use underscore instead of space for better URL compatibility feat(static): add CV_2025.pdf to provide an updated curriculum vitae for usersDjalim Simaila2025-02-23 20:06:56 +0100
904d8daee6feat: update navigation links and add new pages for improved user experienceDjalim Simaila2025-02-23 19:55:42 +0100
5ed9f72230chore: update HTML links to use absolute paths for consistency and reliability feat: add new project pages for Crazy Space, Pokemon Kreye edition, Pycord, and others fix: update project descriptions for clarity and accuracy style: format JavaScript code for better readability and consistencyDjalim Simaila2025-02-23 14:56:54 +0100
a8b24deb12feat(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 <div> with <main> 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 pagesDjalim Simaila2025-02-23 01:16:58 +0100
719d3fd94dfeat(html): update HTML files to include lang attribute and improve structure for better accessibility and SEO feat(js): modify spin interval duration in TP6.js for smoother simulation and enhance user experience fix(js): rename showLastSpins function to showCurrentSpin for clarity and update its functionality to display current spin count style(css): add styles for spin numbers and last spins display to improve visual presentation and user interfaceDjalim Simaila2025-02-22 19:19:44 +0100
12385d23f3feat(deploy.yml): add a step to print a success message after deployment to improve feedback during CI/CD processDjalim Simaila2025-02-22 18:42:59 +0100
5ddb388348feat(html, css, js): refactor HTML structure to improve semantics and accessibility, add header and footer to all pages, and enhance styling for better user experience feat(js): implement utility functions for hiding and showing elements, and add event listeners for better interactivity feat(js): create a new roulette game in TP6 with random number generation and qualifying number logic fix(css): update styles for consistency and responsiveness across different screen sizesDjalim Simaila2025-02-22 18:39:44 +0100
f171492e15feat(grocery-list): add grocery list functionality with HTML, CSS, and JS - Create TP5.html for the grocery list interface - Implement TP5.js for managing grocery items and local storage - Update style.css to style the grocery list and its itemsDjalim Simaila2025-01-24 14:14:48 +0100
92eef672e0fix(TP4.js): update the pokemons array to include the correct Pokémon ID 380Djalim Simaila2025-01-24 14:14:30 +0100
270aa2d740feat(HTML, CSS, JS): add new TP4.html file with Pokémon randomizer functionality and associated assets feat(images): add Pokémon images for random selection feature style(CSS): enhance styling for body, buttons, and layout for better user experienceDjalim Simaila2025-01-22 11:44:16 +0100
e4d6f39880feat(TP3): add HTML and JavaScript files for a number guessing game applicationDjalim Simaila2025-01-22 11:43:52 +0100
1ed07481f8feat(deploy): add font files for JetBrains Mono to enhance typography feat(style.css): include JetBrains Mono font in CSS for improved text rendering chore(deploy): add additional steps in the deployment workflow for better visibilityDjalim Simaila2025-01-17 14:58:56 +0100