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

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

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

![Screenshot 2022-03-01 195005](https://user-images.githubusercontent.com/72935263/156187256-88f84cd1-a1fc-45c5-94d7-5bf31e41518a.png)

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