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

https://github.com/jkellerman/huddlelandingpage


https://github.com/jkellerman/huddlelandingpage

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Frontend Mentor - Huddle landing page with curved sections solution

This is a solution to the [Huddle landing page with curved sections challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/huddle-landing-page-with-curved-sections-5ca5ecd01e82137ec91a50f2). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)

## Overview

### 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

### Links

- Solution URL: [Solution](https://github.com/jkellerman/huddleLandingPage)
- Live URL: [Live](https://jkellerman.github.io/huddleLandingPage/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow

### Continued development

I want like to have more focus on using grid. Also, specifically for this project, I was unable to figure out how I would change the curved background images to the mobile versions when using responsive design. I placed my images in the HTML so I was unsure how I would change them when viewed for mobile screens. To work around this I used position: relative and adjusted the position based on the screen size.

### Useful resources

- [Freecodecamp](https://www.youtube.com/watch?v=srvUrASNj0s&t=11834s) - I already have experience using responsive design but this tutorial really helped understand units and which ones work best and when.
- [Kevin Powell](https://www.youtube.com/watch?v=0ohtVzCSHqs&t=751s) - I attempted this challenge with desktop first in mind which left my webpage in a complete mess when trying to make it responsive. This tutorial really made me understand why building out HTML & CSS with mobile first approach makes it so much easier.

## Author

- Frontend Mentor - [@jkellerman](https://www.frontendmentor.io/profile/yourusername)