Skip to content

Kwill3/landing-page-w-intro

Repository files navigation

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. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

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

My process

Built with

  • Semantic HTML5 markup
  • SASS
  • Flexbox
  • Desktop-first workflow

What I learned

  • Learnt to visualise the whole look of the site and setting the structure of what goes where before going in with CSS and making it look good.

  • Learnt to design the site responsively and how to view in different viewports at the browser web developer tools.

  • Learnt the importance of accessibility, things like setting the structure of HTML by adding sections like headers, main and footers.

  • Most of all, I learnt a lot about positioning of elements by using flexbox and grid for a responsive site.

Continued development

  • Need more pratice with using flexbox and grid to position elements.

Useful resources