-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (167 loc) · 8.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Best Restaurants In India - Zomato</title>
<link rel="icon" type="image/png" sizes="16x16" href="./assets/icons/zomato_favicon.jpg">
<link rel="stylesheet" href="style.css">
<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=Edu+TAS+Beginner:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<!-- header -->
<header>
<nav class="navbar">
<p>Add restaurant</p>
<p>Log in</p>
<p>Sign up</p>
</nav>
<div class="header-center">
<h1>zomato</h1>
<p>Find the best restaurants, cafes</p>
<p>and bars in India</p>
</div>
<div class="empty-container">
<p>p</p>
</div>
</header>
<!-- hero-section -->
<div class="hero-section">
<div class="hero-section-text-content">
<div class="hero-section-text-content-heading">
<p>Popular locations in</p>
<!-- <img src="./assets/icons/india.png" alt="indian-flag" class="flag"> -->
<p> <b>India</b></p>
</div>
<div class="hero-section-text-content-sub-heading">
<p>
From swanky upscale restaurants to the cosiest hidden gems serving the most incredible food, Zomato
covers it all. Explore menus, and millions of restaurant photos and reviews from users just like
you, to find your next great meal.
</p>
</div>
<div class="states-container">
</div>
</div>
</div>
<!-- footer -->
<footer>
<div class="footer-header">
<img src="./assets/icons/footer-image.avif" alt="footer-image" class="footer-img">
<div class="footer-header-drop-down">
<div class="countries">
<div class="show-country">
<img src="./assets/icons/india.png" alt="indian-flag" class="country-flag">
<p class="country-name">India</p>
<img src="./assets/icons/down-arrow.png" alt="down-arrow">
</div>
<div class="countries-drop-down">
<div class="countries-drop-down-container">
<div class="triangular-box-1">
</div>
</div>
</div>
</div>
<div class="languages">
<div class="show-language">
<img src="./assets/icons/earth-globe.png" alt="indian-flag">
<p class="show-language-on-language-box">English</p>
<img src="./assets/icons/down-arrow.png" alt="down-arrow">
</div>
<div class="languages-drop-down">
<div class="languages-drop-down-container">
<div class="triangular-box-2">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-hero-section">
<section class="about">
<p class="footer-heading">ABOUT ZOMATO</p>
<p class="footer-links"><a href="">Who We Are</a></p>
<p class="footer-links"><a href="">Blog</a></p>
<p class="footer-links"><a href="">Work With Us</a></p>
<p class="footer-links"><a href="">Investor Relations</a></p>
<p class="footer-links"><a href="">Report Fraud</a></p>
<p class="footer-links"><a href="">Press Kit</a></p>
<p class="footer-links"><a href="">Contact Us</a></p>
</section>
<section class="zomaverse">
<p class="footer-heading">ZOMAVERSE</p>
<p class="footer-links"><a href="">Zomato</a></p>
<p class="footer-links"><a href="">Blinkit</a></p>
<p class="footer-links"><a href="">Feeding India</a></p>
<p class="footer-links"><a href="">Hyperpure</a></p>
<p class="footer-links"><a href="">Zomaland</a></p>
</section>
<section class="for-restaurants">
<p class="footer-heading">FOR RESTAURANTS</p>
<p class="footer-links"><a href="">Partner With Us</a></p>
<p class="footer-links"><a href="">Apps For You</a></p>
<p class="footer-heading">FOR ENTERPRISES</p>
<p class="footer-links"><a href="">Zomato For Enterprise</a></p>
</section>
<section class="learn-more">
<p class="footer-heading">LEARN MORE</h4>
<p class="footer-links"><a href="">Privacy</a></p>
<p class="footer-links"><a href="">Security</a></p>
<p class="footer-links"><a href="">Terms</a></p>
<p class="footer-links"><a href="">Sitemap</a></p>
</section>
<section class="social-links">
<p class="footer-heading social-heading">SOCIAL LINKS</p>
<div class="social-links-container">
<a href=""><img src="./assets/icons/social-media/linkedin.png" alt="linkedin"></a>
<a href=""><img src="./assets/icons/social-media/instagram.png" alt="instagram"></a>
<a href=""><img src="./assets/icons/social-media/twitter.png" alt="twitter"></a>
<a href=""><img src="./assets/icons/social-media/youtube.png" alt="youtube"></a>
<a href=""><img src="./assets/icons/social-media/facebook.png" alt="facebook"></a>
</div>
<div class="download-container">
<div class="download">
<img src="./assets/icons/apple.png" alt="apple">
<div class="download-content">
<p>Download on the</p>
<h3>App Store</h3>
</div>
</div>
<div class="download">
<img src="./assets/icons/playstore.png" alt="playstore">
<div class="download-content">
<p>Download on the</p>
<h3>App Store</h3>
</div>
</div>
</div>
</section>
</div>
<div class="footer-footer">
<hr class="horizontal-line">
<p class="last-content">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™ Ltd. All rights
reserved.</p>
</div>
</footer>
<!-- overlay -->
<div id="overlay">
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
style="margin: auto; background: none; margin-top: 5rem; display: block; shape-rendering: auto;"
width="148px" height="148px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<circle cx="50" cy="50" fill="none" stroke="#df1317" stroke-width="5" r="44"
stroke-dasharray="207.34511513692632 71.11503837897544">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite"
dur="0.9345794392523364s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform>
</circle>
</svg>
<p>Hang on while we fetch restaurants for you...😊</p>
</div>
<script src="script.js"></script>
</body>
</html>