DEV Community

Discussion on: Web development portfolio tips from an interviewer’s perspective

Collapse
 
_bigblind profile image
Frederik 👨‍💻➡️🌐 Creemers

Could you review this layout idea for my website? s.codepen.io/bigblind/debug/BpdoQL...

The page currently shows a blog, but if I were to make a portfolio section, it'd be a simple grid in the main content section, with images on the left, and descriptions on the right.

Collapse
 
yaphi1 profile image
Yaphi Berhanu

Yeah that would be a great layout! (For reference, this url ended up working for me: codepen.io/bigblind/pen/BpdoQL/)

The page view was clearly structured, and it responded well to different widths.

For your mobile menu, since it's fixed, I'd add an overflow: scroll; to it (or however else you want to handle it) in case the bottom of it gets cut off. That's a small thing though.

Nice work, and I hope this has been helpful!

Collapse
 
_bigblind profile image
Frederik 👨‍💻➡️🌐 Creemers

Thank you so much for taking the time to do this. Both the article and your feedback were enormously useful.

Collapse
 
_bigblind profile image
Frederik 👨‍💻➡️🌐 Creemers

Also, I'm sorry, I didn't know debug links could expire. I opened the link in Incognito mode to make sure it worked for other users, but didn't think to look up whether there were other restrictions.

Thread Thread
 
yaphi1 profile image
Yaphi Berhanu

No worries. Link shares can be tricky when urls have unpredictable restrictions like that. Happens to me all the time.