How_To_Customize.md

April 18, 2026 ยท View on GitHub

๐Ÿ› ๏ธ How to Customize

Note

This portfolio is fully modular. All major parts are split into reusable components and sections, making it easy to edit without breaking the core structure.


๐Ÿงฉ 1. Update Core Components

Go to the components/ folder:

  • header.html โ†’ Update:

    • Logo / Name
    • Navigation menu
    • Theme toggle (if present)
  • footer.html โ†’ Update:

    • Copyright text
    • Social links
    • Footer description
  • slider-carousel.html โ†’ Update:

    • Social links
    • Icons
    • Animation items (if used)

Tip

Keep components reusable and avoid hardcoding page-specific content here.


๐Ÿ“„ 2. Update Sections

Go to the sections/ folder and edit each file separately:

  • education.html โ†’ Academic details
  • experience.html โ†’ Internships / work experience
  • projects.html โ†’ Showcase your work
  • skills.html โ†’ Technical + soft skills
  • about-me.html โ†’ Personal introduction

Tip

Each section is independent, treat them like modular blocks for easy scaling.


๐ŸŽฏ 3. Add or Remove Sections

  • Add a new .html file inside sections/
  • Include it in your main layout file
  • Remove unused sections by deleting file + reference

Note

Always update navigation links inside header.html when modifying sections.


๐ŸŽจ 4. Styling & Layout Customization

  • Modify CSS files for design changes
  • Keep component styles separate from global styles

Tip

Stick to 2โ€“3 primary colors for a clean and modern UI.


โš™๏ธ 5. Functionality Customization

Edit JavaScript files for:

  • Theme switching
  • Animations
  • Interactive elements

Caution

Avoid removing core JS functions unless you understand their dependencies.


๐Ÿ–ผ๏ธ 6. Replace Assets

  • Update images inside the images/ folder (or your image directory)
  • Optimize images for better performance

Tip

Use compressed images for faster loading and better user experience.


๐Ÿš€ Final Note

Tip

Think of this project like a LEGO system, components are building blocks and sections are pages that fit together seamlessly.


๐ŸŒ Deployment

Note

Step-by-step deployment guide for GitHub Pages is available separately for easy setup.

๐Ÿ“„ Guide: How_To_Deploy.md


โญ Support This Project

If you like this portfolio template, consider giving it a star:

๐Ÿ‘‰ โญ Star the Repository

Note

Your support helps improve and maintain this project for others too.