-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzomato project.html
More file actions
193 lines (193 loc) · 8.46 KB
/
zomato project.html
File metadata and controls
193 lines (193 loc) · 8.46 KB
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
<!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="stylesheet" href="zomato project.css"/>
<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" />
<title>zomato</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">Add resturant</a>
<a href="#" class="link">login</a>
<a href="#" class="link">signup</a>
<a href="#" class="user__icon"><i class="fa fa-user" aria-hidden="true"></i></a>
</div>
</nav>
</header>
<div class="hero__section_container">
<img class="hero__section_logo"
src="./images/hero section logo.jpeg"
alt="zomato logo"/>
<h1 class="hero__section_title">order your food quick easyly</h1>
<div class="hero__section_input_container">
<input
class="input__container_location"
type="text"
placeholder="Mangalpalli boys hostel"
/>
<input
class="input__container_search"
type="text"
placeholder="search resturant,cuisine and dish"
/>
</div>
</div>
</section>
<section class="container we__offer">
<div class="card">
<img src="/images/item 1.jpeg" alt=""/>
<h2>order online</h2>
</div>
<div class="card">
<img src="/images/item 2.jpeg" alt=""/>
<h2>order online</h2>
</div>
<div class="card">
<img src="/images/item 3.jpeg" alt=""/>
<h2>order online</h2>
</div>
<div class="card">
<img src="/images/item 4.jpeg" alt=""/>
<h2>order online</h2>
</div>
</section>
<section class="container collections">
<h1> collections </h1>
<div class="sub__heading_container">
<span>
Explore curated lists of top restuarants,caffes,pubs and bars in mangalpalli,based on budget,quality
</span>
<span>All collections in mangalpalli</span>
</div>
<div class="collections_card_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>ramdan special</h4>
<span>22 places</span>
</div>
</div>
<div class="card card3">
<div class="overlay"></div>
<div class="content">
<h4>newly opened</h4>
<span>20 places</span>
</div>
</div>
<div class="card card4">
<div class="overlay"></div>
<div class="content">
<h4>best bars and pubs</h4>
<span>30 places</span>
</div>
</div>
</div>
</section>
<section class="container get__the_app">
<div class="semicontainer">
<div class="left">
<img src="/images/mobile banner.jpeg" 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__buttons_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>
<img src="/images/playstore.jpeg" alt="" />
<img src="/images/app store.jpeg" alt="" />
</div>
</div>
</div>
</div>
</section>
<footer class="container footer">
<div class="footer_section1">
<img src="/images/mobile logo.jpeg" alt="mobile logo" />
<div class="section1__buttoncontainer">
<button><img
src="https://flagcdn.com/w40/in.png" alt="" style="width: 17px;"> india</button>
<button>
<i class="fa fa-globe" aria-hidden="true"></i> English
</button>
</div>
</div>
<div class="navigation_container">
<div class="link__container">
<h5>ABOUT ZOMATO</h5>
<a class="footer__link" href="#">who we are</a>
<a class="footer__link" href="#">Blogs</a>
<a class="footer__link" href="#">Work with us</a>
<a class="footer__link" href="#">Investors relations</a>
<a class="footer__link" href="#">Report fraud</a>
</div>
<div class="link__container">
<h5>ZOMAVERSE</h5>
<a class="footer__link" href="#">zomato</a>
<a class="footer__link" href="#">Feeding india</a>
<a class="footer__link" href="#">Huperpure</a>
<a class="footer__link" href="#">zomaland</a>
</div>
<div class="link__container">
<h5>FOR RESTUARANTS</h5>
<a class="footer__link" href="#">partner with you</a>
<a class="footer__link" href="#">Apps for you</a>
<br />
<h5>For Enterprises</h5>
<a class="footer__link" href="#">Zomato For Work</a>
</div>
<div class="link__container">
<h5>LEARN MORE</h5>
<a class="footer__link" href="#">Privacy</a>
<a class="footer__link" href="#">Security</a>
<a class="footer__link" href="#">Terms</a>
<a class="footer__link" href="#">Site Map</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-f"></i></button>
</div>
<br />
<img src="/images/app store.jpeg" alt="" class="footer__stores_logos" />
<img src="/images/playstore.jpeg" alt="" class="footer__stores_logos" />
</div>
</div>
</footer>
</body>
</html>