Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agataliberska/pod-request-access-landing-page
https://github.com/agataliberska/pod-request-access-landing-page
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agataliberska/pod-request-access-landing-page
- Owner: AgataLiberska
- Created: 2021-03-22T12:59:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T14:53:24.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T23:03:05.583Z (almost 2 years ago)
- Language: HTML
- Homepage: pod-request-access-landing-page-agataliberska.vercel.app
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Pod request access landing page solution
This is a solution to the [Pod request access landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/pod-request-access-landing-page-eyTmdkLSG). 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)
- [Author](#author)## 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! Please check your email"### Screenshot
![Screenshot of my solution](./assets/pod-request-access-screenshot.png)
### Links
- [View the solution on Frontend Mentor](https://www.frontendmentor.io/solutions/mobile-first-scss-vanilla-js-simple-form-validation-4Hp2Wf92c)
- [View the live site](https://pod-request-access-landing-page-seven.vercel.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Vanilla JavaScript### What I learned
In this project, I got a chance to put my knowledge of Flexbox to position platform logos, as well as to change the order in which the form appears on the page.
I added `viewBox` property to the SVG files to make resizing easier.
I also added custom focus styles to the input field and submit button.
## Author
- Frontend Mentor - [@AgataLiberska](https://www.frontendmentor.io/profile/AgataLiberska)