Tribute page feedback(Senna)

I’m done with my version of tribute page, i would love your feedback
Thank you

https://sennatributepage.netlify.app/

1 Like

looks very neat and responsive.
I maybe would have only made the first image smaller. if I am holding the phone horizontally just seems like it’s too big.

1 Like

Thank you will do a few more changes!

@Pimu Your page looks excellent and awesome but few things to revisit:

  1. Analyze your HTML and CSS, like this:
    posting
  2. Run your HTML code through the W3C validator . There are HTML coding errors you should be aware of. Since copy/paste from codepen, you can ignore the first warning and first two errors.
    Keep it up! :+1:
    Happy Coding!
1 Like

Thank you, i noticed the double id, fixed it!

1 Like

Your page looks good @Pimu. Something to revisit;

1 Like

Thank you, i fixed it!

1 Like

Hello Pimu, you might as well try to change the “Monaco” link to a more descriptive one.

I would also add some css styling to make images’ corners a little round, so they don’t look too sharp, something like the code below:

	border-style: solid;
	border-width: 0px;
	border-radius: 10px;

I hope this helps to make your tribute page project better!

Thank you very much for your feedback! I use border radius a lot, but it kinda just slipped my mind this time :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.