Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amrmabdelazeem/fylo-landing-page-with-two-column-layout
Fylo's landing page features a sleek two-column layout, seamlessly blending modern design with user-friendly functionality for a captivating digital experience.
https://github.com/amrmabdelazeem/fylo-landing-page-with-two-column-layout
css-flexbox css-grid css3 html5 responsive-web-design validation
Last synced: about 10 hours ago
JSON representation
Fylo's landing page features a sleek two-column layout, seamlessly blending modern design with user-friendly functionality for a captivating digital experience.
- Host: GitHub
- URL: https://github.com/amrmabdelazeem/fylo-landing-page-with-two-column-layout
- Owner: amrmabdelazeem
- Created: 2023-02-20T21:57:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T14:04:15.000Z (12 months ago)
- Last Synced: 2023-12-04T14:33:55.753Z (12 months ago)
- Topics: css-flexbox, css-grid, css3, html5, responsive-web-design, validation
- Language: CSS
- Homepage: https://amrmabdelazeem.github.io/fylo-landing-page-with-two-column-layout-master/
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Fylo landing page with two column layout solution
This is a solution to the [Fylo landing page with two column layout challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/fylo-landing-page-with-two-column-layout-5ca5ef041e82137ec91a50f5). 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)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
![Design preview for the Fylo landing page with two column layout challenge](./design/desktop-preview.jpg)
### 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### Screenshot
- Mobile viw (375px)
![mobile](screenshots/mobile.png)
---
- Laptop view (1440px)
![laptop](screenshots/laptop.png)
---
- Active states and validation
![states](screenshots/states.jpg)### Links
- Solution URL: [Frontend Mentor](https://your-solution-url.com)
- Live Site URL: [Github Pages](https://amrmabdelazeem.github.io/fylo-landing-page-with-two-column-layout/)## My process
- Set up the project file locally.
- Modify HTML elements and tags to fit the required design.
- Style with CSS, create the layout insuring it's visually appealing.
- Apply mobile-first workflow.
- Use media queries to adjust font sizes based on viewport width.
- Build layout for the desktop responsively.
- Add validaion for input fields with only CSS. (without JS)
- Add hovering states to all icons and links.
- Test website in different browsers and devices.### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Responsive design
- Font Awesome### What I learned
How to use ```::after```, ```::before``` and ```:invalid``` selectors:
```css
input:invalid + #error2::before{
content: 'Please check your email';
color: #fff;
font-size: .8rem;
}
```### Useful resources
- [CSS tricks](https://css-tricks.com/almanac/selectors/i/invalid/)
## Author
- Website - [Github](https://github.com/amrmabdelazeem)
- Frontend Mentor - [@amrmabdelazeem](https://www.frontendmentor.io/profile/amrmabdelazeem)