Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • ibimina• 490

    @ibimina

    Posted

    Thanks, will apply changes and see the effect

    0
  • @PaliTriesToDesign

    Submitted

    This is my first project using SCSS.

    First, I started watching the most recent video from Coder Coder on youtube just to get the basics of managing the files. I added just basic animations with GSAP to get into it and a basic 'validation' for the 'Early Access' section.

    Any suggestions on how to code a real form validation with js? I don't know how to check if the input text contains an @ or blank spaces. I would really appreciate it.

    Thanks!

    ibimina• 490

    @ibimina

    Posted

    hello

    To check for a valid email address the input type should be set to type="email" yours is set to type="text", also add the required attribute to make sure the form is not submitted without a valid email address

    <form class="input"> <input id="email-input" type="email" placeholder="[email protected]" required/> <button id="email-btn">Get Started For Free</button> </form>

    I hope this helps Regards...

    Marked as helpful

    1
  • ibimina• 490

    @ibimina

    Posted

    hello, i can't view your git repository, you to fix your ratings card to submit anly when the submit button is clicked and not to submit when the a ratings number is clicked. cheers

    0
  • ibimina• 490

    @ibimina

    Posted

    Hello Gaurav Misal, I tried to view your code via your GitHub URL and it keeps saying, page not found kindly check that you uploaded the right url. I previewed your site and the hover state is not for the equilibrium image, the image title and the creator name is not interactive, I would have given suggestion on how to do this but I cant see your code...

    0