-
Notifications
You must be signed in to change notification settings - Fork 0
/
promotion.html
440 lines (316 loc) · 12.1 KB
/
promotion.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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!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 - Promotions</title>
<meta name="title" content="TrueBlue - About Us">
<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" 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>Promotions</h1>
<div class="btn-group reveal-left" data-reveal>
<a href="#about" class="btn btn-primary">
<span class="span">Explore more</span>
<ion-icon name="chevron-forward" aria-hidden="true"></ion-icon>
</a>
</div>
</div>
</section>
<!--
- #FEATURE
-->
<section class="section feature" aria-labelledby="feature-label">
<div class="container">
<figure class="feature-banner img-holder reveal-left" style="--width: 560; --height: 700;" data-reveal>
<img src="./assets/images/feature-banner2.jpg" width="560" height="700" loading="lazy" alt="feature banner"
class="img-cover">
</figure>
<div class="feature-content">
<p class="section-subtitle reveal-right" data-reveal>Latest Promotions</p>
<h2 class="h2 section-title reveal-right" id="feature-label" data-reveal>Trueblue's First 10% Sale!
</h2>
<p class="section-text reveal-right" data-reveal>
Come celebrate with us at TrueBlue Cafe's First 10% Sale! Enjoy a delicious dining experience with a special 10% discount on our diverse menu. From gourmet coffee to savory treats, it's a great way to treat yourself while saving. Join us for this milestone moment and savor the flavors and savings!
</p>
<ul class="feature-list">
<li>
<div class="feature-card reveal-right" data-reveal>
</div>
</li>
</div>
<img src="./assets/images/feature-abs-1.png" width="318" height="290" loading="lazy" alt=""
class="abs-img abs-img-1">
<img src="./assets/images/feature-abs-2.png" width="262" height="356" loading="lazy" alt=""
class="abs-img abs-img-2">
<img src="./assets/images/feature-abs-3.png" width="410" height="212" loading="lazy" alt=""
class="abs-img abs-img-3">
</div>
</section>
<!--
- #ABOUT
-->
<section class="section about" id="about" aria-labelledby="about-label">
<div class="container">
<div class="about-content">
<p class="section-subtitle reveal-left" id="about-label" data-reveal>About Us</p>
<h2 class="h2 section-title reveal-left" data-reveal>TrueBlue Cafe</h2>
<p class="section-text reveal-left" data-reveal>
Introducing Trueblue Café in Perth, Australia – a cozy spot with vintage charm and modern comfort. The menu is a mix of local and global flavors, from hearty brunches to yummy desserts. Coffee lovers can enjoy amazing single-origin brews, and there's also tea, juice, and cool cocktails. It's not just about food – the café is a friendly place for work and chats. Trueblue Café is like a cool mix of Perth's vibe and world influences. It's a place for good times, great tastes, and making memories.
</p>
<div class="about-card reveal-left" data-reveal>
<figure class="card-banner img-holder" style="--width: 95; --height: 95;">
<img src="./assets/images/about-img.png" width="95" height="95" loading="lazy" alt="john doe"
class="img-cover">
</figure>
<p class="card-text">
At Trueblue Café, we're all about connections and moments to remember. Whether you're looking for a spot to work, chat, or celebrate, our friendly space is here for you. Our team treats you like part of the family, ensuring your experience is memorable and genuine.
</p>
</div>
</div>
<figure class="about-banner reveal-right" data-reveal>
<img src="./assets/images/about-banner.png" width="686" height="544" loading="lazy" alt="about banner"
class="w-100">
</figure>
</div>
</section>
<!--
- #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="#" 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>