Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.94 KB

File metadata and controls

50 lines (32 loc) · 1.94 KB

Testimonial Cards

This project showcases a collection of testimonial cards, designed to present user feedback and reviews in an engaging and visually appealing manner. The cards feature different layouts and styles, demonstrating various ways to display testimonials on a website.

Overview

The project consists of the following files:

  • index.html: The main HTML file that structures the testimonial cards.
  • style.css: The CSS file that handles the visual presentation and styling of the testimonial cards.
  • jackie.png, face3.png, artem.png: Image files used for the profile pictures.

Features

  • Diverse Card Layouts: Includes different layouts to showcase testimonials in various formats.
  • Responsive Design: Adapts to different screen sizes for optimal viewing experience.
  • Styling with CSS: Uses custom CSS styles to create a visually appealing design.
  • Font Awesome Icons: Utilizes Font Awesome for icons (e.g., in the fourth testimonial card).

Technologies Used

  • HTML5
  • CSS3
  • Font Awesome

Usage

  1. Clone the repository:

    git clone [https://github.com/TheRealSaiTama/SimpleHTML/edit/main/TestimonialsCards]
  2. Navigate to the TestimonialsCards directory:

    cd simpleHTML/TestimonialsCards
  3. Open the index.html file in your web browser to view the testimonial cards.

Customization

  • Content: Modify the HTML content within the index.html file to add or edit testimonials and profile information.
  • Styling: Customize the appearance of the cards by modifying the CSS styles in the style.css file.
  • Images: Replace the placeholder images (jackie.png, face3.png, artem.png) with your own profile pictures.

License

This project is licensed under the [Specify License Here, e.g., MIT License] - see the LICENSE file in the main repository for details.