Hi There, my Portfolio is online! Please, needs your opinions!

I would love to read your opinions!

I know that Xmas is coming, but feel free to criticize if is necessary :smiley:

Thank you in advance :wink:

Really beautiful! The “post-it” effect it’s great but with small screens loses the alignment.

Note: Instead to use a gray background to match your photo you can apply it as background and by css set the background-size property to cover to be more responsive.

Buone feste :wink:

Thank you so much Davide!

I will improve it with your advices!

Buone feste anche a te :wink:

Davide, what do you think now?

I saw your page and I really like your way to work!

It looks good ! I think I would improve the “readability” of your font though, it’s almost too thin, I feel like I have to squint to read. Or maybe I need my glasses.

For your post-it alignment, have you tried using col-push and col-pull, col-offset to force to content to behave when you downsize?

Hi Timotheap,

I’m agree, in some place “Lato” is great, in other is difficult to read.

For the post-it alignment, no, i haven’t tried yet, ma i will!

Thank you for your advices :wink:

1 Like

As @timotheap said the Lato font is not the best choice in this case ( have you tried Roboto ? )

Another advice, when you use this in your code:

  <div class="row">
    <div class="col-md-7"></div>
    <div class="col-md-5">
    ...

I think you’ve used <div class="col-md-7"></div> as offset, you can delete it and write directly <div class="col-md-offset-7 col-md-5">

1 Like

I improved my Portfolio!
Now looks much better!

Yours tips are pure GOLD!
Thank you so much! :slight_smile:

1 Like