Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elidrissidev/ping-coming-soon-page
This is a solution to the Ping coming soon page challenge on Frontend Mentor.
https://github.com/elidrissidev/ping-coming-soon-page
css frontendmentor html parcel
Last synced: 22 days ago
JSON representation
This is a solution to the Ping coming soon page challenge on Frontend Mentor.
- Host: GitHub
- URL: https://github.com/elidrissidev/ping-coming-soon-page
- Owner: elidrissidev
- License: mit
- Created: 2021-08-18T17:29:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T17:47:09.000Z (about 3 years ago)
- Last Synced: 2024-10-10T23:02:08.880Z (about 1 month ago)
- Topics: css, frontendmentor, html, parcel
- Language: CSS
- Homepage: https://ping-coming-soon-page-cyan.vercel.app
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Frontend Mentor - Ping coming soon page solution
This is a solution to the [Ping coming soon page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ping-single-column-coming-soon-page-5cadd051fec04111f7b848da). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)
- [Author](#author)
- [License](#license)## Overview
### The challenge
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
- Submit their email address using an `input` field
- Receive an error message when the `form` is submitted if:
- The email address is not formatted correctly (i.e. a correct email address should have this structure: `[email protected]`). The message for this error should say *"Please provide a valid email address"*### Screenshot
| Mobile (375px) | Desktop (1440px)
--- | ---
![Mobile](./screenshot-mobile.png) | ![Desktop](./screenshot-desktop.png)### Links
- [Solution URL](https://www.frontendmentor.io/solutions/pure-css-with-parcel-bundler-zNPtkVfDM)
- [Live Site URL](https://ping-coming-soon-page-cyan.vercel.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [Parcel](https://parceljs.org/)### What I learned
By using `rem`s for font sizes and `em`s for things like `margin` and `padding`, this page can scale very well when you change the browser's font size.
### Useful resources
For email validation pattern: https://stackoverflow.com/a/20461010
## Author
- Website - [Mohamed ELIDRISSI](https://www.elidrissi.dev)
- Frontend Mentor - [@elidrissidev](https://www.frontendmentor.io/profile/elidrissidev)## License
This project is licensed under the [MIT License](LICENSE.txt).