DEV Community

Discussion on: Portfolio Advice Thread

Collapse
 
moopet profile image
Ben Sinclair

I love me a good gradient

Heh, you're not alone there.

The "Final" logo looks bad against it though, so I'd be careful. Maybe you could put the logos against a rectangle with something like padding: 1m; background-color: rgba(0, 0, 0, 0.25);:
links with background

The page title could be something better than "Home - Howdy I'm Wuz." for bookmarking and SEO purposes.

Your site doesn't work at different browser widths - anything under 680px is broken:
breakpoint mountain

Fix those points and it'll get a thumbs-up from me :)

Collapse
 
wuz profile image
Conlin Durbin

Thanks for the note! The Final logo looked better before I updated the gradient, I definitely need to fix that up. Good call on the smaller viewport rendering. I haven't done any sort of SEO optimization on the site - but you are totally right, a better title is a great idea. I need to chunk some time into it and these are all great starting points!