Here is version 1.0 of my portfolio website exercise! I probably overcomplicated myself a bit with the four pages. The one thing I noticed is that I spent a lot more time that I thought on the CSS, mainly the positioning of elements. Making a mobile and a desktop version is time-consuming.
On the JavaScript front, I initially planned to have a form you could fill that would send me a message, but after some research that wasn’t possible with JavaScript and you would have needed to touch the back-end for that. I can’t do that so I abandoned the idea and made a drop-down menu for the mobile version of my nav bar. The main problem I ran into is that you were supposed to be able to close it by clicking outside the menu. But both the opening and closing event would fire at the same time and the bar wouldn’t show. So I added a close button, which is probably not great ergonomy-wise, but it works.
Right now it’s just a skeleton without much content, because I don’t have a lot of things to put in it yet, but I plan to fill it up as soon as I get some ideas.
What do you think about it?