Please give me your feedback about my Tribute page and Survey Form

Hey guys, can you help me giving me your review about Tribute page and Survey Form? Later I’ll share with you the next projects.

Links below:

Tribute Page
Survey Form

Thanks a lot! :smiley:

1 Like

Hey Alex,

nice to meet you! :wave:

great job on the Tribute Page so far! :clap:


My ideas:

  • all tests pass, awesome!

  • the site is responsive :+1:

  • you can get a code validation:

    • HTML validation: paste your codepen HTML code into the body
    • CSS validation: paste your whole CSS code
    • you will see some small errors, that’s totally normal; try to fix them from top to bottom, I think you are able to fix them! :+1:
  • here or click here is not what you want as a link text, because this decreases the user experience; you can read about meaningful text labels


The other feedback will go into a second post.

:arrow_down:

1 Like

Regarding the Survey Form,
making great progress!


My ideas:

  • all tests pass, awesome!

  • the site is responsive :top:

  • HTML validation and CSS validation show no errors! :clap:

  • there is a small error in the logic of your checkboxes:

<label><input type="checkbox" name="courses" value="javascript" /> Javascript</label>
<label><input type="checkbox" name="courses" value="javascript" /> Front End libs</label>

Keep up the great work,
looking forward to seeing your next steps! :slightly_smiling_face:

1 Like

Hello Michael,

nice to meet you too!

I am grateful for your feedback :smiley: I finally fixed all errors that appears in the html/css validator.

Thanks a lot!

1 Like