-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtestimonials.html
207 lines (188 loc) · 8.12 KB
/
testimonials.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="css2/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css2/testimonials.css" rel="stylesheet" type="text/css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js2/testimonials.js"></script>
<title>Testimonials Carousel</title>
<link href="https://fonts.googleapis.com/css?family=Black+Ops+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Patrick+Hand" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="shortcut icon" type="image/png" href="images1/logo.png">
</head>
<body>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="home.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="rate.html">RATE</a>
<a href="contactus.html">CONTACT</a>
<a href="testimonials.html">TESTIMONIALS</a>
</div>
</div>
<span style="font-family: Black Ops One; font-size:30px;cursor:pointer" onclick="openNav()">☰ MENU</span>
<div class="container-fluid">
<div class="row">
<div class="col-md-5">
</div>
<div class="col-md-4">
<img src="images2/logo.png">
</div>
</div>
<div class="col-md-12">
<h1 id="head">TESTIMONIALS</h1>
</div>
</div>
<div id="main">
<div class="row" id="margin">
<div class="col-md-10 col-center m-auto">
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="0">
<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-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/yemi.jpg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>JAVA HOUSE</h4>
<p>Best Mexican I’ve had since living in this town for 9 years! Happy to have finally found this place. Service was great, food was delicious!<br><em>Yemi Alade</em></p><br>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/tahj.jpg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>GALITOS</h4>
<p>Galitos has the friendliest staff! They're very attentive and great at offering suggestions if you can't decide what to order.<br><em>Tahj Mowry</em></p>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/zuri.jpeg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>ART CAFE</h4>
<p>My sister and I always get the fried rice when we go. It’s delicious! The food, the service, the people, everything there is simply amazing.<br><em>Zuri Ross</em></p>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="item carousel-item">
<div class="row">
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/chadwick.jpeg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>TAMARIND</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu sem tempor, varius quam.<br><em>Chadwick Boseman</em></p><br><br><br>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/idris.jpeg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>BIG SQUARE</h4>
<p>Vivamus fermentum in arcu in aliquam. Quisque aliqua porta odio in fringilla vivamus.<br><em>Idris Elba</em></p>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/will.jpg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>CARNIVORE</h4>
<p>I wanted to thank you for a wonderful dining experience. The food and service was great, not to mention the atmosphere felt like we were at a big family dinner.<br><em>Will Smith</em></p>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="item carousel-item">
<div class="row">
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/zendaya.jpeg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>PIZZA HUT</h4>
<p>Outstanding restaurant. Great quality without the prices of other restaurants of comparable quality. The staff is always pleasant as well.<br><em>Zendaya Coleman</em></p>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/pharell.jpeg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>SUBWAY</h4>
<p>So happy to have a Subway Restaurant in our neighbourhood! Great sandwiches, awesome service and good prices.<br><em>Pharell Williams</em></p><br>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumb-wrapper">
<div class="img-box">
<img src="images2/alicia.jpeg" class="img-responsive img-fluid" width="100%">
</div>
<div class="thumb-content">
<h4>DOMINO</h4>
<p>Our family ate here last night and we really enjoyed the food and the excellent service. Very happy to have this restaurant open in our neighborhood.<br><em>Alicia Keys</em></p>
<a href="#" class="btn btn-primary">More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel controls -->
<a class="carousel-control left carousel-control-prev" href="#myCarousel" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control right carousel-control-next" href="#myCarousel" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>