EmishaCommunity / Demo-Portfolio-Website

A very simple portfolio website where you can find explanation to every line of code.
https://emisha-gita.github.io/Demo-Portfolio-Website/
MIT License
73 stars 120 forks source link

Write html files in modular fashion #138

Open NAMAN9JAIN opened 4 years ago

NAMAN9JAIN commented 4 years ago

Problem : Everything is written in index file which reduces code readability. Future Problem : If we want to include other things such as resume not just projects, the code will pile up in index file which will harder to debug and make changes, only comments won't suffice.

Probable Solution : Write the code in modular fashion

gurman8571 commented 11 months ago

solved the issue

gurman8571 commented 11 months ago

repo name:gurman8571:fix/Write_html_files_in_modular_fashion