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 detailsexperience.htmlโ Internships / work experienceprojects.htmlโ Showcase your workskills.htmlโ Technical + soft skillsabout-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
.htmlfile insidesections/ - 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:
Note
Your support helps improve and maintain this project for others too.