-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex1 (2).html
182 lines (158 loc) · 6.22 KB
/
index1 (2).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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Berger Hut</title>
<link rel="stylesheet" type="text/css" href="index.css">
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</head>
<body>
<div class="mannn">
<header>
<div class="main">
<div class="logo">
<img class="log" src="iconlogo.png" alt="Berger Hut Logo">
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#menu">Menu</a></li>
<li><a href="#reservations">Reservations</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div></header>
<section class="hero">
<div class="hero-content">
<h1>Welcome to Berger Hut</h1>
<p>Experience the Taste of Perfection</p>
<a href="#menu" id="menu" class="btn"> Explore Our Menu </a>
</div>
</section>
<div class="aboutt" id="about">
<a href="#about" class="about-theme"> <h2>About Berger Hut</h2></a>
<div class="abtcnt"> <p>Experience the finest gourmet burgers in a cozy and<br> rustic atmosphere. At Berger Hut, we are dedicated to<br> delivering exceptional flavors that will tantalize your <br>taste buds.</p>
<p>Our chefs meticulously craft each burger using locally<br> sourced ingredients and unique flavor combinations. <br>From juicy beef patties to mouthwatering vegetarian<br> options, there's something for everyone.</p>
</div>
<a href="#menu" id="menu" class="btn1">Explore Our Menu</a>
<img src="about-image.jpg" class="about-image" alt="About Image">
</div>
<div class="menu" id="menu">
<h2 class="men">Our Menu</h2>
<div class="menu-items">
<div class="menu-item">
<img src="burger1.jpg" alt="Burger 1">
<h3>Classic Cheeseburger</h3>
<p>A juicy beef patty topped with melted <br>cheese, fresh lettuce, tomato, and our<br> special sauce. Served with a side of <br>crispy fries.</p>
</div>
<div class="menu-item">
<img src="burger2.jpg" alt="Burger 2">
<h3>Veggie Delight</h3>
<p>A delicious veggie patty made from a<br> blend of fresh vegetables and spices.<br> Topped with avocado, sprouts, and tangy <br>mayo. Served with a side of sweet potato <br>fries.</p>
</div>
<div class="menu-item">
<img src="burger3.jpg" alt="Burger 3">
<h3>Spicy BBQ Burger</h3>
<p>A fiery burger packed with flavor! Grilled <br>chicken breast smothered in spicy BBQ <br>sauce, topped with jalapenos, crispy <br>onion rings, and chipotle mayo. Served <br>with a side of coleslaw.</p>
</div>
</div>
</div>
<div class="reservations" id="reservations">
<div class="reservation-form"><br><br><br><br>
<h2 class="make">Make a Reservation</h2>
<div class="sep">
<form>
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<input type="tel" name="phone" placeholder="Phone Number" required>
<input type="date" name="date" required>
<input type="time" name="time" required>
<textarea name="message" placeholder="Additional Message" rows="5"></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
</div>
<div class="testimonials"><br><br><br><br><br><br>
<h2 class="what">What Our Customers Say</h2>
<div class="testimonial">
<img src="customer1.jpg" class="cust1" alt="Customer 1">
<p class="mnm">"The burgers at Berger Hut are simply amazing! The flavors are rich, and<br> the ingredients are always fresh. It's my go-to place whenever I'm craving a <br>delicious meal."</p>
<h4 class="mnm">John Doe</h4>
</div>
<div class="testimonial">
<img src="customer2.jpg" class="cust33" alt="Customer 2">
<p class="mnm">"Berger Hut never disappoints! The quality of their burgers and the friendly<br> service make it a top-notch dining experience. I highly recommend it to all<br> burger lovers!"</p>
<h4 class="mnm"><b>Jane Smith</b></h4>
</div>
</div>
<div class="gallery"><br><br><br>
<h2 >Gallery</h2>
<div class="image-grid">
<div class="image-item">
<img src="gallery1.jpg" class="zc" alt="Image 1">
</div>
<div class="image-item">
<img src="gallery2.jpg" class="zc" alt="Image 2">
</div>
<div class="image-item">
<img src="gallery3.jpg" class="zc" alt="Image 3">
</div>
<div class="image-item">
<img src="gallery4.jpg" class="zc" alt="Image 4">
</div>
</div>
</div>
<section class="contact" id="contact"><br><br><br><br>
<div class="contact-container">
<h2 class="cntt">Contact Us</h2>
<div class="contact-info">
<div class="info-item">
<i class="fas fa-map-marker-alt"></i>
<p>123 Main Street, City, Country</p>
</div>
<div class="info-item">
<i class="fas fa-phone-alt"></i>
<p>+1 234 567 890</p>
</div>
<div class="info-item">
<i class="fas fa-envelope"></i>
<p>info@bergerhut.com</p>
</div>
</div>
<form class="contact-form">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" placeholder="Your Message" rows="5" required></textarea>
<button type="submit">Send Message</button><br><br><br>
</form>
</div>
</section>
<footer class="footer"><br><br><br>
<div class="footer-content">
<div class="footer-logo">
<img src="iconlogo.png" class="lgg" alt="Logo">
</div>
<nav class="footer-links">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Menu</a>
<a href="#">Reservations</a>
<a href="#">Testimonials</a>
<a href="#">Gallery</a>
<a href="#">Contact</a>
</nav>
<div class="footer-social">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<p class="footer-text">© 2023 Berger Hut. All rights reserved.</p>
</footer>
</div>
</div>
</body>