Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jay-ike/designo-website

a digital agency website built with less javascript
https://github.com/jay-ike/designo-website

eleventy eleventy-website html-css passion

Last synced: 20 days ago
JSON representation

a digital agency website built with less javascript

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)

### Screenshot
![desktop view of the project](./desktop-view.png)   ![mobile view of the project](./mobile-view.png)

### Links

- Solution URL: [Add solution URL here](https://github.com/jay-ike/designo-website)
- Live Site URL: [Add live site URL here](https://ike-designo-website.vercel.app)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [Eleventy](https://11ty.dev) static site generator

### What I learned

we can use more vivid color with oklch colorspace
```css
.proud-of-this-css {
color: oklch(60% 38% 210);
}
```

### Continued development

to make this website evolve we can make available offline with serviceworkers

### Useful resources

- [a thorough explanation of oklch color space](https://bottosson.github.io/posts/colorwrong/) - This is an amazing article which helped me finally understand how the oklch colorspace work. I'd recommend it to anyone still learning this concept.

## Author

- Frontend Mentor - [@jay-ike](https://www.frontendmentor.io/profile/jay-ike)
- Mastodon - [@ndimah22](https://mastodon.social/@ndimah22)