Testimonial using Bootstrap

Date:14/12/2018

What is a Testimonial?

Testimonials are written or recorded statements that support your credibility and level of expertise. They also strengthen your reputation by expressing the trust that other people have in you and your business offerings.

They are a wonderful tool that helps you to attract a deeper interest from perspective clients and existing clients and will ultimately make you and your business increasingly more successful.

Testimonial section using Bootstrap and CSS

The testimonial section is  designed by using the html, css and bootstrap techniques, Designers must be careful, whether you design in bootstrap 3 or in a bootstrap 4 criteria. If you use the bootstrap 4 classes in code, but imported the bootstrap 3, it will results  in  error.

The code is developed in bootstrap 3 technique  and used a Star for ratings. Add your company’s truthful reviews and the customer name . 

The carousel technique is used for automatic slideshow and sliding buttons are designed in a attractive CSS usage. Added a background image is the another advantage of this testimonial section.

We have attached a code designed by us and modify it for your own usage.Copy the below attached code.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Testimonial Carousel with Quote Icon</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<style type="text/css">
 
.background-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("testimonials2.JPEG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding:25px;
  margin:0px;
  margin-bottom:60px;
}
.star {
    color:orange;
}
.carousel {
    margin: 2px auto;
    padding: 0 0px;
     
}
.carousel .item {
    color: white;
    overflow: hidden;
    min-height: 120px;
    font-size: 14px;
}
.carousel .testimonial {
    padding: 0 0px 0 0px ;
    position: relative;
 
}
.carousel .overview b {
    text-transform: uppercase;
    color:Deepskyblue;
}
.carousel .carousel-indicators {
    bottom: -25px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 1px 3px;
}
.carousel-indicators li {  
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background:Deepskyblue;   
    border: 5px double;   
}
 
</style>
</head>
<body>
 
<div class="background-image">
    <div class="container">
    <div class="row">
        <div class="col-sm-12">
             
                <h4><i><span style="color:white">What our clients are saying about us ! </span></i></h4>
             
            <div id="myCarousel" class="carousel slide" data-ride="carousel">
                <!-- Carousel indicators -->
                <ol class="carousel-indicators">
                    <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
                    <li data-target="#myCarousel" data-slide-to="1"></li>
                    <li data-target="#myCarousel" data-slide-to="2"></li>
                </ol>  
                <div class="carousel-inner">
                    <div class="item carousel-item active">
                        <div class="row">
                            <div class="col-sm-6">
                                <div class="media">
                                    
                                    <div class="media-body">
                                        <div class="testimonial">
 
                                        <!-- Font Awesome Icon Library -->
                                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                            <p>Good customer service and a lot of patience towards their customers. 5 stars all the way. Thank you.
</p>
                                            <p class="overview"><b>xyz</b></p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col-sm-6">
                                <div class="media">
                                     
                                    <div class="media-body">
                                        <div class="testimonial">
                                        <!-- Font Awesome Icon Library -->
                                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star "></span>
                                            <p>Fixed within an hour, cracking work and price thank you. Saved me time and money
</p>
                                            <p class="overview"><b>xyz1</b></p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>           
                    </div>
                    <div class="item carousel-item">
                        <div class="row">
                            <div class="col-sm-6">
                                <div class="media">
 
                                    <div class="media-body">
                                        <div class="testimonial">
                                        <!-- Font Awesome Icon Library -->
                                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <p>Good customer service and a lot of patience towards their customers. 5 stars all the way. Thank you.</p>
                                            <p class="overview"><b>ABC</b></p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col-sm-6">
                                <div class="media">
                                 
                                    <div class="media-body">
                                        <div class="testimonial">
                                        <!-- Font Awesome Icon Library -->
                                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star "></span>
                                        <span class="fa fa-star "></span>
                                            <p>Fixed within an hour, cracking work and price thank you. Saved me time and money
 
</p>
                                            <p class="overview"><b>ABC</b></p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>           
                    </div>
                    <div class="item carousel-item">
                        <div class="row">
                            <div class="col-sm-6">
                                <div class="media">
                                     
                                    <div class="media-body">
                                        <div class="testimonial">
                                        <!-- Font Awesome Icon Library -->
                                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star "></span>
                                            <p>Good customer service and a lot of patience towards their customers. 5 stars all the way. Thank you.
</p>
                                            <p class="overview"><b>ABCXYZ</b></p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col-sm-6">
                                <div class="media">
                                     
                                    <div class="media-body">
                                        <div class="testimonial">
                                        <!-- Font Awesome Icon Library -->
                                        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                        <span class="fa fa-star star"></span>
                                            <p>Fixed within an hour, cracking work and price thank you. Saved me time and money
</p>
                                            <p class="overview"><b>ABCXYZ1</b></p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>           
                    </div>
                </div>
            </div>
         </div>
     </div>
   </div>
</div>
</body>
</html>

Results and end output:

The result is colorful and attract the site seeker. 

In the above example, the effective usage of  Bootstrap,carousel techniques, Css, Html  is explained clearly, you can modify the script according to your  application and make benefit of it. 

Thank you! for using PHEONIX SOLUTIONS.

You find this tutorial helpful? Share with your friends to keep it alive.Be the first to comment, we value your suggestions. For further queries please comment below.

Leave a Reply