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

https://github.com/prabhu30/profile-card-component

This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
https://github.com/prabhu30/profile-card-component

css3 html5 responsive-design

Last synced: about 2 months ago
JSON representation

This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.

Awesome Lists containing this project

README

          

# Frontend Mentor - Profile card component solution

This is a solution to the [Profile card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/profile-card-component-cfArpWshJ). 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)

## Overview

### The challenge

- Build out the project to the designs provided

### Screenshot

![Website output screenshot](images/screenshot.png)

### Links

- Solution URL: [ Visit now](https://github.com/prabhu30/profile-card-component)
- Live Site URL: [ Visit now](https://profile-card-frontend-design.netlify.app/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox

### What I learned

In the process of building this project, I learnt how to add two background images to bring gradient background design to the website, I also learnt few interesting things about main tag, and reset styles.

### Continued development

As part of further development, making those statistics/numbers dynamic can be implemented. That way, as and when followers/likes increase for the person, they will get updated here dynamically. If this feature can be implemented, this profile card can be used directly while designing dynamic end-to-end websites.