-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
219 lines (214 loc) · 13.7 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/imgs/logo.png" type="image/icon type">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="/dist/output.css" rel="stylesheet">
<title>Foodie</title>
</head>
<body>
<nav class="flex justify-between px-24 items-center shadow-sm">
<a href="#"><img src="/imgs/logo.png" class="h-8"></a>
<ul class="flex gap-3 font-medium py-5">
<li><a class="hover:text-orange-400 transition duration-300 ease-out" href="#">Menu</a></li>
<li><a class="hover:text-orange-400 transition duration-300 ease-out" href="#">Gallery</a></li>
<li><a class="hover:text-orange-400 transition duration-300 ease-out" href="contactus.html">About</a></li>
<li><a class="hover:text-orange-400 transition duration-300 ease-out" href="">Contact</a></li>
</ul>
<button class="p-2 bg-orange-500 rounded-md text-white hover:bg-orange-600 transition duration-300 ease-out"><a href="">Book a Table</a></button>
<!-- <a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a> -->
</nav>
<div class="overflow-hidden">
<div class="bg-[url(/imgs/background.png)] bg-no-repeat w-full bg-cover bg-lightGrey " data-aos="fade-left" data-aos-duration="1000">
<div class="flex flex-col gap-10 min-h-screen pt-28 ps-24 items-start">
<h2 class="font-bold text-6xl leading-tight" data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom" data-aos-duration="2000">Never go <br> hungry again!</h2>
<h2 class="w-1/3 text-lg text-slate-500" data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom" data-aos-duration="2000">Simply confirm your order and indulge in our mouth watering
dishes delivered fast to your doorstep. Your delectable journey begins here.</h2>
<div class="flex gap-4" data-aos="fade-up"
data-aos-anchor-placement="bottom-bottom" data-aos-duration="2000">
<button
class="p-3 bg-orange-500 rounded-md text-white hover:bg-orange-600 transition duration-300 ease-out shadow-2xl"
type="submit">Order Now</button>
<button class="flex justify-center items-center gap-2 text-orange-600 group" type="submit">
<p>Menu</p>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" aria-hidden="true"
class="h-4 w-4 mt-1 group-hover:translate-x-4 transition duration-300 ease-out">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3">
</path>
</svg>
</button>
</div>
</div>
</div>
</div>
<section class="flex justify-between gap-40 p-24">
<div data-aos="fade-up" data-aos-duration="1000">
<div class="hover:scale-110 transition duration-300 ease-out flex flex-col items-center justify-center">
<img src="/imgs/thumb up.png" alt="thumb" class="h-24 ">
<h3 class="text-slate-700 text-xl font-bold pt-3">No Minimum Order</h3>
<p class="font-normal text-sm pt-2 text-center">Order in for yourself or for the group, with no
restrictions on order value</p>
</div>
</div>
<div data-aos="fade-up" data-aos-duration="1000">
<div class="hover:scale-110 transition duration-300 ease-out flex flex-col items-center justify-center">
<img src="/imgs/tracking.png" alt="thumb" class="h-24 ">
<h3 class="text-slate-700 text-xl font-bold pt-3">Live Order Tracking</h3>
<p class="font-normal text-sm pt-2 text-center">Know where your order is at all times, from the
restaurant to your doorstep</p>
</div>
</div>
<div data-aos="fade-up" data-aos-duration="1000">
<div class="hover:scale-110 transition duration-300 ease-out flex flex-col items-center justify-end">
<img src="/imgs/delivery boy.png" alt="thumb" class="h-24 ">
<h3 class="text-slate-700 text-xl font-bold pt-3">Lightning-Fast Delivery</h3>
<p class="font-normal text-sm pt-2 text-center">Experience foodie's superfast delivery for food
delivered fresh & on time</p>
</div>
</div>
</section>
<section class="flex justify-center items-center gap-40 w-full py-16 bg-lightGrey">
<div class="bg-white shadow-sm rounded-lg overflow-hidden w-80 group" data-aos="fade-up"
data-aos-duration="1000">
<div class="overflow-hidden"><img
class="w-full h-56 object-cover group-hover:scale-110 transition duration-300 ease-in"
src="/imgs/card1.svg" alt="food"></div>
<div class="p-5 flex flex-col gap-2">
<h2 class="text-2xl font-bold text-slate-700">Order food online</h2>
<p class="w-full text-slate-600"> Enjoy the convenience of delicious meals at your fingertips!
</p>
<button
class="flex max-w-fit select-none items-center gap-2 rounded-lg py-3 px-6 text-center align-middle font-sans text-xs font-bold uppercase text-orange-500 transition-all hover:bg-orange-500/10 active:bg-orange-500/30 disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
type="button">
Order now
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" aria-hidden="true" class="h-4 w-4">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3">
</path>
</svg>
</button>
</div>
</div>
<div class="bg-white shadow-sm rounded-lg overflow-hidden w-80 group" data-aos="fade-up"
data-aos-duration="1000">
<div class="overflow-hidden"><img
class="w-full h-56 object-cover group-hover:scale-110 transition duration-300 ease-in"
src="/imgs/card2.svg" alt="food"></div>
<div class="p-5 flex flex-col gap-2">
<h2 class="text-2xl font-bold text-slate-700">Go out for a meal</h2>
<p class="w-full text-slate-600"> Treat yourself to a delightful dining experience!
</p>
<button
class="flex max-w-fit select-none items-center gap-2 rounded-lg py-3 px-6 text-center align-middle font-sans text-xs font-bold uppercase text-orange-500 transition-all hover:bg-orange-500/10 active:bg-orange-500/30 disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
type="button">
Book now
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" aria-hidden="true" class="h-4 w-4">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3">
</path>
</svg>
</button>
</div>
</div>
<div class="bg-white shadow-sm rounded-lg overflow-hidden w-80 group" data-aos="fade-up"
data-aos-duration="1000">
<div class="overflow-hidden"><img
class="w-full h-56 object-cover group-hover:scale-110 transition duration-300 ease-in"
src="/imgs/card3.svg" alt="food"></div>
<div class="p-5 flex flex-col gap-2">
<h2 class="text-2xl font-bold text-slate-700">Night life & Clubs</h2>
<p class="w-full text-slate-600"> Immerse yourself in the vibrant rhythm of the night!
</p>
<button
class="flex max-w-fit select-none items-center gap-2 rounded-lg py-3 px-6 text-center align-middle font-sans text-xs font-bold uppercase text-orange-500 transition-all hover:bg-orange-500/10 active:bg-orange-500/30 disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
type="button">
check now
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" aria-hidden="true" class="h-4 w-4">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3">
</path>
</svg>
</button>
</div>
</div>
</section>
<div class="flex justify-center items-center px-auto py-20 bg-lightGrey">
<div class="w-10/12 ">
<h1 class="text-slate-700 font-bold text-3xl pb-10">Top Restaurant Chains</h1>
<div class="grid grid-cols-5 gap-7 text-slate-400">
<a class="hover:text-black transition duration-300 ease-out" href="https://www.dominos.co.in/" target="_blank"><span>Dominos</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://www.mcdonaldsindia.com/" target="_blank"><span>McDonald’s</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://order.paradisefoodcourt.in/welcome" target="_blank"><span>Paradise Biryani</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://www.subway.com/en-IN/" target="_blank"><span>Subway</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://online.kfc.co.in/" target="_blank"> <span>KFC</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://wowmomos.in/" target="_blank"><span>WOW! momo</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://dunkinindia.com/" target="_blank"><span>Dunkin ‘ Donuts</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://www.eatsure.com/faasos" target="_blank"><span>Faasos</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://www.haldirams.com/" target="_blank"><span>Haldiram’s</span></a>
<a class="hover:text-black transition duration-300 ease-out" href="https://www.behrouzbiryani.com/" target="_blank"><span>Behrouz Biryani</span></a>
</div>
<h1 class="text-slate-700 font-bold text-3xl pb-10 pt-16">Cities We Deliver To</h1>
<div class="grid grid-cols-5 gap-7 text-slate-400">
<span>Goa</span>
<span>Kolkata</span>
<span>Maharashtra</span>
<span>Karnataka</span>
<span>Kochi</span>
<span>Kerela</span>
<span>Agra</span>
<span>Leh</span>
<span>Kota</span>
<span>Patan</span>
<span>Chennai</span>
<span>Hyderabad</span>
<span>Jaipur</span>
<span>New Delhi</span>
<span>Ahmedabad</span>
<span>Rajkot</span>
<span>Surat</span>
<span>Varanasi</span>
<span>Indore</span>
<span>Ranchi</span>
</div>
</div>
</div>
<footer class="w-full 300 pt-5 md:p-0 shadow-md">
<div class="flex justify-between p-0 md:px-28 items-center flex-col-reverse md:flex-row">
<div class="w-[38%] flex justify-around items-center gap-4 py-6 md:gap-6 flex-col-reverse md:flex-row">
<img src="/imgs/logo.png" class="logo text-black text-4xl flex items-center font-bold"></img>
<div class="rounded-full h-[2px] w-12 md:h-12 md:w-[4px] bg-black"></div>
<p class='flex gap-3 items-center'>@ copyright 2023 All Rights Reserved by Foodie</>
</div>
<div class="flex gap-10">
<div class="flex flex-col gap-2">
<ul class='flex gap-6'>
<a href="#" class='hover:scale-110 transition duration-300 ease-out'><i class="text-2xl fa-brands fa-facebook"></i></a>
<a href="#" class='hover:scale-110 transition duration-300 ease-out'><i class="text-2xl fa-brands fa-instagram"></i></a>
<a href="#" class='hover:scale-110 transition duration-300 ease-out'><i class="text-2xl fa-brands fa-twitter"></i></a>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
onPageLoad()
</script>
</body>
</html>