I am Nandana Jayakumar and this is my portfolio website. I will keep update it as I learn more skills. I have created it using html and css, and hosted it via github pages.
Website: https://nand-j1.github.io/Portfolio/
Each section has individual html and css:-
- Home:
- html:index.html
- css:main.css
- About:
- html:about.html
- css:about.css
- Projects:
- porject.html
- css:project.css
- Skills:
- skill.html
- skills.css
- Education:
- edu.html
- edu.css
- Contact Me:
- contact.html
- contact.css
- Common css file index.css for common styling for navigation and footer.
I used multiple html files connected via anchor tags in the nav section. While each of the html pages had their own css files. I also made a common css file for the common styling of navigation menu and footer section.