DoonOnthon / GamePulse

GamePulse: Your gaming universe awaits! 🎮🚀 Browse, explore, and engage with games based on categories, release dates, and sales numbers. Join the gaming community at GamePulse and stay connected with the pulse of gaming excitement! 💻🎉
MIT License
22 stars 30 forks source link

Update Navbar responsiveness #44

Closed Z8phyR closed 7 months ago

Z8phyR commented 7 months ago

Pull Request: Responsive Navbar Update

Summary:

This update introduces a revamped, responsive navbar to improve user navigation on both desktop and mobile platforms. The changes ensure that the website's header is both aesthetically pleasing and functional across various device sizes.

Key Changes:

  1. Modularization: Extracted the navbar code into a separate navbar.php file for better maintainability and reusability across different pages.
  2. Bootstrap Integration: Utilized Bootstrap's responsive features to ensure the navbar adjusts cleanly on different screen sizes. This includes a collapsible hamburger menu for smaller screens.
  3. Styling Adjustments: Minor CSS adjustments were made to align with the responsive design principles.
DoonOnthon commented 7 months ago

Thank you very much, great work!