Tribute page of a friend

Hello,

I have finished my Tribute page of a friend of mine. Any comments/suggestions would be greatly appreciated.

Thank you.

1 Like

Looks good. Well behaved even in small displays.

This is not a critic but more of a personal side comment:
Instead of this:

<p class="font-weight-light d-inline-flex"> [s t r i n g f e l l o w]</p>

I would have done it this way instead.

<p class="stringfellow font-weight-light d-inline-flex">[stringfellow]</p>

.stringfellow{
  letter-spacing: 7px;
}

@owel, I hadn’t thought of that! Thank you for the suggestion.

Make sure the links are working:

add target="_blank"

Thank you for letting me know the links were a problem. I am not sure what happened, they worked when I posted. Everything is fixed and I added target="_blank" to all the links.

1 Like