On challenge 117... personal portfolio huh? Did I miss something here?

What did I miss here guys?

I’ve just completed the challenge where you sign up for CodePen and then build a very simple webpage that is pretty achievable through what we’ve learned so up to this point.

Next click brings me to a another challenge thats asking a lot in my opinion. In the example page you can actually click buttons that will lead you a certain scroll length down the page. When did we learn that?

The example page is way past the skill level we’ve been brought up to at this point (in my opinion). I feel like there should have been more teaching between the end of the first project and the portfolio page. Did I miss something here?

I feel the same way, but the program is designed that way. You don’t have to move directly to that project. I am working my way through the Basic Java section and just finished the counting cards challenge (190). When I feel my skills are more up to where they should be then I will take another look at the portfolio page.

1 Like

Hi,

Navigating down the page with buttons just combines several things we’ve learned: you give each section its own unique ID, then make an “a” tag, but instead of putting an external link in the href, type the section ID you want to go to.

image

Hope this helps!
Chloe

3 Likes

Yes. There is much more coding to this example but it is inspirational if you don’t get bogged down in trying to do all that stuff now. I think the scrolling bar to top is javaScript which we haven’t really covered yet.

Thanks for the encouragement people… especially you @Chloe

1 Like

I’m about to finish my last front end project. When doing some of the first projects I felt the same (especially with the intermediate ones), however I think it’s designed to be like this. You have to start looking for answers on the web, get to understand the problem you are trying to solve and find and study solutions from different sources, research why they are working and try implementing them into your code with your own style.