DEV Community

My New Kickass Portfolio Website

Michael Hoffmann on September 02, 2018

Based on this nice dev.to post Building a Kickass Portfolio Ali Spittel ・ Aug 2 '18 #po...
Collapse
 
cjbrooks12 profile image
Casey Brooks

The icons at the top are a bit confusing without any label context. You might want to either add a title attribute to the icons (so I can long-hover over them to know what they are) or add label text somewhere near the icon. Other than that, looks great, especially on mobile!

Collapse
 
mokkapps profile image
Michael Hoffmann

Thanks! Oops, my fault that I forgot to add the title attribute 😲 will fix it

Collapse
 
mohamedelidrissi profile image
Mohamed Elidrissi

You probably want to consider something that works for mobile too since I happen to be viewing the website on it now :)

Thread Thread
 
mokkapps profile image
Michael Hoffmann

I added a visible label on mobile devices ;-)

Collapse
 
mokkapps profile image
Michael Hoffmann

This site heavily relies on Gatsby and therefore on React. Disabling JavaScript disables React components, slows down page transitions, prevents service workers from preloading page data, etc.

So this is somehow a predicted behaviour. Do you think supporting disabled JS on websites is nowadays still required?

 
mokkapps profile image
Michael Hoffmann

Ok, thanks for your explanation. I understand your point and I add it to my Todo list but currently with a lower priority .

Collapse
 
ben profile image
Ben Halpern

How’d you like working with Gatsby? I’ve found it very pleasant in my dabbles.

Collapse
 
mokkapps profile image
Michael Hoffmann

I totally loved it. I love working with React and Gatsby makes it very easy to handle all static page relevant stuff.

Especially querying pages and posts via GraphQL, the plugin system as well as the performant image loading via gatsby-image are amazing features.

Short story: I ❤️ it!