Minimalistic Portfolio Page - looking for FB

Hey there
Just finished my portfolio page. Would love to hear some of your thoughts.
Here we go: https://codepen.io/Turbe/full/OZbNNV/
Thanks in advance.
Cheers
Nico

A higher width would look better on the intro-img

Hey Nico,

I advise rereading all your text as you have several semantic and syntactic errors.You also capitalized a few words that do not need to be, such as ‘tutorials’, etc.

If you need help with that, you can put any text into grammarly.com and use it for free to spellcheck and to fix grammatical errors.

What do you think about your page? At first glance, looks okay :slight_smile:

Looks good, though I noticed something in the header you might wanna check

Ciao Paolo

Thanks, just adjusted it.
It indeed looks better.

1 Like

Also, add an attribute target=“blank” to your anchor tags.

Hey wadie

Thanks for your FB. Hmm yeah, just noticed that if I resize the page, the whole container and the bootstrap “row” class get squeezed. Any idea how to fix that? I’m using the “col-md-xx” class to align 'em.

Greetings

Check out the documentation of Media Queries

Hey Nana

Thanks for your FB. Just tried out this Grammarly plugin, pretty neat!
Fixed the errors as well.

Good! Glad to hear it :slight_smile:

Yeah seems like this will fix it. Will check it out! :+1: Thanks mate

Otherwise set the elements of the nav bar to col-md-2 and decrease “Nico P.” to col-md-4

4+2+2+2=10
You’ve got 2 cols spare, but if you change “Nico P.” to 6 the elements don’t fit in the same row.

You should also add an hamburger menu at a certain point if you want it to be responsive also on smaller screens.