-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (167 loc) · 7.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css"/>
<title>Burger-Time</title>
<link rel="icon" type="image/png" sizes="16x16" href="/assets/bur.png">
</head>
<body>
<header class="header">
<nav>
<div class="nav_header">
<div class="nav_logo">
<a href="#">
<img src="assets/logo-dark.png" alt="logo" class="nav_logo-dark">
<img src="assets/logo-white.png" alt="logo" class="nav_logo-white">
</a>
</div>
<div class="nav_menu_btn" id="menu_btn">
<i class="ri-menu-line"></i>
</div>
</div>
<ul class="nav_links" id="nav_links">
<li><a href="#home">HOME</a></li>
<li><a href="#special">SPECIAL</a></li>
<li><a href="#menu">MENU</a></li>
<li><a href="#event">EVENTS</a></li>
<li><a href="#contact">CONTACT US</a></li>
</ul>
</nav>
<div class="section_container header_container" id="home">
<div class="header_image">
<img src="assets/header.png" alt="header">
</div>
<div class="header_content">
<h2>IT IS GOOD TIME FOR THE GRATE TASTE OF BURGER </h2>
<h1>BURGER <br/><span>WEEK</span></h1>
</div>
</div>
</header>
<section class="section_container banner_container" id="special">
<div class="banner_card">
<p>TRY IT OUT TODAY</p>
<h4>MOST POPULAR BURGER</h4>
</div>
<div class="banner_card">
<p>TRY IT OUT TODAY</p>
<h4>MORE FUN <br>MORE TASTE</h4>
</div>
<div class="banner_card">
<p>TRY IT OUT TODAY</p>
<h4>FRESH & CHILI</h4>
</div>
</section>
<section class="section_container order_container" id="menu">
<h3>ALWAYS TASTY BURGER</h3>
<h2 class="section_header">CHOOSE & ENJOY</h2>
<p class="section_description">
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.
</p>
<div class="order_grid">
<div class="order_card">
<img src="assets/order-1.png" alt="order">
<h4>Chicken Burger</h4>
<p> Sink your teeth into the timeless perfection of our Chicken Burger,
an experience that never goes out of style.
</p>
<button class="btn">ORDER NOW</button>
</div>
<div class="order_card">
<img src="assets/order-2.png" alt="order">
<h4>Veggie Delight Burger</h4>
<p> Embrace the vibrant flavors of our Veggie Delight Burger, a
celebration of freshness and wholesome goodness.
</p>
<button class="btn">ORDER NOW</button>
</div>
<div class="order_card">
<img src="assets/order-3.png" alt="order">
<h4>BBQ Bacon Burger</h4>
<p> Indulge in a symphony of smoky, savory flavors with our BBQ Bacon
Burger, grilled and topped with crispy bacon.
</p>
<button class="btn">ORDER NOW</button>
</div>
</div>
</section>
<section class="section_container event_container" id="event">
<div class="event_content">
<div class="event_image">
<img src="assets/event.png" alt="event">
</div>
<div class="event_details">
<h3>Discover</h3>
<h2 class="section_header">UPCOMING EVENTS</h2>
<p class="section_description">
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>
</div>
</section>
<section class="reservation" id="contact">
<div class="section_container reservation_container">
<h3>RESERVATION</h3>
<h2 class="section_header">BOOK YOUR TABLE</h2>
<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" />
<button class="btn" type="submit">FIND TABLE</button>
</form>
</div>
<img src="assets/reservation-bg-1.png" alt="reservation" class="reservation_bg_1"/>
<img src="assets/reservation-bg-2.png" alt="reservation" class="reservation_bg_2"/>
</section>
<footer class="footer">
<div class="section_container footer_container">
<div class="footer_logo">
<img src="assets/logo-white.png" alt="logo">
</div>
<div class="footer_content">
<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>
<ul class="footer_links">
<li>
<span><i class="ri-map-pin-2-fill">Xyz Road,TN</i></span>
</li>
<li>
<span><i class="ri-mail-fill">burger-house@gmail.com</i></span>
</li>
</ul>
<div class="footer_socials">
<a href="#"><i class="ri-facebook-circle-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-whatsapp-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="footer_bar">
Copyright © 2024 vk. All rights reserved.
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="main.js"></script>
</body>
</html>