Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jomagene/meet-landing-page

Responsive Meet landing page built with semantic HTML, Sass, and Flexbox and media querry
https://github.com/jomagene/meet-landing-page

flexbox media-queries sass semantic

Last synced: 3 days ago
JSON representation

Responsive Meet landing page built with semantic HTML, Sass, and Flexbox and media querry

Awesome Lists containing this project

README

        

# Frontend Mentor - Meet landing page solution

This is a solution to the [Meet landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/meet-landing-page-rbTDS6OUR). 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 depending on their device's screen size
- See hover states for interactive elements

### Screenshot

![](./screenshot.jpg)

### Links

- Solution URL: [My solution here](https://www.frontendmentor.io/solutions/meet-landing-page-using-sassscss-flexbox-and-media-queries-xdq8mZXkJW)
- Live Site URL: [Live site](https://jomagene.github.io/meet-landing-page/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Sass/SCSS

### What I learned

In this project, I reinforced my skills in responsive design by using a mobile-first approach. Sass/SCSS allowed me to write more maintainable and reusable CSS. I also practiced using Flexbox for layout management, which provided flexibility across different screen sizes.

### Continued development

Moving forward, I plan to explore CSS Grid for more complex layouts. Additionally, I would like to refine my use of Sass by incorporating mixins to further improve code efficiency and reusability.

### Useful resources

- [MDN Web Docs - Flexbox](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox) - This was helpful for understanding Flexbox properties and ensuring the layout is responsive.
- [Sass Documentation](https://sass-lang.com/documentation) - Provided insights into leveraging Sass for better CSS organization.

## Author

- Frontend Mentor - [@Jomagene](https://www.frontendmentor.io/profile/Jomagene)
- Twitter - [@Jomagene](https://www.twitter.com/Jomagene)

## Acknowledgments

I would like to thank the Frontend Mentor community for their feedback and encouragement. The challenge pushed me to enhance my skills in responsive design and Sass/SCSS.