-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (53 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="style.css">
<body>
<nav class="navbar">
<div class="navbar-container container">
<input type="checkbox" name="" id="">
<div class="hamburger-lines">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
<ul class="menu-items">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="food.html">Category</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="testimonials.html">Testimonial</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h1 class="logo">Retreat Restaurant</h1>
</div>
</nav>
<section class="showcase-area" id="showcase">
<div class="showcase-container">
<h1 class="main-title" id="home">Eat Right Food</h1>
<!--<p>Eat Healthy, it is good for our health.</p>
<p>At RS Restaurant, we take pride in serving delicious dishes crafted with love and the freshest ingredients. Whether you're here for a quick bite, a family dinner, or a romantic evening, our cozy ambiance and flavorful menu have something for everyone.</p>
<h3>Why Choose Us?</h3>
<ul>
<li>🌟 <strong>Fresh Ingredients</strong>: We use only the finest, locally sourced ingredients.</li>
<li>🍴 <strong>Diverse Menu</strong>: From classic favorites to unique creations, there's a dish for every taste.</li>
<li>❤️ <strong>Warm Hospitality</strong>: Our team is dedicated to making your dining experience unforgettable.</li>
</ul>
-->
<p>Come savor the taste of excellence and create beautiful memories at Retreat Restaurant.</p>
<a href="menu.html" class="btn btn-primary">Menu</a>
</div>
</section>
</body>
<main>
</main>
<footer id="footer">
<h2>Retreat Restaurant © All Rights Reserved</h2>
<h3>
<p>Website designed by: <span style="color: green;">Anshika, Aditya</span></p>
</h3>
<p>
<a href="https://github.com/Aditya24Rathore/Minor_Project/tree/main" target="_blank" style="text-decoration: none; color: blue;">Source Code</a>
</p>
</footer>
</html>