Personal portfolio help

Hello,
I’ve completed the tribute page - https://codepen.io/MaximusMillion/pen/pboLrG/ but am now working on the Personal portfolio. I’m a bit overwhelmed with what they’re expecting us to do. I don’t understand how to create buttons that can access different parts of the page and how I would separate the page into 3 seperate parts e.e Portfolio - contact - about me. Any advice would be great or if there are any tutorials about please let me know.
Max :slight_smile:

Hi, have a look at the bootstrap documentation. Different parts can simply be different divs. To link to another div you can use <a href=#divId>, where #divId is the id of the div you want to link too.