https://github.com/sakr2000/testimonials-grid-section
A testimonials grid section that includes various testimonials with images, names, and testimonial content. The design needed to be responsive, matching the given design provided in the challenge.
https://github.com/sakr2000/testimonials-grid-section
css-grid frontend-mentor grid grid-layout html5
Last synced: 2 months ago
JSON representation
A testimonials grid section that includes various testimonials with images, names, and testimonial content. The design needed to be responsive, matching the given design provided in the challenge.
- Host: GitHub
- URL: https://github.com/sakr2000/testimonials-grid-section
- Owner: sakr2000
- Created: 2024-04-24T21:38:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T21:39:13.000Z (about 1 year ago)
- Last Synced: 2025-01-27T14:49:16.398Z (4 months ago)
- Topics: css-grid, frontend-mentor, grid, grid-layout, html5
- Language: HTML
- Homepage: https://sakr2000.github.io/testimonials-grid-section/
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Testimonials grid section solution
This is a solution to the [Testimonials grid section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/testimonials-grid-section-Nnw6J7Un7).The challenge is to build out a testimonials grid section and make it as close to the design as possible.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Built with](#built-with)
- [Features](#what-i-learned)
- [How to Use](#continued-development)## Overview
### The challange
The challenge was to create a testimonials grid section that includes various testimonials with images, names, and testimonial content. The design needed to be responsive, matching the given design provided in the challenge.
### Screenshot

## Built with
- Semantic HTML5 markup
- CSS3
- Flexbox
- CSS Grid layout
- Descktop-first workflow## Features
- Responsive design
- Grid layout for testimonials## How to use
1. Clone the repository:
```bash
git clone https://github.com/sakr2000/testimonials-grid-section.git
```2. Open the `index.html` file in your browser to view the project.