https://github.com/jkellerman/huddlelandingpage
https://github.com/jkellerman/huddlelandingpage
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkellerman/huddlelandingpage
- Owner: jkellerman
- Created: 2022-01-04T09:21:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T16:46:30.000Z (about 4 years ago)
- Last Synced: 2025-03-22T07:22:43.447Z (11 months ago)
- Language: HTML
- Size: 736 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)