-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
664 lines (494 loc) · 34.2 KB
/
index.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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Kopi 30 Juz</title>
<!-- CSS FILES -->
<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=Plus+Jakarta+Sans:ital,wght@0,200;0,400;0,600;0,700;1,200;1,700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/vegas.min.css" rel="stylesheet">
<link href="css/tooplate-barista.css" rel="stylesheet">
</head>
<body>
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="index.html">
<img src="images/coffee-beans.png" class="navbar-brand-image img-fluid" alt="Barista Cafe Template">
Starling BE 30 Jus
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-lg-auto">
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_2">About</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_3">Our Menu</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_4">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_5">Contact</a>
</li>
</ul>
<div class="ms-lg-3">
<a class="btn custom-btn custom-border-btn" href="reservation.html">
Reservation
<i class="bi-arrow-up-right ms-2"></i>
</a>
</div>
</div>
</div>
</nav>
<section class="hero-section d-flex justify-content-center align-items-center" id="section_1">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-12 mx-auto">
<em class="small-text">welcome to Starling BE 30 Jus</em>
<h1>Mampir Skuy</h1>
<p class="text-white mb-4 pb-lg-2">
habiskan <em> waktu luang anda</em> bersama kami💕
</p>
<a class="btn custom-btn custom-border-btn smoothscroll me-3" href="#section_2">
Our Story
</a>
<a class="btn custom-btn smoothscroll me-2 mb-2" href="#section_3"><strong>Check Menu</strong></a>
</div>
</div>
</div>
<div class="hero-slides"></div>
</section>
<section class="about-section section-padding" id="section_2">
<div class="section-overlay"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-12">
<div class="ratio ratio-1x1">
<video autoplay="" loop="" muted="" class="custom-video" poster="">
<source src="videos/pexels-mike-jones-9046237.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="about-video-info d-flex flex-column">
<h4 class="mt-auto">Berdiri Sejak Bulan April 2024.</h4>
<h4>Tempatnya Di Rest area pringsewu.</h4>
</div>
</div>
</div>
<div class="col-lg-5 col-12 mt-4 mt-lg-0 mx-auto">
<em class="text-white">BE 30 Jus</em>
<h2 class="text-white mb-3">Starling 30 Jus</h2>
<p class="text-white">Starbucks keliling atau biasa disebut dengan <b>Starling</b> merupakan suatu warung angkringan khas KOREA yang menyajikan berbagai minuman khas indonesia yang bertempatan di Rest area Pringsewu😍</p>
<p class="text-white">Angkringan ini dijalankan oleh dua starboy yang ramah dan bersahabat, Yusrizal fikri dan jitu,mereka berdua tidak pernah mengeluh dalam berusaha <a rel="nofollow" href="https://getbootstrap.com" target="_blank">bootstrap</a>.</p>
<a href="#barista-team" class="smoothscroll btn custom-btn custom-border-btn mt-3 mb-4">Bertemu Barista</a>
</div>
</div>
</div>
</section>
<section class="barista-section section-padding section-bg" id="barista-team">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 col-12 text-center mb-4 pb-lg-2">
<em class="text-white">Creative Baristas</em>
<h2 class="text-white">inilah para starboy</h2>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4">
<div class="team-block-wrap">
<div class="team-block-info d-flex flex-column">
<div class="d-flex mt-auto mb-3">
<h5 class="text-white mb-0">Patra Dinata</h5>
<p class="badge ms-4"><em>Front-end</em></p>
</div>
<p class="text-white mb-0">Lorem ipsum dolor sit amet consectetur..</p>
</div>
<div class="team-block-image-wrap">
<img src="images/team/portrait-elegant-old-man-wearing-suit.jpg" class="team-block-image img-fluid" alt="">
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4">
<div class="team-block-wrap">
<div class="team-block-info d-flex flex-column">
<div class="d-flex mt-auto mb-3">
<h5 class="text-white mb-0">Azmi Azis</h5>
<p class="badge ms-4"><em>Manager</em></p>
</div>
<p class="text-white mb-0">Lorem ipsum dolor sit amet.</p>
</div>
<div class="team-block-image-wrap">
<img src="images/team/cute-korean-barista-girl-pouring-coffee-prepare-filter-batch-brew-pour-working-cafe.jpg" class="team-block-image img-fluid" alt="">
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4">
<div class="team-block-wrap">
<div class="team-block-info d-flex flex-column">
<div class="d-flex mt-auto mb-3">
<h5 class="text-white mb-0">Yusrizal Fikri</h5>
<p class="badge ms-4"><em>Back end</em></p>
</div>
<p class="text-white mb-0">Lorem ipsum dolor sit amet.</p>
</div>
<div class="team-block-image-wrap">
<img src="images/team/small-business-owner-drinking-coffee.jpg" class="team-block-image img-fluid" alt="">
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="team-block-wrap">
<div class="team-block-info d-flex flex-column">
<div class="d-flex mt-auto mb-3">
<h5 class="text-white mb-0">Rizki Pratama</h5>
<p class="badge ms-4"><em>Promotion</em></p>
</div>
<p class="text-white mb-0">Lorem ipsum dolor sit amet.</p>
</div>
<div class="team-block-image-wrap">
<img src="images/team/small-business-owner-drinking-coffee.jpg" class="team-block-image img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="menu-section section-padding" id="section_3">
<div class="container">
<div class="row justify-content-center">
<h2 class="text-center text-white mb-4 pb-lg-2">Menu Kami</h2>
</div>
<div class="row">
<div class="col-lg-6 col-12 mb-4 mb-lg-0">
<div class="menu-block-wrap">
<div class="text-center mb-4 pb-lg-2">
<em class="text-white">Menu Refreshing Drink</em>
<h4 class="text-white">Drink</h4>
</div>
<div class="menu-block">
<div class="d-flex">
<h6>Hot Chocolatos
<span class="badge ms-3">Recommend</span>
</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Freshly brewed chocolatos</small>
</div>
</div>
<div class="menu-block my-4">
<div class="d-flex">
<h6>
Hot Caffucino
<span class="badge ms-3">Recommend</span>
</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Brewed coffee and steamed milk</small>
</div>
</div>
<div class="menu-block">
<div class="d-flex">
<h6>Ice Marimas
</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Rich Marimas</small>
</div>
</div>
<div class="menu-block my-4">
<div class="d-flex">
<h6>Ice Segar Sari</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Fresh brewed coffee and steamed milk</small>
</div>
</div>
<div class="menu-block">
<div class="d-flex">
<h6>Ice Marimas Mangga</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Rich Milk and Foam</small>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="menu-block-wrap">
<div class="text-center mb-4 pb-lg-2">
<em class="text-white">Favourite Menu</em>
<h4 class="text-white">Coffee</h4>
</div>
<div class="menu-block">
<div class="d-flex">
<h6>Hot Kapal Api</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Hot Kapal Api and steamed milk</small>
</div>
</div>
<div class="menu-block my-4">
<div class="d-flex">
<h6>
Coffe Luwak
</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Luwak Coffee and steamed milk</small>
</div>
</div>
<div class="menu-block">
<div class="d-flex">
<h6>Chocolate Milk
<span class="badge ms-3">Recommend</span>
</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K </strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Rich Milk and Foam</small>
</div>
</div>
<div class="menu-block my-4">
<div class="d-flex">
<h6>Greentea</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Fresh brewed coffee and steamed milk</small>
</div>
</div>
<div class="menu-block">
<div class="d-flex">
<h6>Dark Chocolate</h6>
<span class="underline"></span>
<strong class="ms-auto">IDR.5K</strong>
</div>
<div class="border-top mt-2 pt-2">
<small>Rich Milk and Foam</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="reviews-section section-padding section-bg" id="section_4">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 col-12 text-center mb-4 pb-lg-2">
<em class="text-white">Reviews by Customers</em>
<h2 class="text-white">Testimonials</h2>
</div>
<div class="timeline">
<div class="timeline-container timeline-container-left">
<div class="timeline-content">
<div class="reviews-block">
<div class="reviews-block-image-wrap d-flex align-items-center">
<img src="images/azmi.jpeg" class="reviews-block-image img-fluid" alt="">
<div class="">
<h6 class="text-white mb-0">Azmi Aziz</h6>
<em class="text-white"> Customers</em>
</div>
</div>
<div class="reviews-block-info">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="d-flex border-top pt-3 mt-4">
<strong class="text-white">4.8 <small class="ms-2">Rating</small></strong>
<div class="reviews-group ms-auto">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline-container timeline-container-right">
<div class="timeline-content">
<div class="reviews-block">
<div class="reviews-block-image-wrap d-flex align-items-center">
<img src="images/yusrizal.jpeg" class="reviews-block-image img-fluid" alt="">
<div class="">
<h6 class="text-white mb-0">Yusrizal Fikri</h6>
<em class="text-white"> Customers</em>
</div>
</div>
<div class="reviews-block-info">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="d-flex border-top pt-3 mt-4">
<strong class="text-white">4.9 <small class="ms-2">Rating</small></strong>
<div class="reviews-group ms-auto">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="timeline-container timeline-container-left">
<div class="timeline-content">
<div class="reviews-block">
<div class="reviews-block-image-wrap d-flex align-items-center">
<img src="images/reviews/young-beautiful-woman-pink-warm-sweater-natural-look-smiling-portrait-isolated-long-hair.jpg" class="reviews-block-image img-fluid" alt="">
<div class="">
<h6 class="text-white mb-0">Olivia</h6>
<em class="text-white"> Customers</em>
</div>
</div>
<div class="reviews-block-info">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="d-flex border-top pt-3 mt-4">
<strong class="text-white">4.5 <small class="ms-2">Rating</small></strong>
<div class="reviews-group ms-auto">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section section-padding" id="section_5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<em class="text-white">Say Hello</em>
<h2 class="text-white mb-4 pb-lg-2">Contact</h2>
</div>
<div class="col-lg-6 col-12">
<form action="#" method="post" class="custom-form contact-form" role="form">
<div class="row">
<div class="col-lg-6 col-12">
<label for="name" class="form-label">Name <sup class="text-danger">*</sup></label>
<input type="text" name="name" id="name" class="form-control" placeholder="Nama-Lengkap" required="">
</div>
<div class="col-lg-6 col-12">
<label for="email" class="form-label">Email Address</label>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="masukkan email" required="">
</div>
<div class="col-12">
<label for="message" class="form-label">need help??</label>
<textarea name="message" rows="4" class="form-control" id="message" placeholder="Message" required=""></textarea>
</div>
</div>
<div class="col-lg-5 col-12 mx-auto mt-3">
<button type="submit" class="form-control">Send Message</button>
</div>
</form>
</div>
<div class="col-lg-6 col-12 mx-auto mt-5 mt-lg-0 ps-lg-5">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d508393.28396424605!2d104.67266197403156!3d-5.443896927508348!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e4731e73de35367%3A0xe139f3219649ec86!2sKabupaten%20Pringsewu%2C%20Lampung!5e0!3m2!1sid!2sid!4v1717101672069!5m2!1sid!2sid" width="440" height="500" style="border-radius: 20px ;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12 me-auto">
<em class="text-white d-block mb-4">Where to find us?</em>
<strong class="text-white">
<i class="bi-geo-alt me-2"></i>
Jl.lintas ahmad yani No 16 A, Kab.Pringsewu Kec.Gadingrejo. Desa.Tambakrejo
</strong>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="https://www.instagram.com/patra_dinata" class="social-icon-link bi-instagram">
</a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-whatsapp">
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-12 mt-4 mb-3 mt-lg-0 mb-lg-0">
<em class="text-white d-block mb-4">Contact</em>
<p class="d-flex mb-1">
<strong class="me-2">Phone:</strong>
<a href="tel: 857 8822 9884" class="site-footer-link">
(+62)
857 8822 9884
</a>
</p>
<p class="d-flex">
<strong class="me-2">Email:</strong>
<a href="mailto:[email protected]" class="site-footer-link">
hello@[email protected]
</a>
</p>
</div>
<div class="col-lg-5 col-12">
<em class="text-white d-block mb-4">Opening Hours.</em>
<ul class="opening-hours-list">
<li class="d-flex">
Monday-Saturday
<span class="underline"></span>
<strong>18:00 - 01.00 Wib</strong>
</li>
<li class="d-flex">
Sunday
<span class="underline"></span>
<strong>Closed</strong>
</li>
</ul>
</div>
<div class="col-lg-7 col-12 mt-4">
<p class="copyright-text mb-0">Copyright © Patra Dinata 2024
- Design: <a rel="sponsored" href="https://www.instagram.com/patra_dinata" target="_blank">Instagram</a></p>
</div>
<div class="col-lg-5 col-12 mt-4">
<p class="text mb-0">Belajar Web Programming sangat mudah bukan <strong>Bukan</strong></p>
</div>
</div>
</footer>
</main>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/vegas.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>