Skip to content

josr13/huddle-landing-page-with-single-introductory-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huddle landing page with single introductory section

This is my 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

Overview

Screenshot

Huddle landing page with single introductory section desktop screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Sass - CSS preprocessor
  • Flexbox
  • Sass variables
  • Sass partial files
  • Mobile-first workflow
  • BEM methodology
  • Font Awesome

What I learned

While working through this project, I learned Font Awesome, an icon library.

<div class="socials">
  <a href="https://twitter.com/" target="_blank" rel="noopener noreferrer" class="socials__tw">
    <i class="fa-brands fa-twitter"></i>
  </a>
</div>

Author

About

This is my solution to the Huddle landing page with single introductory section challenge on Frontend Mentor.

Topics

Resources

Stars

Watchers

Forks