Skip to content

Ankankun/Social-Links-Profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social links profile

This is my solution to the Social links profile challenge. A compact profile card with avatar, location, short bio, and a vertical list of social links featuring hover/focus states and accessible markup.

Preview

Table of contents

Overview

The challenge

Users should be able to:

  • See hover and keyboard focus states on all interactive links
  • View the component comfortably on mobile and desktop viewports

Links

My process

Built with

  • Semantic HTML5
  • Modern CSS (flexbox, custom font, hover/focus states)
  • Mobile-first thinking (single-column layout)
  • Minimal footprint: no frameworks

What I learned

  • Using a single flex column container with centered alignment keeps the card layout simple while allowing an independently positioned footer.
  • Replacing large top margins with layout techniques (flex centering or fixed positioning for attribution) creates true vertical centering.
  • Explicit :focus-visible states greatly improve keyboard accessibility for link groups.

Continued development

  • Add prefers-reduced-motion handling for any future animations.
  • Introduce CSS variables for color tokens and spacing scale.
  • Add a dark/light toggle or theme expansion.

Useful resources

Author

About

Social links profile card – semantic HTML & modern CSS with hover/focus states. (Frontend Mentor challenge).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors