Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)