-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
258 lines (214 loc) · 9.55 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- zomato logo in the tab -->
<link rel="icon" type="image/x-icon"
href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Zomato_logo.png/220px-Zomato_logo.png" />
<!-- font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- poppins font by google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<!-- importing styles.css -->
<link rel="stylesheet" href="style.css" />
<title>Zomato || Swamithedev</title>
</head>
<body>
<section class="hero-section">
<header>
<nav class="navbar">
<a href="#">Get the App</a>
<div class="navbar-menu-container">
<a href="#" class="link">Inventor Relations</a>
<a href="#" class="link">Add Restaurant</a>
<a href="#" class="link">Login</a>
<a href="#" class="link">Sign Up</a>
<a href="
#" class="user-icon">
<i class="fa-solid fa-user"></i>
</a>
</div>
</nav>
</header>
<div class="hero-section-container">
<img src="images/heroSectionLogo.png" alt="Zomato Logo" class="hero-section-logo">
<h1 class="hero-section-title">Discover the Best Food and Drinks in Mayiladuthurai,TamilNadu</h1>
<div class="hero-section-input-container">
<input class="input-container-location" type="text" placeholder="Near New Bustop">
<input class="input-container-search" type="text"
placeholder="Search for a restaurant, cusine or a dish">
</div>
</div>
</section>
<section class="container we-offer">
<div class="we-offer-card">
<img src="images/item1.png" alt="">
<div class="we-offer-content" style="padding: 5px 20px 20px 20px;">
<h2>Order Online</h2>
<p>Stay home and order to your doorstep</p>
</div>
</div>
<div class="we-offer-card">
<img src="images/item2.png" alt="">
<div class="we-offer-content" style="padding: 5px 20px 20px 20px;">
<h2>Dining</h2>
<p>View the City's Favourite Dining Venue</p>
</div>
</div>
<div class="we-offer-card">
<img src="images/item3.png" alt="">
<div class="we-offer-content" style="padding: 5px 20px 20px 20px;">
<h2>NightLife and Clubs</h2>
<p>Explore the city's top nightlife outlet </p>
</div>
</div>
</section>
<section class="container collections">
<h1>Collections</h1>
<div class="sub-heading-container">
<span>Explore curated lists of top restaurants, cafes, pubs and bars in Mayiladuthurai TamilNadu, based on
trends
</span>
<span>All collections in Mayiladuthurai</span>
</div>
<div class="collections-cards-container">
<div class="card card1">
<div class="overlay"></div>
<div class="content">
<h4>Live Cricket Screening</h4>
<span>58 Places</span>
</div>
</div>
<div class="card card2">
<div class="overlay"></div>
<div class="content">
<h4>Diwali Special</h4>
<span>43 Places</span>
</div>
</div>
<div class="card card3">
<div class="overlay"></div>
<div class="content">
<h4>Newly Opened</h4>
<span>75 Places</span>
</div>
</div>
<div class="card card1">
<div class="overlay"></div>
<div class="content">
<h4>Trending this week</h4>
<span>11 Places</span>
</div>
</div>
</div>
</section>
<section class="container get-the-app">
<div class="semiContainer">
<div class="left">
<img src="images/mobileBanner.png" alt="">
</div>
<div class="right">
<h1>Get the Zomato App</h1>
<p>
We will send you a link. open it on your phone to download the app
</p>
<div class="radio-button-container">
<div>
<input type="radio" id="email" name="download-app">
<label for="email" style="font-size:14px">Email</label>
</div>
<div>
<input type="radio" id="phone" name="download-app">
<label for="phone" style="font-size:14px">Phone</label>
</div>
</div>
<div class="input-container">
<input type="text" placeholder="Email">
<button>Share App Link</button>
</div>
<div class="download-app-container">
<h5>Download App From</h5>
<div class="download-app-icons">
<img src="images/playStore.png" alt="">
<img src="images/appleStore.png" alt="">
</div>
</div>
</div>
</div>
</section>
<footer class="container footer">
<div class="footer-section1">
<img src="images/logo.png" alt="">
<div class="section1-buttoncontainer">
<button>
<img src="https://flagcdn.com/w40/in.png" alt="indian flag" style="width:17px">India
</button>
<button><i class="fa fa-globe"></i>English</button>
</div>
</div>
<div class="navigation-container">
<div class="link-container">
<h5>ABOUT ZOMATO</h5>
<a href="#" class="footer-link">Who we are</a>
<a href="#" class="footer-link">Blogs</a>
<a href="#" class="footer-link">Work with us</a>
<a href="#" class="footer-link">Investor Relation</a>
<a href="#" class="footer-link">Report Fraud</a>
</div>
<div class="link-container">
<h5>ZOMAVERSE</h5>
<a href="#" class="footer-link">Zomato</a>
<a href="#" class="footer-link">Feeding India</a>
<a href="#" class="footer-link">Hyperpure</a>
<a href="#" class="footer-link">Zomaland</a>
</div>
<div class="link-container">
<h5>FOR RESTAURANTS</h5>
<a href="#" class="footer-link">Partner With Us</a>
<a href="#" class="footer-link">Apps for You</a>
<br />
<h5>FOR ENTERPRISES</h5>
<a href="#" class="footer-link">Zomato For Work</a>
</div>
<div class="link-container">
<h5>Learn More</h5>
<a href="#" class="footer-link">Privacy</a>
<a href="#" class="footer-link">Security</a>
<a href="#" class="footer-link">Terms</a>
<a href="#" class="footer-link">SiteMap</a>
</div>
<div class="link-container">
<h5>SOCIAL LINKS</h5>
<div class="social-links-container">
<button><i class="fa-brands fa-linkedin-in"></i></button>
<button><i class="fa-brands fa-instagram"></i></button>
<button><i class="fa-brands fa-twitter"></i></button>
<button><i class="fa-brands fa-youtube"></i></button>
<button><i class="fa-brands fa-facebook"></i></button>
</div>
<br>
<img src="images/appleStore.png" alt="footer appstore logo" class="footer-section-logos">
<img src="images/playStore.png" alt="footer playstore logo" class="footer-section-logos">
</div>
</div>
<div class="disclaimer">
By continuing past this page, you agree to our Terms of Service, Cookie Policy, Privacy Policy and Content
Policies. All trademarks are properties of their respective owners. 2008-2023 © Zomato™ Pvt Ltd. All rights
reserved. <br>
<p style="text-align: center; padding-top: 10px;"> Desgined And Developed by <a
href="https://swamithedev.vercel.app" target="_blank"
style="text-decoration: none;letter-spacing: 1px;">Swamithedev</a>
</p>
</div>
<div class="disclamier" style="margin-top: 10px; text-align: center;padding: 10px;">
</div>
</footer>
</body>
</html>