So - finally, after a long break, I have managed to put together the five projects required to get the freeCodeCamp Responsive Web Design Certificate, including the final one - my personal portfolio.
I know there is room for improvement (perhaps a lot of room), but I couldn’t wait and pushed the portfolio live to my GitHub. Still, I would appreciate any and all feedback you could give on it:
I know there is an issue with scrolling - on my desktop the browser doesn’t scroll to the section’s title, but a little bit below it. It works fine on mobile, though. For now I have no idea how to fix it. The code I used for scrolling was adapted from a snippet on CSS-Trick (I indicated this in the code), but I must admit I don’t quite understand how it works. Also, I didn’t want to use JS or jQ, because at this point I don’t feel very comfortable with anything beyond HTML and CSS.
The scrolling issue can be fixed by adding a padding-top to the element you want to scroll to and also adding a margin-top with the negative value of what you added for the padding-top, for example: