https://github.com/subhajitroycode/huddle-landing-page
This is a landing page challenge by frontendmentor
https://github.com/subhajitroycode/huddle-landing-page
frontend-mentor html-css html5 huddle-landing-page sass scss
Last synced: 8 months ago
JSON representation
This is a landing page challenge by frontendmentor
- Host: GitHub
- URL: https://github.com/subhajitroycode/huddle-landing-page
- Owner: subhajitroycode
- Created: 2022-03-01T16:01:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T09:37:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T05:50:00.147Z (about 1 year ago)
- Topics: frontend-mentor, html-css, html5, huddle-landing-page, sass, scss
- Language: SCSS
- Homepage: https://subhajitroycode.github.io/huddle-landing-page/
- Size: 15.6 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 single introductory section solution
This is a solution to the [Huddle landing page with single introductory section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/huddle-landing-page-with-a-single-introductory-section-B_2Wvxgi0). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Frontend Mentor - Huddle landing page with single introductory section solution](#frontend-mentor---huddle-landing-page-with-single-introductory-section-solution)
- [Table of contents](#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)
- [Useful resources](#useful-resources)
- [Socials](#socials)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the page depending on their device's screen size
- See hover states for all interactive elements on the page
### Screenshot

### Links
- Solution URL: [Click here](https://www.frontendmentor.io/solutions/huddle-landing-page-with-responsive-design-CckZCN_G4)
- Live Site URL: [Click here](https://subhajitroycode.github.io/huddle-landing-page/)
## My process
### Built with
- Semantic HTML5 markup
- SCSS/SASS
- Flexbox
### What I learned
I learned a lot about responsive design and how to use flexbox to achieve that. I also learned how to use the SCSS/SASS syntax to style the page. Also learned a lot about background-size, background-position, and background-repeat.
```scss
&:hover {
color: darken($secondary-color, 15%);
border-color: darken($secondary-color, 15%);
}
```
### Useful resources
- [Font Awesome icon](https://fontawesome.com/) - This is a great icon library.
## Socials
- Frontend Mentor - [@subhajitroycode](https://www.frontendmentor.io/profile/subhajitroycode)
- Twitter - [@subhajitroycode](https://www.twitter.com/subhajitroycode)
- LinkedIn - [@subhajitroycode](https://www.linkedin.com/in/subhajitroycode)