Starting Personal portfolio challenge

Please can one do the personal portfolio challenge without javascript?

Check the user stories:

User story Possible implementation
I can access all of the portfolio webpage’s content just by scrolling. Put all your content in a single HTML page.
I can click different buttons that will take me to the portfolio creator’s different social media pages. Create links in your HTML using <a> tags.
I can see thumbnail images of different projects the portfolio creator has built (if you haven’t built any websites before, use placeholders.) Insert images using <img> elements.
I navigate to different sections of the webpage by clicking buttons in the navigation. Use <a> tags and id attributes (see here: https://www.w3.org/TR/html4/struct/links.html#h-12.2.3).

None of those require JavaScript. In fact, they don’t even require CSS, though your page won’t look very nice if you don’t use any. :stuck_out_tongue:

1 Like