Personal Portfolio (first version) done! Feedback appreciated

Hello fellow campers! Here is the first draft of my portfolio page.

http://codepen.io/tracer223/pen/ZpByAa

I want to add scrolling buttons, right now the links in the fixed header immediately jump to whatever section instead of smoothly scrolling. I’ve tried adding javascript to make this happen but it doesn’t seem to work. Any help and feedback would be appreciated.

Also it seems to squish down and not look good in the preview above.

Hey I like your work. If you want to know how to make the navigations scroll automatically check out this link and download and learn from the code. I studied it and other bootstrap techniques before embarking on the project, but this is basically all you need for the scrolling navigation: https://startbootstrap.com/template-overviews/scrolling-nav/
You can also check out my own portfolio page for reference : http://codepen.io/edkahara/pen/qakWzG

3 Likes

Awesome! Thanks for the feedback and the article. I’ll have to read through that.