xxxxxxxxxx
1
<div class="container mt-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="text-center dark-grey-text p-5">
6
7
<h6 class="font-weight-normal text-uppercase font-small grey-text mb-4">Testimonials</h6>
8
<!-- Section heading -->
9
<h2 class="font-weight-bold">What customers say about us</h2>
10
<hr class="w-header my-4">
11
<!-- Section description -->
12
<p class="grey-text mx-auto mb-5">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur est laborum.</p>
13
14
15
<!-- Grid row -->
16
<div class="row">
17
18
<!-- Grid column -->
19
<div class="col-md-6 mb-4">
20
21
<div class="card-img-100 mx-auto mb-4">
22
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(2).jpg" class="z-depth-1 rounded-circle img-fluid" alt="smaple image">
23
</div>
24
<p class="mt-3 mb-4 text-muted">"Lorem ipsum dolor sit amet eos adipisci, consectetur adipisicing elit sed ut perspiciatis unde omnis."</p>
25
<p class="font-italic font-weight-normal">- Anna Morian</p>
26
27
</div>
28
<!-- Grid column -->
29
30
<!-- Grid column -->
31
<div class="col-md-6 mb-4">
32
33
<div class="card-img-100 mx-auto mb-4">
34
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(15).jpg" class="z-depth-1 rounded-circle img-fluid" alt="smaple image">
35
</div>
36
<p class="mt-3 mb-4 text-muted">"Neque cupiditate assumenda in maiores repudiandae mollitia architecto elit sed adipiscing elit."</p>
37
<p class="font-italic font-weight-normal">- Teresa May</p>
38
39
</div>
40
<!-- Grid column -->
41
42
</div>
43
<!-- Grid row -->
44
45
</section>
46
<!--Section: Content-->
47
48
49
</div>
1
1
1
1
Console errors: 0