This change enhances the user experience by providing a dedicated
"About me" page and ensuring all links point to the correct
HTML files, improving overall site navigation.
- Change "Surprise :)" link to "Vibe check" across multiple HTML files for consistency and clarity.
- Add a new "about.html" page to provide information about the author.
- Introduce a new "quizz.html" page for user interaction and engagement.
- Create new project pages for "Lieutenant Champignon" and "Pong" to showcase additional projects.
- Remove outdated project pages and links to streamline the project section.
- Add new assets including images and PDFs to enhance content presentation.
- Update JavaScript functions for form validation and score calculation in the quizz page.
- Improve styling in CSS for better visual hierarchy and layout consistency.
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 consistency
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 pages
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 interface
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 sizes
- 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 items
- Create TP3.html to provide the game interface with two game modes.
- Implement TP3.js to handle game logic, including number generation and user interactions.
feat(style.css): include JetBrains Mono font in CSS for improved text rendering
chore(deploy): add additional steps in the deployment workflow for better visibility