-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Restaurant</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<header>
<video autoplay muted loop>
<source src="Restaurant video.mp4" type="video/mp4">
</video>
<div class="header-content">
<p class="restaurant-name">Dine Divine</p>
<p class="tagline">Hundreds of flavours under one roof.</p>
<br>
<button>Reserve Now</button>
</div>
</header>
<div class="food-items">
<div>
<p class="special-items">Our Specials: Crafted with Love and Care</p>
</div>
<br>
<img src="india-food-sambar.jpg" alt="Sambar">
<p class="food-name">Sambar</p>
<img src="Butter Chicken.jpg" alt="Sambar">
<p class="food-name">Butter Chicken</p>
<img src="Dal tadka.jpg" alt="Sambar">
<p class="food-name">Dal tadka</p>
<img src="Paratha.jpg" alt="Sambar">
<p class="food-name">Paratha</p>
</div>
<div class="about-dabba">
<p class="About-us">About us</p>
<p class="sodhi">Welcome to Dine Divine, where culinary passion meets unforgettable dining experiences. Nestled in the heart of Hyderabad, our restaurant is a haven for food lovers who crave exceptional flavors, warm hospitality, and a cozy ambiance.</p>
<p class="sodhi">At Dine Divine, we believe that every meal should be a celebration. Our chefs use the freshest ingredients, sourced locally and sustainably whenever possible, to craft dishes that blend traditional recipes with innovative techniques. From hearty classics to modern gastronomic creations, our menu caters to all palates, ensuring that every bite is a delight.</p>
<p class="sodhi">Thank you for choosing Dine Divine. We look forward to welcoming you and making your time with us memorable.</p>
</div>
</body>
</html>