-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
562 lines (481 loc) · 21.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Thoughtfully Sweet- Index</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logoblack.png" rel="icon">
<link href="assets/img/logoblack.png" rel="logoblack">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Restaurantly - v1.1.0
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex">
<div class="languages">
<ul>
<li>En</li>
<li><a href="#">De</a></li>
</ul>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<a href="index.html" class="logo mr-auto"><img src="assets/img/T_S_logo_white.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#menu">Menu</a></li>
<li><a href="#specials">Specials</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#gallery">Gallery</a></li>
<li class="book-a-table text-center"><a href="#book-a-table">Order Now</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container position-relative text-center text-lg-left" data-aos="zoom-in" data-aos-delay="100">
<div class="row">
<div class="col-lg-8">
<h1>Welcome to <span>Thoughtfully Sweet</span></h1>
<h2>Share a thought with those you love the most!</h2>
<div class="btns">
<a href="#menu" class="btn-menu animated fadeInUp scrollto">Our Menu</a>
<a href="#book-a-table" class="btn-book animated fadeInUp scrollto">Make An Order</a>
</div>
</div>
<div class="col-lg-4 d-flex align-items-center justify-content-center" data-aos="zoom-in" data-aos-delay="200">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="zoom-in" data-aos-delay="100">
<div class="about-img">
<img src="assets/img/aboutme.jpg" alt="">
</div>
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content">
<h3>The hands behind it all.</h3>
<p class="font-italic">
Hello! My name is Yazmin Padilla, I am from East Oakland, California and am currently a sophmore at Stanford.
I started Thoughtfully Sweet for three main reasons. </p>
<ul>
<li><i class="icofont-check-circled"></i> As a creative outlet for myself.</li>
<li><i class="icofont-check-circled"></i> To support myself financially throughout college.</li>
<li><i class="icofont-check-circled"></i> To meet others and spread some joy!</li>
</ul>
<p>
Thank you for your support! Please reach out if you have any questions or concerns!
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Why Us Section ======= -->
<section id="why-us" class="why-us">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Why Us</h2>
<p>Why Choose Thoughtfully Sweet</p>
</div>
<div class="row">
<div class="col-lg-4">
<div class="box" data-aos="zoom-in" data-aos-delay="100">
<span>01</span>
<h4>Customize Your Order!</h4>
<p>Is your partner into Harrypotter? Did your friend just turn 25? You can choose from premade designs or completely customize your order and theme!</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="zoom-in" data-aos-delay="200">
<span>02</span>
<h4>Pick-up and Delivery available</h4>
<p>Located in East Oakland and Stanford campus, delivery and pickup is available to the Stanford and Oakland areas.</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="zoom-in" data-aos-delay="300">
<span>03</span>
<h4> Handcrafted</h4>
<p>Everything is handcrafted with attention to detail!</p>
</div>
</div>
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= Menu Section ======= -->
<section id="menu" class="menu section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Menu</h2>
<p>Sweet Treats</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="menu-flters">
<li data-filter="*" class="filter-active"></li>
</ul>
</div>
</div>
<div class="row menu-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-6 menu-item ">
<img src="assets/img/12strawberries.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">A Dozen Chocolate Strawberries - Simple</a><span>$22</span>
</div>
<div class="menu-ingredients">
Two colors, 2 toppings. Lettering is an additional $2
</div>
</div>
<div class="col-lg-6 menu-item ">
<img src="assets/img/6strawberries.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Half A Dozen Chocolate Strawberries - Simple</a><span>$11</span>
</div>
<div class="menu-ingredients">
Two colors, 2 toppings. Lettering is an additional $2
</div>
</div>
<div class="col-lg-6 menu-item ">
<img src="assets/img/strawboque.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Strawberry Bouquet</a><span>$24</span>
</div>
<div class="menu-ingredients">
Two colors, 2 toppings. Adding flowers of your choice at an additional amount.
</div>
</div>
<div class="col-lg-6 menu-item ">
<img src="assets/img/peanutapples.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Candy Apples</a><span>$5</span>
</div>
<div class="menu-ingredients">
Each apple is dipped and decorated by toppings of your choice.
</div>
</div>
<div class="col-lg-6 menu-item ">
<img src="assets/img/cakepops.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Half a Dozen Mini Cakepops</a><span>$25</span>
</div>
<div class="menu-ingredients">
Two colors, 2 toppings. Lettering is an additional $2
</div>
</div>
<div class="col-lg-6 menu-item ">
<img src="assets/img/pinkheart.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Breakable Chocolate Heart & Mallet</a><span>$30</span>
</div>
<div class="menu-ingredients">
Filled with 4 chocolate covered stawberries or your own gift. Can add additonal sweets.
</div>
</div>
</div>
</div>
</section><!-- End Menu Section -->
<!-- ======= Specials Section ======= -->
<section id="specials" class="specials">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Specials</h2>
<p>Check Out Our Seasonal Specials</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-3">
<ul class="nav nav-tabs flex-column">
<li class="nav-item">
<a class="nav-link active show" data-toggle="tab" href="#tab-1">Hot Cocoa Bombs!</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#tab-2">Pumpkin Spice Cake pops!</a>
</li>
</ul>
</div>
<div class="col-lg-9 mt-4 mt-lg-0">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Hot Cocoa Bombs</h3>
<p class="font-italic">Ready to bring some warmth and sweetness to your winter!</p>
<p>Filled with chocolate and marshmallows in a chocolate ball, add some warm milk and get ready for some hot chocolate! You can mix and match flavors, including pepermints and Mexican chocolate. $4 each.</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="assets/img/hotcocoabombs.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Pumpkin Spice Cake Pops</h3>
<p class="font-italic">Pumpkin Spice cake, the best way to say goodbye to fall!</p>
<p>The perfect taste of pumpkin and spice inside our creamy chocolate. No additional costs!</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="assets/img/ghost pops.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Specials Section -->
<!-- ======= Events Section ======= -->
<section id="events" class="events">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Events</h2>
<p>Catering for your events!</p>
</div>
<div class="owl-carousel events-carousel" data-aos="fade-up" data-aos-delay="100">
<div class="row event-item">
<div class="col-lg-6">
<img src="assets/img/event1.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3> Small Party Platter</h3>
<div class="price">
<p><span>$95</span></p>
</div>
<p class="font-italic">
Any color and any design! Lettering included.
</p>
<ul>
<li><i class="icofont-check-circled"></i> 24 Chocolate Strawberries</li>
<li><i class="icofont-check-circled"></i> 12 Cake Pops</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="assets/img/event2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Large Party Platter</h3>
<div class="price">
<p><span>$155</span></p>
</div>
<p class="font-italic">
Any color and any design! Lettering included.
</p>
<ul>
<li><i class="icofont-check-circled"></i> 24 Chocolate Strawberries</li>
<li><i class="icofont-check-circled"></i> 12 Cake pops</li>
<li><i class="icofont-check-circled"></i> 12 Candy apples</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="assets/img/specialevent.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Custom Parties</h3>
<div class="price">
<p><span>Pricing to be discussed</span></p>
</div>
<p class="font-italic">
Mix and match to create your own party package!
</p>
</div>
</div>
</div>
</div>
</section><!-- End Events Section -->
<!-- ======= Make An Order Section ======= -->
<section id="book-a-table" class="book-a-table">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Order</h2>
<p>Place your order</p>
</div>
<form action="forms/book-a-table.php" method="post" role="form" class="php-email-form" data-aos="fade-up" data-aos-delay="100">
<div class="form-row">
<div class="col-lg-4 col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group">
<input type="text" class="form-control" name="phone" id="phone" placeholder="Your Phone" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group">
<input type="text" name="date" class="form-control" id="date" placeholder="Date Order is Needed" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="What is your order?"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your Order request was sent. We will call back or send a message soon to confirm your order. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Place Order</button></div>
</form>
</div>
</section>
<!-- =====End Make An Order Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Gallery</h2>
<p>Some photos from Our orders</p>
</div>
</div>
<div class="container-fluid" data-aos="fade-up" data-aos-delay="100">
<div class="row no-gutters">
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/harrypotterheart.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/harrypotterheart.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/amongus.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/amongus.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/genderreaveal.JPG" class="venobox" data-gall="gallery-item">
<img src="assets/img/genderreaveal.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/6strawberries.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/6strawberries.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/ghost pops.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/ghost pops.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/strawberrycrunch.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/strawberrycrunch.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/candyStrawberries.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/candyStrawberries.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="assets/img/simplestrawberries.jpg" class="venobox" data-gall="gallery-item">
<img src="assets/img/simplestrawberries.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
</section><!-- End Gallery Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>Thoughtfully Sweet</h3>
<p>
<strong>Phone:</strong> +1 510 30973 54<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Thoughtfully Sweet</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/restaurantly-restaurant-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="bx bx-up-arrow-alt"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>