-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (121 loc) · 4.71 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
<!DOCTYPE html>
<html>
<head>
<title>zomato</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="img/jpg" href="zomato1.jpg">
<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" />
</head>
<body>
<header>
<div class="nav">
<div>
<p>
Get the app
</p>
</div>
<ul class="nav-bar">
<li> Add Restaurant</li>
<li> Login</li>
<li> Sign up</li>
</ul>
</div>
<div class="head">
<img class="logo" src="https://b.zmtcdn.com/web_assets/8313a97515fcb0447d2d77c276532a511583262271.png"alt="">
<h3> Discover the best food & drinks in kerala NCR
</h3>
<div class="search">
<div class="search-item">
<i class="fas fa-map-marker-alt"></i>
<p>kochi 19 janatha</p>
</div>
<div class="search-item">
<i class="fas fa-search"></i>
<input type="text" placeholder="search for Restaurant,cusin or a dish">
</div>
</div>
<div class="header-image">
<img src="https://b.zmtcdn.com/web_assets/81f3ff974d82520780078ba1cfbd453a1583259680.png
" alt="">
</div>
</div>
</header>
<section class="section-1">
<div class="section-1-item">
<div class="item-details"><p>Order food online</p></div>
<img src="https://b.zmtcdn.com/webFrontend/e5b8785c257af2a7f354f1addaf37e4e1647364814.jpeg?output-format=webp&fit=around|402:360&crop=402:360;*,*" alt="">
</div>
<div class="section-1-item">
<div class="item-details"><p>Dinner Night</p></div>
<img src="https://b.zmtcdn.com/webFrontend/d026b357feb0d63c997549f6398da8cc1647364915.jpeg?output-format=webp&fit=around|402:360&crop=402:360;*,*" alt="">
</div>
<div class="section-1-item">
<div class="item-details"><p>Nightlife & Club</p></div>
<img src="https://b.zmtcdn.com/webFrontend/d9d80ef91cb552e3fdfadb3d4f4379761647365057.jpeg?output-format=webp&fit=around|402:360&crop=402:360;*,*
" alt="">
</div>
</section>
<section class="section-2">
<div class="section-2-heading">
<p> Popular Localities in the around kochi</p>
</div>
<div class="section-2-container">
<div class="section-2-items">
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">Canaught Place</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
<div class="section-2-items">
<p class="item-head">panamplly Nagar</p>
<p class="item-subbed">388places</p>
</div>
</div>
</div>
</section>
<section class="section-3">
<div class="section-3-container">
<div class="section-3-img">
<img src="https://b.zmtcdn.com/data/o2_assets/a500ffc2ab483bc6a550aa635f4e55531648107832.png" alt="">
</div>
<div class="section-3-content">
<h1>Get the Zomato App</h1>
<p>
Downlode the app from
</p>
<div class="section-3-downlode">
<img src="https://b.zmtcdn.com/data/webuikit/23e930757c3df49840c482a8638bf5c31556001144.png" alt="">
<img src="https://b.zmtcdn.com/data/webuikit/9f0c85a5e33adb783fa0aef667075f9e1556003622.png" alt="">
</div>
</div>
</div>
</section>
</body>
</html>