2022-10-04 01:27:26 +02:00
# Frontend Mentor - Social proof section solution
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
This is a solution to the [Social proof section challenge on Frontend Mentor ](https://www.frontendmentor.io/challenges/social-proof-section-6e0qTv_bA ). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
## Table of contents
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
- [Frontend Mentor - Social proof section solution ](#frontend-mentor---social-proof-section-solution )
- [Table of contents ](#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 )
- [Author ](#author )
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
## Overview
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
### The challenge
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
Users should be able to:
2022-09-07 11:53:05 +02:00
- View the optimal layout for the section depending on their device's screen size
2022-10-04 01:27:26 +02:00
### Screenshot
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
![Mobile ](./screenshots/mobile.png )
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
![Desktop ](./screenshots/desktop.png )
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
### Links
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
- Solution URL: [Tarasis on Github ](https://github.com/tarasis/tarasis.github.io/tree/main/projects/FrontendMentor/newbie/social-proof-section )
- Live Site URL: [tarasis.github.io ](https://tarasis.github.io/FrontendMentor/newbie/social-proof-section )
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
## My process
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
As usual, I started Mobile first. I setup CSS properties for colors, typography and such. After a bit I realised that the font needed was different from when I originally downloaded the starter kit for this challenge. Which meant that my variables were off.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
Once I'd finished the mobile version, I re-arranged the HTML slightly because I forgot to make a top and bottom section.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
I had little problem with the alignments for the ratings and reviews, but I did end up waisting an hour chasing desktop alignment with design image. I just couldn't quite nail it.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
I also played a bit with where the desktop version should start.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
### Built with
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid (only for positioning in the middle of the page )
- Mobile-first workflow
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
### What I learned
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
To check for updated files.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
Don't chase perfection.
### Continued development
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
Practice practice and practice.
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
## Author
2022-09-07 11:53:05 +02:00
2022-10-04 01:27:26 +02:00
- Website - [Robert McGovern blog ](https://tarasis.net )
- Frontend Mentor - [@tarasis ](https://www.frontendmentor.io/profile/tarasis )
- Twitter - [@tarasis ](https://www.twitter.com/tarasis )
2022-09-07 11:53:05 +02:00