forked from SuperAayush/Zomato-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Investor-Relation.html
514 lines (415 loc) · 19.9 KB
/
Investor-Relation.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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<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" type="image/png" href="https://b.zmtcdn.com/images/logo/zomato_logo_2017.png">
<title>Investor Relation : Zomato</title>
<link rel="stylesheet" href="investor-relation.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<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=Nunito:wght@300&display=swap" rel="stylesheet">
<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=Roboto:wght@100&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8d3a93c5d3.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="heading-ir">
<div class="header-content">
<img class="logo" src="Images/zomato-logo.png" alt="logo">
<p class="logo-text"> | Investor Relations </p>
</div>
<nav class="navbar">
<ul class="navbar-list">
<li><a class="navbar-links navbar_item" href="#">FINANCIALS</a></li>
<li><a class="navbar-links navbar_item" href="#">NEWS & EVENTS</a></li>
<li><a class="navbar-links navbar_item" href="#">GOVERNANCE</a></li>
<li><a class="navbar-links navbar_item" href="#">ESG INITIATIVES</a></li>
<li><a class="navbar-links navbar_item" href="#">RESOURCES</a></li>
</ul>
</nav>
</header>
<main>
<section>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext"></div>
<img class="myslider" src="Images/silders-image1.png" style="width:100%">
<div class="text">
<h1>535 million</h1>
<h3>Orders delivered*</h3>
<h5>* FY 2022</h5>
</div>
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img class="myslider" src="Images/sliders-image2.png" style="width:100%">
<div class="text">
<h1>₹213 billion</h1>
<h3>Gross order value*</h3>
<h5>* FY 2022</h5>
</div>
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img class="myslider" src="Images/sliders-image3.png" style="width:100%">
<div class="text">
<h1>14.7 million</h1>
<h3>Average monthly transacting customers*</h3>
<h5>* FY 2022</h5>
</div>
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img class="myslider" src="Images/sliders-image4.png" style="width:100%">
<div class="text">
<h1>180,000</h1>
<h3>Average monthly active food delivery restaurant partners*</h3>
<h5>* FY 2022</h5>
</div>
</div>
<div class="mySlides fade">
<div class="numbertext"></div>
<img class="myslider" src="Images/sliders-image5.png" style="width:100%">
<div class="text">
<h1>285,000</h1>
<h3>Average monthly active delivery partners* </h3>
<h5>* FY 2022</h5>
</div>
</div>
<!-- The dots/circles -->
<div class="dots" style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
</div>
</section>
<section>
<div class="results">
<div class="result-text">
<h2>Quarterly results</h2>
<h3>Q1 FY23</h3>
</div>
<div class="btn-result">
<button type="button" class="button">
<span class="button-icon">
<img src="Images/result.png" alt="">
</span>
<span class="button-text">Shareholders's Letter</span>
</button>
<button type="button" class="button">
<span class="button-icon">
<img src="Images/result.png" alt="">
</span>
<span class="button-text">Earning Call Replay</span>
</button>
<button type="button" class="button">
<span class="button-icon">
<img src="Images/result.png" alt="">
</span>
<span class="button-text">Earning Call Transcript</span>
</button>
</div>
<!---red button-->
<div class="red-btn">
<button>
<span class="red-btn-text">See all quarterly results</span>
</button>
</div>
<hr class="solid">
<div class="blinkit">
<h3>Zomato announces proposed acquisition of Blinkit</h3>
<button type="button" class="button">
<span class="button-icon">
<img src="Images/result.png" alt="">
</span>
<span class="button-text">Shareholders's Letter</span>
</button>
<button type="button" class="button">
<span class="button-icon">
<img src="Images/result.png" alt="">
</span>
<span class="button-text">Investor Call Intimantion</span>
</button>
</div>
</div>
</section>
<!---Who we are -->
<section>
<div class="who-we">
<div class="who-we-text">
<h1>
Who we are
</h1>
<h6>
Zomato’s mission is better food for more people. Started in 2010,<br>
Zomato offers services like restaurant search & discovery, reviews,<br>
home delivery of food, online table reservation, and digital<br>
payments when dining out. It also works with restaurant partners to<br>
provide tools that enable them to engage and acquire more <br>
customers while empowering them with a last-mile delivery service<br>
and a one-stop procurement solution - Hyperpure, for ingredients <br>
and kitchen products. Apart from this, Zomato has been focusing on<br>
providing transparent and flexible earning opportunities to its<br>
delivery fleet, and contributing towards a more sustainable society<br>
through its non-profit entity Feeding India.
</h6>
</div>
<div class="who-we-img">
<img src="Images/who-we.png" alt="">
</div>
</div>
</section>
<!----Corporate announcement section-->
<section>
<div class="carpo-sec">
<div class="carpo-head">
<h1>
Corporate announcements
</h1>
</div>
<hr class="solid">
<div class="carpo-date">
<h5>
24 June, 2022
</h5>
<h1>
Zomato - Outcome of the Board Meeting
</h1>
<h6>
Read more ►
</h6>
</div>
<hr class="solid">
<div class="carpo-date">
<h5>
14 May, 2022
</h5>
<h1>
Zomato - Intimation of Board Meeting
</h1>
<h6>
Read more ►
</h6>
<div class="red-btn">
<button>
<span class="red-btn-text">See all announcement</span>
</button>
</div>
</section>
<section>
<div class="blogs">
<div class="head-blog">
<h1>From our blogs</h1>
<div class="blog-content">
<div class="blog-content1">
<div class="blog-img">
<img src="Images/blog-content1.png" alt="">
<div class="text-block1">Technology</div>
</div>
<div class="blog-date">
<h6>Machine Learning Team | 16 Aug 2022</h6>
</div>
<div class="blog-head">
<h3>Power restaurant ads on Zomat...</h3>
</div>
<div class="blog-para">
<h5>How we train our deep learning models to <br>
feature relevant ads to customers?</h5>
</div>
</div>
<div class="blog-content2">
<div class="blog-img">
<img src="Images/blog-content2.png" alt="">
<div class="text-block2">Company</div>
</div>
<div class="blog-date">
<h6>Deepinder Goyal | 01 Aug 2022</h6>
</div>
<div class="blog-head">
<h3>Q1FY23 shareholders’ letter and re...</h3>
</div>
<div class="blog-para">
<h5>As a home-grown internet company, we feel <br>
proud to have contributed to the growth of <br>
the digital ecosystem in India.</h5>
</div>
</div>
<div class="blog-content3">
<div class="blog-img">
<img src="Images/blog-content3.png">
<div class="text-block3">BTS Zomato</div>
</div>
<div class="blog-date">
<h6>Udit Chawla | 22 Jul 2022</h6>
</div>
<div class="blog-head">
<h3>Have you heard about Zomato for...</h3>
</div>
<div class="blog-para">
<h5>How we train our deep learning models to<br>
feature relevant ads to customers?</h5>
</div>
</div>
</div>
</div>
<div class="red-btn">
<button>
<span class="red-btn-text">Read our Blogs</span>
</button>
</section>
<!---Subscribr section-->
<section>
<div class="subs">
<div class="subs-head">
<h1>Subscribe to our email alerts</h1>
<h6>Get regular updates through email.</h6>
<div class="subs-email">
<input type="text" placeholder="Email ">
</div>
<div class="red-btn">
<button>
<span class="red-btn-text">Subscribe</span>
</button>
</div>
</div>
<div class="subs-head2">
<h1>Have questions?</h1>
<h6>Reach out to us by emailing at <a class="subs-link"
href="shareholders@zomato.com">shareholders@zomato.com</a>, and we’ll <br> get back to you.
</h6>
<div class="red-btn">
<button>
<span class="red-btn-text">Contact Us</span>
</button>
</div>
</div>
</div>
</section>
<!---footer section-->
<section class="ft-zomato">
<div class="container5">
<div class="img-ft">
<img class="footer_logo" src="Images/Zomato logo.webp" alt="zomato">
</div>
<div class="btn-ft">
<span class="drop1">
<div class="dropdown">
<button class=" btn-secondary ">
<span>
<img src="Images/India.png" alt="">
</span>
<span class="button-text">India</span>
<i class="fa-solid fa-angle-down"></i>
</button>
</div>
</span>
<span class="drop2">
<div class="dropdown">
<button class=" btn-secondary ">
<span>
<img src="Images/language-globe.png" alt="">
</span>
<span class="button-text">English</span>
<i class="fa-solid fa-angle-down"></i>
</button>
</div>
</span>
</div>
</div>
<div class="container6">
<div class="container6-1">
<table>
<tr>
<td>
<b class="l-space">ABOUT ZOMATO</b><br>
<a id="ent" href="who-we-are.html">Who are we</a><br>
<a id="ent" href="#">Blog</a><br>
<a id="ent" href="careers.html">Careers</a><br>
<a id="ent" href="#">Report Fraud</a><br>
<a id="ent" href="#">Contact</a><br>
<a id="ent" href="Investor-Relation.html">Investor Relation</a><br>
</td>
</tr>
</table>
</div>
<div class="container6-2">
<table>
<tr>
<td>
<b class="l-space">ZOMAVERSE</b><br>
<a id="ent" href="#">Zomato</a><br>
<a id="ent" href="#">Feeding India</a><br>
<a id="ent" href="#">Hyperpure</a><br>
<a id="ent" href="#">Zomaland</a><br>
</td>
</tr>
</table>
</div>
<div class="container6-3">
<table>
<tr>
<td>
<b class="l-space">FOR RESTAURANTS</b><br>
<a id="ent" href="add-restaurant.html">Add restaurant<br></a>
<div class="l-space"><b>FOR ENTERPRISES</b><br>
<a id="ent" href="enterprise-solutions.html">Zomato for Work</a>
</div>
</td>
</tr>
</table>
</div>
<div class="container6-4">
<table>
<tr>
<td>
<b class="l-space">FOR YOU</b><br>
<a id="ent" href="#">Privacy</a><br>
<a id="ent" href="#">Terms</a><br>
<a id="ent" href="#">Security</a><br>
<a id="ent" href="#">Sitemap</a><br>
</td>
</tr>
</table>
</div>
<div class="container6-5">
<table>
<tr>
<td>
<b class="l-space">SOCIAL LINKS</b>
<br>
  <img class="icons-footer" src="Images/favpng_facebook.png" alt="">
