brasspetals / fm-maker-landing-page

Frontend Mentor Challenge: Maker Pre-launch Landing Page

Home Page:fm-maker-landing-page.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Maker pre-launch landing page solution

This is a solution to the Maker pre-launch landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The Challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements
  • Receive an error message when the form is submitted if:
    • The Email address field is empty should show "Oops! Please add your email"
    • The email is not formatted correctly should show "Oops! That doesn’t look like an email address"

Links

My Process

Built with

What I Learned

First Svelte project, so I'm sure there's much to be improved upon. Still getting used to component-based structure/development, but so far I like it! The offical Svelte tutorial is fantastic, and I found The Net Ninja's video tutorials (link in Useful Resources) also immensely helpful.

Safari continues to plague me. In this project, the .invalid and focus styles for the input are not showing up, and I can't figure out why. Any insight into this will be greatly appreciated! The CSS mouse animation also had some serious issues in Safari, so I opted to have the original svg icon be displayed both in Safari and for those who prefer reduced motion.

Edit: Turns out my Safari was out of date! 😅 Everything works in 15.4 👍 Well, almost. Keyboard tabbing doesn't seem to pick up the maker logo in the header as a link, seemingly skipping it in Safari. The outlines also display oddly on the attribution links when tabbing through them. 🤦‍♀️

Useful Resources

About

Frontend Mentor Challenge: Maker Pre-launch Landing Page

fm-maker-landing-page.vercel.app


Languages

Language:Svelte 75.3%Language:JavaScript 14.3%Language:CSS 7.8%Language:HTML 2.7%