Simple Personal Portfolio: Feedback and Review

So, hey guys, I finished my personal portfolio today and I’d like to know what you think. Any feedback is welcome.

There are still some finishing touches I wanna do, like fixing my JS scrolling and maybe colors, but this is the main thing.

Thanks in advance :smiley:

Hi, great job! But you have a little problem with link buttons in the footer, they are too big at small screens. Try to resize browser window and you’ll see. Also menu button doesen’t work for some reason…

Thanks, I’ll take a look at that :smiley:

Also image links seem to have broken here for me now that I opened the Pen on my phone… I guess I’ll have to change from Imgur, it keeps doing that :unamused:

And while the width is too low (like in the preview on this forum), clicking the menu button also does nothing, at least for me…

Fixed the buttons and the navbar, also changed the place where I uploaded my images so they shouldn’t be broken anymore.

As far as I noticed, the most reliable way to have images in a codepen is through the heml of base-64…

[details=Here is a pen through which you can base64-encode a file (image) :]
http://codepen.io/SapioiT/pen/VYGWVe[/details]

[details=And here is a pen using base64-encoded images :]
http://codepen.io/SapioiT/pen/BhKdc[/details]

Click to show/hide the pen(s).