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

https://github.com/oge-dev/social-links-profile

Solution to the Social links profile challenge on Frontend Mentor(https://www.frontendmentor.io/challenges/social-links-profile-UG32l9m6dQ).
https://github.com/oge-dev/social-links-profile

css-custom-properties font-face media-query semantic-html5

Last synced: about 1 year ago
JSON representation

Solution to the Social links profile challenge on Frontend Mentor(https://www.frontendmentor.io/challenges/social-links-profile-UG32l9m6dQ).

Awesome Lists containing this project

README

          

# Frontend Mentor - Social links profile solution

This is a solution to the [Social links profile challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/social-links-profile-UG32l9m6dQ). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Solution](#Solution)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)
- [Author](#author)

## Overview

### The challenge

![Design preview for the Social links profile coding challenge](./design/desktop-preview.jpg)
Your challenge is to build out this social links profile and get it looking as close to the design as possible. You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
Your users should be able to:
- See hover and focus states for all interactive elements on the page

### Solution

- Solution URL: [Social-Links-Profile](https://github.com/oge-dev/Social-Links-Profile)
- Live Site URL: [github.io/Social-Links-Profile](https://oge-dev.github.io/Social-Links-Profile/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- media query
- CSS Web Fonts

### What I learned

```css
cssWeb Fonts using @font-face rule:
@font-face {
font-family: Inter-Regular;
src: url(../fonts/static/Inter-Regular.ttf);
}
.intro-section .profession {
font-family: Inter-Regular;
}
```

### Useful resources

- [W3school](https://www.w3schools.com/css/css3_fonts.asp) - This is an amazing website which helped me finally understand CSS Web Fonts. I'd recommend it to anyone still learning this concept.

## Author

- Website - [OGE](https://www.uhegbu-ogechi-juliet.netlify.app.com)
- Frontend Mentor - [@oge-dev](https://www.frontendmentor.io/profile/oge-dev)
- Twitter - [@oge_dev](https://x.com/oge_dev)