I am Nandana Jayakumar and this is my portfolio website. I will keep updating 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/UID-PROJECT-PHASE-1/
Each section has individual html and css:-
- Home:
- html:index.html
- css:main.css
- About:
- html:about.html
- css:about.css
- Projects:
- html:project.html
- css:project.css
- Skills:
- html:skills.html
- css:skills.css
- Education:
- html:edu.html
- css:edu.css
- Contact Me:
- html:contact.html
- css: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.
- HTML5: For building the structure of the web pages.
- CSS3: For styling, responsive design and animations.
- Also used: Google fonts for fonts, font awesome stylesheet for icons.