Building portfolio

Hello, I am Gowtham. I have successfully completed building my Tribute page. But, I’m stuck in building my portfolio webpage because it includes JS and html and css of higher range than I have learnt from the beginning. Could anybody give me a suggestion that what should I do now.

Thanks,
Gowtham.

Just start with a few divs (navigation, about, portfolio, contact).

For the navigation you will need to search how you can use an a tag to link to a div on your page. In the about section you can just put text and maybe an image (you already did this for the tribute page). The portfolio section can just contain a list of links to projects (or future projects). Try finding out how to use an image as a link. And for the contact section you can use a few buttons that link to your social pages.

This is just one way of doing it. Just split everything up in small tasks.

2 Likes