bootstrap-testimonials
Version:
Responsive Testimonials / Reviews built with Bootstrap 5. Testimonials slider & carousel, testimonials with star ratings, with gradients & many more examples.
72 lines (67 loc) • 2.56 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap</title>
<!-- MDB icon -->
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" />
<!-- MDB -->
<link rel="stylesheet" href="css/bootstrap-testimonials.min.css" />
</head>
<body>
<section>
<div class="row d-flex justify-content-center">
<div class="col-md-10 col-xl-8 text-center">
<h3 class="mb-4">Testimonials</h3>
<p class="mb-4 pb-2 mb-md-5 pb-md-0">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet
numquam iure provident voluptate esse quasi, veritatis totam voluptas nostrum
quisquam eum porro a pariatur veniam.
</p>
</div>
</div>
<div class="row text-center">
<div class="col-md-6 mb-4 mb-md-0">
<div class="d-flex justify-content-center mb-4">
<img
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(22).webp"
class="rounded-circle shadow-1-strong"
width="100"
height="100"
/>
</div>
<p class="lead my-3 text-muted">
"Lorem ipsum dolor sit amet eos adipisci, consectetur adipisicing elit sed ut
perspiciatis unde omnis."
</p>
<p class="font-italic font-weight-normal mb-0">- Anna Morian</p>
</div>
<div class="col-md-6 mb-0">
<div class="d-flex justify-content-center mb-4">
<img
src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(19).webp"
class="rounded-circle shadow-1-strong"
width="100"
height="100"
/>
</div>
<p class="lead my-3 text-muted">
"Neque cupiditate assumenda in maiores repudiandae mollitia architecto elit sed
adipiscing elit."
</p>
<p class="font-italic font-weight-normal mb-0">- Teresa May</p>
</div>
</div>
</section>
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
</body>
</html>