<img class="icons-footer" src="Images/104461_twitter_icon.png" alt="">
<img class="icons-footer" src="Images/1161954_instagram_icon.png" alt="">
<br>
<a
href="https://apps.apple.com/in/app/zomato-food-restaurant-finder/id434613896?_branch_match_id=975016708492842853&_branch_referrer=H4sIAAAAAAAAA8soKSkottLXT8pL1ssp0U%2FJL8%2FLyU9M0a3Kz00sydfNzC8GAFKYbuoiAAAA"><img
class="store-footer" src="Images/App Store.webp" alt=""></a> <br>
<a
href="https://play.google.com/store/apps/details?id=com.application.zomato&_branch_match_id=975016708492842853&_branch_referrer=H4sIAAAAAAAAA8soKSkottLXT8pL1ssp0U%2FJL8%2FLyU9M0a3STcxLKcrPTAEABp6kzyEAAAA%3D"><img
class="store-footer" src="Images/Google Play.webp" alt=""></a>
</td>
</tr>
</table>
</div>
</div>
<div class="container7">
<hr style="margin:0; margin-bottom: 20px;">
<p>
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-2021 © Zomato™ Ltd. All rights
reserved.
</p>
</div>
</section>
</main>
<script src="investor-relation.js"></script>
</body>
</html>