Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajeasmith/fem-designo-guru

Frontend Mentor Challenge - Designo website 7 page layout
https://github.com/ajeasmith/fem-designo-guru

Last synced: 18 days ago
JSON representation

Frontend Mentor Challenge - Designo website 7 page layout

Awesome Lists containing this project

README

        

# Frontend Mentor - Designo agency website solution

This is a solution to the [Designo agency website challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/designo-multipage-website-G48K6rfUT). 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

### The challenge

Users should be able to:

- View the optimal layout for each page depending on their device's screen size
- See hover states for all interactive elements throughout the site
- Receive an error message when the contact form is submitted if:
- The `Name`, `Email Address` or `Your Message` fields are empty should show "Can't be empty"
- The `Email Address` is not formatted correctly should show "Please use a valid email address"
- **Bonus**: View actual locations on the locations page maps (we recommend [Leaflet JS](https://leafletjs.com/) for this)

### Links

- Solution URL: [Github](https://github.com/AjeaSmith/fem-designo-guru)
- Live Site URL: [Designo Agency](https://fem-designo-guru.vercel.app/)

## My process

### Built with

- Semantic HTML5 markup
- SASS
- Flexbox
- CSS Grid
- Mobile-first workflow

### What I learned

Overview: Out of all the projects I've done on this site, this is one of my favorites, mostly because I've learned so much. I used a combination of chatGPT, CSS god Kevin Powell, and Coder Coder throughout this project.

Things I learned

- Positioning PNG images with object-fit and object position (helpful link)
- On mobile, show overlay when the mobile menu is open (helpful video by Kevin Powell)
- For loops in SCSS for background images (chatGPT).
- Rotation of background images (chatGPT)

### Continued development

- Media queries and breakpoint ranges
- Utilize sass
- Struture sass folder files

## Author

- Frontend Mentor - [@ajeasmith](https://www.frontendmentor.io/profile/ajeasmith)
- Twitter - [@ajeasmith](https://www.twitter.com/ajeasmith)