https://github.com/webdevbynight/social-proof-section-master
This repository is an exercise from a Frontend Mentor challenge made during a course at Wild Code School.
https://github.com/webdevbynight/social-proof-section-master
exercise frontendmentor-challenge
Last synced: 5 months ago
JSON representation
This repository is an exercise from a Frontend Mentor challenge made during a course at Wild Code School.
- Host: GitHub
- URL: https://github.com/webdevbynight/social-proof-section-master
- Owner: webdevbynight
- Created: 2023-03-07T14:52:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:55:57.000Z (about 3 years ago)
- Last Synced: 2025-01-29T14:39:28.020Z (over 1 year ago)
- Topics: exercise, frontendmentor-challenge
- Language: SCSS
- Homepage: https://webdevbynight.github.io/social-proof-section-master/
- Size: 991 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Social proof section solution
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.
## 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)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the section depending on their device's screen size
### Screenshot



### Links
- Solution URL: [https://github.com/webdevbynight/social-proof-section-master](https://github.com/webdevbynight/social-proof-section-master)
- Live Site URL: [https://webdevbynight.github.io/social-proof-section-master](https://webdevbynight.github.io/social-proof-section-master/)
## My process
### Built with
- Semantic HTML 5 markup
- CSS (via SCSS)
- Custom properties
- Flexbox
- Grid layout
- Pseudo-classes
- Pseudo-elements
- JSON-LD - for microdata
- Mobile-first workflow
### What I learned
It is possible to present reviews and ratings by people using a product or a service in microdata.
### Continued development
I still have to learn about how to make front-end development in a more efficient way and to learn to manage to build web pages without seeming to be too slow.
### Useful resources
- [Schema.org](https://schema.org) - This helped me to find the properties to use to mark up the reviews and ratings. More generally, this is a must-have to implement microdata in a web page, whether they are implemented within the HTML code or in JSOn-LD.
## Author
- Website - [@webdevbynight](https://github.com/webdevbynight)
- Frontend Mentor - [@webdevbynight](https://www.frontendmentor.io/profile/webdevbynight)
## Acknowledgments
I would like to aknowledge one of the teachers of the course I have been at [Wild Code School](https://www.wildcodeschool.com/en-GB) for having suggested, during the first week of the course, that the students who had made progress in their CSS scheduled exercises to do some of the challenges proposed by Frontend Mentor, if they wished.