Skip to content

AashishVivekBhat/Social_links_Profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Social links profile solution

This is a solution to the Social links profile challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • See hover and focus states for all interactive elements on the page
  • (Also can be functional to redirect to related page)

Screenshot

Desktop View Mobile View

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

  • Efficiently design layout using Grid and Flexbox concepts
  • Using semantic HTML and validating it from online tools
  • Improved completion time

Continued development

Make it functional to redirect the user to the desired location based upon the selected link and personalize it.

Useful resources

  • HTML/ CSS Validator - This helped me for validating my HTML/ CSS code and improve it for better accesibility and semantics. I really liked this tool and will use it going forward.
  • MDN Web Docs - This is an amazing article which helped me finally understand concepts of Grid/ Flexbox better.

Author