-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.html
410 lines (313 loc) · 10.5 KB
/
review.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
- primary meta tags
-->
<title>TrueBlue - Reviews</title>
<meta name="title" content="TrueBlue - Our Menu">
<meta name="description" content="Where the real taste begins">
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Merienda&family=Oswald:wght@300;400;500&family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet">
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/hero-banner.jpg">
</head>
<body>
<!--
- #HEADER
-->
<header class="header">
<div class="header-top">
<div class="container">
<p class="header-top-text">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>
<span class="span">Opening Hours :</span> 08:00 Am - 09:00 Pm
</p>
<ul class="social-list">
<li>
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="https://twitter.com/truebluecafe" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="https://instagram.com/truebluecafe" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="https://youtube.com/channel/TrueBlueCafe" class="social-link">
<ion-icon name="logo-youtube"></ion-icon>
</a>
</li>
</ul>
<p class="header-top-text">
<ion-icon name="location-outline" aria-hidden="true"></ion-icon>
<span class="span">Location :</span> 19-43 Bramwell Rd, Noranda WA 6062
</p>
</div>
</div>
<div class="header-bottom" data-header>
<div class="container">
<a href="/index.html" class="logo">
<img src="./assets/images/logo.svg" width="216" height="80" alt="keofi home" class="w-100">
</a>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li>
<a href="index.html" class="navbar-link" data-nav-link>Home</a>
</li>
<li>
<a href="about.html" class="navbar-link" data-nav-link>About</a>
</li>
<li>
<a href="menu.html" class="navbar-link" data-nav-link>Menu</a>
</li>
<li>
<a href="contact.html" class="navbar-link" data-nav-link>Contact</a>
</li>
<li>
<a href="review.html" class="navbar-link" data-nav-link>Reviews</a>
</li>
<li>
<a href="promotion.html" class="navbar-link" data-nav-link>Promotions</a>
</li>
</ul>
<a href="reservation.html" class="btn btn-primary">Book A Table</a>
</nav>
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<span class="span"></span>
<span class="span"></span>
</button>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/64d9bb0294cf5d49dc6a3739/1h7p850h8';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</div>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<section class="section hero has-bg-image" id="home" aria-labelledby="hero-label"
style="background-image: url('./assets/images/hero-banner.jpg')">
<div class="container">
<p class="section-subtitle has-before reveal-left" data-reveal>Welcome to TrueBlue</p>
<h1 class="h1 hero-title reveal-left" id="hero-label" data-reveal>Reviews</h1>
<div class="btn-group reveal-left" data-reveal>
<a href="#menu" class="btn btn-primary">
<span class="span">Explore more</span>
<ion-icon name="chevron-forward" aria-hidden="true"></ion-icon>
</a>
</div>
</div>
</section>
<!--
- REVIEWS
-->
<link rel="stylesheet" href="review.css">
<div class="container">
<div class="columns has-text-centered is-multiline">
<div class="column is-4 testimonial-wrapper">
<div class="testimonial">
<p class="quote"> "The cafe has a lovely design and all staff are friendly"</p>
<p class="attribution">- Ibrahim Sengel</p>
</div>
</div>
<div class="column is-4 testimonial-wrapper">
<div class="testimonial">
<p class="quote"> "Had a wonderful time at Trueblue cafe. The coffee was rich and flavorful, and the cozy ambiance made it a perfect spot to relax."</p>
<p class="attribution">- Cody Smith</p>
</div>
</div>
<div class="column is-4 testimonial-wrapper">
<div class="testimonial">
<p class="quote"> "Me like tea at Cafe, good good tea"</p>
<p class="attribution">- Divyam Gangash</p>
</div>
</div>
<div class="column is-4 testimonial-wrapper">
<div class="testimonial">
<p class="quote"> "Just had the best cappuccino at Trueblue! It's the perfect balance of flavors. Can't wait to come back."</p>
<p class="attribution">- Yunus Karakus</p>
</div>
</div>
<div class="column is-4 testimonial-wrapper">
<div class="testimonial">
<p class="quote"> "Trueblue cafe has spoiled me with its quality coffee. It's my happy place, and their brews never disappoint."</p>
<p class="attribution">- Penny Adrienne</p>
</div>
</div>
<div class="column is-4 testimonial-wrapper">
<div class="testimonial">
<p class="quote"> "I'm a coffee snob, and Trueblue meets my high standards. Their espresso is strong, smooth, and always on point."</p>
<p class="attribution">- Samuel Scuderi</p>
</div>
</div>
</div>
</div>
<!--
- Video
-->
<link rel="stylesheet" href="review.css">
<div class="video-container">
<video width="800" height="500" controls>
<source src="videos/TrueBlue Cafe Animation.mp4" type="video/mp4">
TrueBlue Cafe Video
</video>
</div>
<!--
- #CONTACT
-->
<link rel="stylesheet" href="assets/css/contact.css">
<div class="container">
<div class="row">
<h1 class="contact-h1">contact us</h1>
</div>
<div class="row">
<h4 class="contact-h4" style="text-align:center">We'd love to hear from you!</h4>
</div>
<div class="row input-container">
<div class="col-xs-12">
<div class="styled-input wide">
<input type="text" required />
<label>Name</label>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="styled-input">
<input type="text" required />
<label>Email</label>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="styled-input" style="float:right;">
<input type="text" required />
<label>Phone Number</label>
</div>
</div>
<div class="col-xs-12">
<div class="styled-input wide">
<textarea class="contact-textare" required></textarea>
<label>Message</label>
</div>
</div>
<div class="col-xs-12">
<div class="btn-lrg submit-btn">Send Message</div>
</div>
</div>
</div>
<!--
- #FOOTER
-->
<footer class="footer">
<div class="container">
<div class="footer-top section" data-reveal>
<div class="footer-brand">
<a href="index.html" class="logo">
<img src="./assets/images/logo.svg" width="216" height="80" class="w-100" alt="TrueBlue Cafe">
</a>
</div>
<ul class="footer-list">
<li>
<p class="footer-list-title">Working Hours</p>
</li>
<li class="footer-list-item">
<p>Sunday - Thursday</p>
<span class="span">08:00 am - 09:00pm</span>
</li>
<li class="footer-list-item">
<p>Only Friday</p>
<span class="span">03:00 pm - 09:00pm</span>
</li>
<li>
<strong class="strong">Saturday Close</strong>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Contact Us</p>
</li>
<li>
<div class="wrapper">
<ion-icon name="location-outline" aria-hidden="true"></ion-icon>
<div>
<span class="span">Location :</span>
<p>19-43 Bramwell Rd, Noranda WA 6062</p>
</div>
</div>
</li>
<li>
<div class="wrapper">
<ion-icon name="mail-unread-outline" aria-hidden="true"></ion-icon>
<div>
<span class="span">Email Address :</span>
<p>truebluecafe@talo.com</p>
</div>
</div>
</li>
<li>
<div class="wrapper">
<ion-icon name="call-outline" aria-hidden="true"></ion-icon>
<div>
<span class="span">Phone Number :</span>
<p>+61 470 204 690</p>
</div>
</div>
</li>
</ul>
<ul class="footer-list">
</ul>
</div>
<div class="footer-bottom">
<p class="copyright">
Made by Talo
</p>
</div>
</div>
</footer>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>