➡️Header / Navigation links
The header section includes the navigation menu and logo, and it appears at the top the page.

📍Location: src/components/header.php
src/components/header.php
🦄 Styles:
👉Desktop design: public/styles/index.css
public/styles/index.css
👉Responsive: public/styles/responsive.css
public/styles/responsive.css
🎨Customization:
👉Logo: To change the logo, replace the logo image in the img
folder and update the path in header.php
.
👉Navigation Links and Social Media Icons: Edit the HTML in header.php
to customize the navigation links and social media icons and their corresponding URLs.
👉JavaScript: The menu functionality, like opening and closing the menu, is controlled by menu.js
located in the js
folder. You can modify this file to change the menu behavior.

Last updated