-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
693 lines (562 loc) · 37.3 KB
/
index.html
File metadata and controls
693 lines (562 loc) · 37.3 KB
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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!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">
<title>Tuscan Table Ristorante</title>
<!--========== BOX ICONS ==========-->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/pexels-magda-ehlers-1331734.jpg" type="image/x-icon">
<!--=============== REMIX ICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- =============== SWIPER CSS ===============-->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="#" class="nav__logo">The Tuscan Table</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active-link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">Our Story</a></li>
<li class="nav__item"><a href="#menu" class="nav__link">Menu</a></li>
<li class="nav__item"><a href="#Market" class="nav__link">Market</a></li>
<li class="nav__item"><a href="#services" class="nav__link">Reserve a Table</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact Us</a></li>
<li><i class='bx bx-moon change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--========== HOME ==========-->
<section class="home" id="home">
<div class="home__container bd-container bd-grid">
<img src="assets/img/tuscantable-white-trans-08 copy.png" alt="" class="home__img">
</div>
<div class="intro_wrapper">
<h3 class="intro_info">Happy Holiday’s! Your cozy family-owned Italian eatery where tradition and love for great food come together is excited to announce that we’re now open Fridays, Saturdays, and Sundays.
Come visit us this weekend, and let us bring a taste of Italy to your table! Buon Appetito!
</h3>
<h2 class="intro_CTA">Welcome! Your table is waiting.
</h2>
<div>
<a href="#services"
class="button">Click for Reservations</a>
</div>
</div>
</section>
<!--========== ABOUT/Our Story ==========-->
<section class="about section bd-container" id="about">
<span class="section-subtitle about__initial">The Story of Us</span>
<div class="about__container bd-grid">
<div class="about__data">
<img src="assets/img/Mama_Lu.jpg" alt="" class="about__img">
<h2 class="section-title about__initial">Our concept </h2>
<div class="about_ma">
<p class="about__description">At the Tuscan Table, we do things with heart. We’re about enjoying delicious food in a relaxed and welcoming atmosphere—no pretension, just honest, flavorful meals and the kind of company you’ll feel right at home with.
<br><br>
A supper club is a place to get a great meal while being in even better company. We’re here to offer a welcoming environment as you share an unforgettable dining experience with the ones you care about the most.
<br><br>
Each month, Chef Tony Lepore, an Italian American, creates a set menu that rotates Monthly. For $45 per person, you get a full meal—everything from bread and appetizers to soup, salad, entrée, dessert, coffee, and drinks. (Don’t worry, we’re Italian—no one leaves hungry!) Please note, this price doesn’t include tax or gratuity.
<br><br>
Our goal is to make sure you feel like you’re part of our family. So come on in, pull up a chair, and let us take care of you. We can’t wait to share a memorable meal with you.
</p>
<br><br>
<div class="about_pic">
<img src="assets/img/pastahome.jpg" alt="" class="about__img">
</div>
</div>
<h2 class="section-title about__initial">Meet The Chef <br> Tony Lepore </h2>
<div class="about__chef">
<img src="assets/img/chef_tony.png" alt="" class="about__img_main">
<p class="about__description"> Chef Tony Lepore blends the timeless flavors of Italy with a touch of rustic elegance. Every dish is a reflection of his deep passion for Italian cuisine, from the freshest ingredients to the love and care that goes into every recipe.
<br><br>Using the time-honored techniques of Italian cuisine Chef Tony creates dishes that feel both familiar and exciting. From homemade pasta to generations-old family recipes, each plate is a labor of love meant to bring you closer to the heart of Italy.
<br><br> Join us and savor the flavors of Italy. Here at The Tuscan Table, you’re not just a guest-you’re part of the family.
</p>
</div>
<italics class="saying">Dalla nostra tavola alla tua // From our table to yours.
</italics>
</div>
</div>
</section>
<!--========== Photo swiper ==========-->
<main class="main">
<section class=" popular section" id="popular">
<div class="container">
<span class="section__subtitle">Here at</span>
<h2 class="section__title">
The Tuscan Table<span>.</span>
</h2>
<div class="popular__container swiper">
<div class="swiper-wrapper">
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Angel Hair Pasta
</h3>
<img src="assets/img/angelhair.jpg" alt="angel hair" class="popular__img">
<div class="popular__data">
<p class="popular__description">
Handmade Angel hair pasta made fresh to order!
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Chicken Alfredo
</h3>
<img src="assets/img/chickenbroccolialfredo.jpg" alt="chicken broccoli alfredo" class="popular__img">
<div class="popular__data">
<p class="popular__description">
This dish features succulent chicken, and crisp broccoli with a creamy rich cheese sauce, it's perfect to top any style of pasta.
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Apple Cake
</h3>
<img src="assets/img/applecake.jpeg" alt="apple cake" class="popular__img">
<div class="popular__data">
<p class="popular__description">
One of our most popular desserts is this amazing spiced apple cake that comes drizzled with a warm caramel sauce.
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Fresh Baked Bread
</h3>
<img src="assets/img/freshbakedbread.jpeg" alt="fresh baked bread" class="popular__img">
<div class="popular__data">
<p class="popular__description">
We bake our bread fresh every day.
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Charcuterie
</h3>
<img src="assets/img/charcuterie.jpg" alt="charcuterie" class="popular__img">
<div class="popular__data">
<p class="popular__description">
The best assortment of cheeses, cured salumi and savory olives.
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Cavatelli
</h3>
<img src="assets/img/cavatelli.jpg" alt="cavatelli" class="popular__img">
<div class="popular__data">
<p class="popular__description">
This is a classic dish with fresh pasta and a savory rich red sauce.
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Capellini
</h3>
<img src="assets/img/capellini.jpeg" alt="capellini" class="popular__img">
<div class="popular__data">
<p class="popular__description">
Fresh pasta is what we do best!
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Purple Garlic
</h3>
<img src="assets/img/garlic.jpeg" alt="garlic" class="popular__img">
<div class="popular__data">
<p class="popular__description">
Real Italian's know that using purple garlic gives you the best flavor.
</p>
</div>
</article>
<article class="popular__card swiper-slide">
<h3 class="popular__title">
Shrimp Scampi
</h3>
<img src="assets/img/shrimpscampi.jpeg" alt="shrimp scampi" class="popular__img">
<div class="popular__data">
<p class="popular__description">
Hey! Forgethabbooit this Shrimp Scampi is crazy good!
</p>
</div>
</article>
</div>
<div class="swiper_buttons">
<div class="swiper-button-next">
<i class='bx bx-chevron-right'></i>
</div>
<div class="swiper-button-prev">
<i class='bx bx-chevron-left'></i>
</div>
</div>
</div>
</div>
</section>
</main>
<!--========== MENU ==========-->
<section class="menu section bd-container" id="menu">
<span class="section-subtitle">To Eat</span>
<h2 class="section-title">Our Featured Rotating Monthly Menu for January</h2>
<div class="menus__container bd-grid">
<div class="menus">
<img src="assets/img/Jan_2025_menu_website.svg" alt="" class="menu__info">
</div>
</div>
</section>
<!--========== Store ==========-->
<section class="menu section bd-container" id="menu">
<span class="section-subtitle">La Piazza</span>
<h2 class="section-title">Market Place (To Come Soon)</h2>
<div class="menu__container bd-grid">
<div class="menu__content">
<img src="assets/img/pesto.png" alt="" class="menu__img">
<h3 class="menu__name">Pasta Sauce</h3>
<span class="menu__detail">homemade pesto</span>
<span class="menu__price">To Come Soon</span>
</div>
<div class="menu__content">
<img src="assets/img/pastapackage.png" alt="" class="menu__img">
<h3 class="menu__name">Rigatoni Pasta</h3>
<span class="menu__detail">homemade pasta</span>
<span class="menu__price">To Come Soon</span>
</div>
<div class="menu__content">
<img src="assets/img/linguine.png" alt="" class="menu__img">
<h3 class="menu__name">Linguine Pasta</h3>
<span class="menu__detail">homemade pasta</span>
<span class="menu__price">To Come Soon</span>
</div>
</div>
</section>
<!--===== Reserve a Table =======-->
<section class="app section bd-container" id="services">
<div class="app__container bd-grid">
<div class="app__data">
<span class="section-subtitle app__initial">Reservations</span>
<h2 class="section-title app__initial">Please fill out the form <br> below to book a table</h2>
<div class="contactForm_Box">
<div class="contactForm">
<h3>Make a Reservation</h3>
<form action="https://formsubmit.co/tuscantable2023@gmail.com" method="POST">
<input type="hidden" name="_subject" value="New Reservation">
<div class="inputBox">
<input type="text" name="Name" placeholder="Name" required>
</div>
<div class="inputBox">
<input type="text" name="Phone Number" placeholder="Phone Number" required>
</div>
<div class="inputBox">
<input type="text" name="Party Size" placeholder="How many in your party?" required>
</div>
<div class="inputBox">
<input type="text" name="Date" placeholder="Date (Sundays Only)" required>
</div>
<div class="inputBox">
<input type="text" name="Time" placeholder="Reservation time" required>
</div>
<div class="inputBox">
<input type="email" name="Email" placeholder="Email" required>
</div>
<div class="inputBox">
<textarea placeholder="Message" name="Message"></textarea>
</div>
<div class="inputBox">
<button type="submit" class="button">Send</button>
</div>
<p>Please allow 2/3 seconds after you hit send for the website to redirect, then you will receive confirmation that your form was submitted successfully. Thank you! </p>
</div>
</div>
</form>
</div>
<div class="res__description_wrapper">
<div class="res__description"> We offer a rotating pre-set menu created by our own Chef Tony Lepore, featuring the best in Italian-American cooking. For just $45 per person, you’ll enjoy a delicious meal that includes bread, appetizers, soup, salad, entrée, dessert, coffee, and drinks. Please note, that tax and gratuity are not included in the base price.
<br><br>
Our atmosphere is carefully curated for an adult clientele. If you plan to bring someone under 21, please let us know ahead of time, and we’ll do our best to accommodate.
<br><br>
As a small business, we ask that you notify us as soon as possible if you need to cancel or make any changes to your reservation. This helps us ensure a high-quality experience while keeping our prices affordable. Chef Tony is committed to serving only the freshest ingredients, which is why we can’t accept last-minute reservations.
<br><br>
If you make an online reservation request, please allow us 24 hours to confirm. Thanks so much for your patience.
<br><br>
we appreciate your understanding and we can’t wait to have you join us!
</p>
<br><br>
</div>
</div>
</section>
<!--==================== QUESTIONS ====================-->
<div class="question__wrapper">
<div class="contact_pic">
<img src="assets/img/pexels-anna-guerrero-2998943 copy.jpg" alt="" class="contact__img">
</div>
<section class="questions section" id="faqs">
<h2 class="section__title-center questions__title container">
COMMONLY ASKED QUESTIONS
</h2>
<div class="questions__container container grid">
<div class="questions__group">
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
How Does It Work?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
You can call, text, or fill out our online form to make a reservation. Give us the important information like: Your name, how many are in your party, what time and day you’d like to join us, whether you’re celebrating anything, and if you have any allergens. We will follow up with you shortly, give us at least 24 hours to confirm your reservation. We look forward to hosting you and your family.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
What’s Included In The Menu Price?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
We serve a pre-set menu that rotates monthly created by Italian American Chef Tony Lepore. The entire menu of bread, appetizers, soup, salad, entree, dessert, coffee, and drink is $45.00 per person, this does not include tax or gratuity. (We’re Italian I promise you will not leave hungry. )
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Is Gratuity Included?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Gratuity is not included in the menu price but is greatly appreciated by our hard-working staff. Our Front of house manager is Tony’s wife Tracey. She works super hard both as the star of the floor and behind the scenes organizing all the reservations.
</p>
</div>
</div>
<div class="questions__group">
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Can You Accommodate People With Gluten Allergens or Sensitivity?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Given enough time, we can accommodate allergens although, with the nature of a working kitchen, we can not guarantee any issues with severe allergens, cross contact is always a concern. Rest assured we will do our best to keep you safe and happy.
Gluten-sensitive people might not have issues with our pasta. We source our semolina flour directly from Italy and find that most people who have had a bad experience with gluten don’t experience the same issues with our pasta.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Do You Offer Wine Or Spirits?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Currently, we do not. However, soon we will be offering an amazing selection of wine and beer. In the meantime feel free to include in your reservation that you would like to bring in your own bottle.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Can I Bring My Child/Children?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
We can accommodate well-behaved and adventurous eaters as long as we are informed beforehand.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Do You Offer Catering?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Yes and no, we currently don’t do in-person off-site catering but If you would like to order ahead of time an entire cake or a sheet pan of our amazing lasagna we can certainly do that for you.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Can I Host An Event In Your Space?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
We would love to host a large event for you given the appropriate time to make all the arrangements. Reach out to us personally for more details if this is something you’re interested in.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<!--========== Reviews <input type="submit" value="Send"> ==========-->
<section class=" services section bd-container">
<span class="section-subtitle">Reviews</span>
<div class="services__container bd-grid">
<div class="services__content">
<h3 class="services__title">Excellent food</h3>
<p class="services__description">We offer our guests excellent quality ingredients that make the most delicious food in the city.</p>
</div>
<div class="services__content">
<h3 class="services__title">Great Atmosphere</h3>
<p class="services__description">A warm environment with an even friendlier staff. You'll receive genuine hospitality and be treated like a real family.</p>
</div>
<div class="services__content">
<h3 class="services__title">Amazing Value</h3>
<p class="services__description">Homemade classic dishes grandmothers create, filled with love, all for a reasonable price.</p>
</div>
</div>
<div class="news__wrapper">
<h2 class="section-title about__initial news_title">Explore More About Us</h2>
<div>
<a href="https://www.greenfieldreporter.com/2023/08/04/tuscan-table-chef-celebrates-italian-roots-through-new-restaurant/"
class="button news__buttons">Greenfield Reporter</a>
</div>
<div>
<a href="https://www.hancockedc.com/news-center/p/item/52961/new-italian-restaurant-opens-in-greenfield
"
class="button news__buttons">Hancock News</a>
</div>
<div>
<a href="https://www.google.com/maps/place/Tuscan+Table+Ristorante/@39.7825142,-85.7788106,17z/data=!3m1!4b1!4m6!3m5!1s0x886b311c8dee4b6f:0x526f936c1d213f95!8m2!3d39.7825142!4d-85.7762357!16s%2Fg%2F11vds3s0mz?entry=ttu "
class="button news__buttons">Google Maps</a>
</div>
</div>
</section>
<div class="chat_pic">
<img src="assets/img/pexels-fauxels-3184183.jpg" alt="" class="chat__img">
</div>
<!--========== CONTACT US ==========-->
<section class="contact section bd-container" id="contact">
<div class="contact__container bd-grid">
<div class="contact__data">
<span class="section-subtitle contact__initial">Let's talk</span>
<h2 class="section-title contact__initial">Contact us</h2>
<p class="contact__description">If you would like to reserve a table with us or book a private event, please fill out the reservation form and we will get back to you shortly.</p>
</div>
<!--== HOURS====-->
<section class="hours" id="hours">
<div class="content">
<div class="row_hours">
<div class="col50">
<h2 class="titleText"><span>H</span>ours</h2>
<br><b>
<p> Friday
<br><b>Saturday
<br><b>Sunday
<br><b>5pm-9pm
<br><b>
<br><b>By
<br><b>Reservation
<br><b>Only
</p>
</div>
<div class="col50">
<h2 class="titleText"><span>V</span>isit Us</h2>
<p>275 Center St
<br> Greenfield, IN 46140
</p>
</div>
<div class="col50">
<h2 class="titleText"><span>C</span>all Us</h2>
<p>317.740.5474
</p>
</div>
</div>
</section>
<div class="contact__button">
<a href="#services" class="button">Contact us now</a>
</div>
</div>
</section>
</main>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">The Tuscan Table Ristorante</a>
<span class="footer__description">Follow Us on social media!</span>
<div>
<a href="https://www.facebook.com/thetuscantableristorante/" class="footer__social"><i class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/tuscan_table_ristorante/" class="footer__social"><i class='bx bxl-instagram'></i></a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Services</h3>
<ul>
<li><a href="#contact" class="footer__link">Catering</a></li>
<li><a href="#contact" class="footer__link">Private Events</a></li>
<li><a href="#menu" class="footer__link">Menu</a></li>
<li><a href="#services" class="footer__link">Reserve your spot</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Reach Out</h3>
<ul>
<li><a href="#services" class="footer__link">Book an event</a></li>
<li><a href="#contact" class="footer__link">Contact us</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Contact</h3>
<ul>
<li>Address</li>
<li>The Tuscan Table</li>
<li>275 Center St
<br> Greenfield, IN 46140</li>
<br>
<li>Phone</li>
<li>317.740.5474 </li>
<br>
<li>Email</li>
<li>tuscantable2023@gmail.com</li>
</ul>
</div>
</div>
<p class="footer__copy">© 2023 All right reserved. Designed By Rachel Glasgow</p>
</footer>
<!--ADDED***** ========== SWIPER JS ==========-->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
</body>
</html>