Product Landing Page - Travel Guide

Hi! I just finished my third project. Please give me any feedback to improve my skill thanks!

Product Landing Page
Source code: Github repository

I didn’t use codepen because I’m using custom font

5 Likes

Love it! I guess you do some design school.

1 Like

awesome

this is something i loved to see again.

1 Like

Thanks. I love watching tutorial from youtube like Dev Ed or Gary Simon

Beautiful site and a gorgeous looking place!

My only issue with the site is that the mouse-over effect in the cards below is a little bit abrupt. I wonder if it possible to zoom in smoothly for a few seconds – possibly using css animation effects – so the person viewing the site wants to spend some more time looking at each image.

George

Your page looks good @aegonst01. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should address.
  • Check that the email field is populated validly, throw an error if not.
    • You learned to do this when you did the survey form
  • Make your page responsive. There’s a horizontal scrollbar on medium and small screens
1 Like

Thanks again sir!

I always forgot to validate my code and also forgot the required attribute. Thanks again
for the reminder! About the horizontal scrollbar, I don’t see that when I was changing
the screen sizes even in iphone 5 which is 320px wide.

Fixed the html errors. Thanks :grinning: