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).
- Host: GitHub
- URL: https://github.com/oge-dev/social-links-profile
- Owner: oge-dev
- Created: 2024-02-08T08:50:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T03:35:41.000Z (almost 2 years ago)
- Last Synced: 2024-06-25T04:33:43.346Z (almost 2 years ago)
- Topics: css-custom-properties, font-face, media-query, semantic-html5
- Language: HTML
- Homepage: https://social-links-profile-oge.vercel.app/
- Size: 6.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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)