This is a solution to the Manage landing page challenge on Frontend Mentor.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- See all testimonials in a horizontal slider
- Receive an error message when the newsletter sign up
form
is submitted if: (in progress)- The
input
field is empty - The email address is not formatted correctly
- The
- Solution URL:deed1996.github.io/Manage/
- Semantic HTML5 markup
- Mobile-first workflow
- SCSS
- Vanilla JavaScript
- How to Make a Landing Page using HTML, SCSS, and JavaScript - Full Course - This is an amazing tutorial which helped me understand how to build a landing page from scratch with SCSS. I'd recommend it to anyone still learning this concept!
- Website - Devarshi Desai
- Frontend Mentor - @deed1996