-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (178 loc) · 6.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- add fav icon -->
<link
rel="shortcut icon"
href="https://cdn-icons-png.flaticon.com/512/1037/1037762.png"
type="image/x-icon"
/>
<!-- font-awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- styles -->
<link rel="stylesheet" href="./styles/style.css" />
<title>Restaurant Website</title>
</head>
<body>
<div class="content">
<!-- start header section -->
<div class="header" id="header">
<nav>
<img src="./assets/logo-dark.png" alt="" class="logo" />
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#special">special</a></li>
<li><a href="#menu">menu</a></li>
<li><a href="#events">events</a></li>
<li><a href="#contact-us">contact us</a></li>
</ul>
<i class="fa-solid fa-bars"></i>
</nav>
</div>
<!-- end header section -->
<!-- start home section -->
<section class="home" id="home">
<div class="content">
<h2>IT IS GOOD TIME FOR THE GREATE TASTE OF BURGER</h2>
<p>BURGER<span> WEEK</span></p>
</div>
<img src="./assets/header.png" alt="" draggable="false" />
</section>
<!-- end home section -->
<!-- start special section -->
<section class="special" id="special">
<div class="card">
<p>TRY IT OUT TODAY</p>
<h4>MOST POPULAR BURGER</h4>
</div>
<div class="card">
<p>TRY IT OUT TODAY</p>
<h4>MORE FUN<br />MORE TASTE</h4>
</div>
<div class="card">
<p>TRY IT OUT TODAY</p>
<h4>FRESH & CHILI</h4>
</div>
</section>
<!-- end special section -->
<!-- start menu section -->
<section class="menu" id="menu">
<p>ALWAYS TASTEY BURGER</p>
<h1>CHOOSE & ENJOY</h1>
<span>
Whether you crave classic flavors or daring combinations, this is
where your culinary journey begins. Indulge your cravings and savor
every bite as you create your personalized burger experience with
Burger Company.
</span>
<div class="cards">
<div class="card">
<img src="./assets/order-1.png" alt="" draggable="false" />
<h2>Chicken Burger</h2>
<p>
Sink your teeth into the timeless perfection of our Chicken
Burger, an experience that never goes out of style.
</p>
<button>ORDER NOW</button>
</div>
<div class="card">
<img src="./assets/order-2.png" alt="" draggable="false" />
<h2>Veggie Delight Burger</h2>
<p>
Embrace the vibrant flavors of our Veggie Delight Burger, a
celebration of freshness and wholesome goodness.
</p>
<button>ORDER NOW</button>
</div>
<div class="card">
<img src="./assets/order-3.png" alt="" draggable="false" />
<h2>BBQ Bacon Burger</h2>
<p>
Indulge in a symphony of smoky, savory flavors with our BBQ Bacon
Burger, grilled and topped with crispy bacon.
</p>
<button>ORDER NOW</button>
</div>
</div>
</section>
<!-- end menu section -->
<!-- start event section -->
<section class="event" id="events">
<div class="card">
<div class="details">
<h2>Discover</h2>
<h1>UPCOMING EVENTS</h1>
<p>
From exclusive burger tastings and chef collaborations to
community outreach initiatives and seasonal celebrations, there's
always something special on the horizon at Burger Company. Be the
first to know about our upcoming events, promotions, and
gatherings as we continue to bring joy and flavor to our cherished
customers. Join us in creating memorable moments and delicious
memories together!
</p>
</div>
<img src="./assets/event.png" alt="" draggable="false" />
</div>
</section>
<!-- end event section -->
<!-- start contact us section -->
<section class="contactus" id="contact-us">
<img src="./assets/reservation-bg-1.png" alt="" draggable="false" />
<img src="./assets/reservation-bg-2.png" alt="" draggable="false" />
<h3>RESERVATION</h3>
<h1>BOOK YOUR TABLE</h1>
<form action="/">
<input type="text" placeholder="NAME" />
<input type="email" placeholder="EMAIL" />
<input type="date" placeholder="DATE" />
<input type="time" placeholder="TIME" />
<input type="number" placeholder="PEOPLE" min="1" />
<button class="btn" type="submit">FIND TABLE</button>
</form>
</section>
<!-- end contact us section -->
<!-- start footer section -->
<section class="footer" id="footer">
<div class="content">
<img src="./assets/logo-white.png" alt="" draggable="false" />
<div class="details">
<p>
Welcome to Burger Company, where passion for exceptional food and
genuine hospitality come together. Our story is one of dedication
to crafting the perfect burger experience, from sourcing the
finest ingredients to delivering unparalleled taste in every bite.
</p>
</div>
<div class="info">
<p>
<i class="fa-solid fa-location-dot"></i>MG Road, Bangalore, 500089
</p>
<p><i class="fa-solid fa-envelope"></i>[email protected]</p>
<div class="social">
<a href=""> <i class="fa-brands fa-facebook"></i> </a>
<a href=""> <i class="fa-brands fa-instagram"></i> </a>
<a href=""> <i class="fa-brands fa-twitter"></i> </a>
<a href=""> <i class="fa-brands fa-linkedin"></i> </a>
</div>
</div>
<p class="Copyright">
Copyright © 2024 <a href="">alirafatartist</a>. All rights reserved.
</p>
</div>
</section>
<!-- end footer section -->
</div>
<!-- scripts -->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="./scripts/main.js"></script>
</body>
</html>