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

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.

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

![Screenshot of the solution on wide-screened desktop](./screenshot-1.jpg)
![Screenshot of the solution on narrow-screened desktop and tablet](./screenshot-2.jpg)
![Screenshot of the solution on mobile](./screenshot-3.jpg)

### 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.