-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
195 lines (160 loc) · 7.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hungry - Fast Food Delivery Service in India</title>
<link rel = "icon" href ="https://i.pinimg.com/originals/82/be/d4/82bed479344270067e3d2171379949b3.png" type = "image/x-icon">
<link rel="stylesheet" href="css/design.css">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
</head>
<body>
<div class="phone">
<p class="notice">OOPS!!! Sorry... <br>This Site is Only Developed for Desktop Preview<br>
<br>
But you can<br>Checkout our new version Hungry 2.0
<a href="https://ayeraj.github.io/Hungry_2.0/">Click Here</a></p>
</div>
<div class="desktop">
<nav id="navbar">
<div id="logo">
<img src="img/hungerlogo.png" alt="hungry.com">
</div>
<ul class="middlebar">
<li class="item"><a href="#home">Home</a></li>
<li class="item"><a href="#ExploreFood">Explore Food</a></li>
<li class="item"><a href="#FastFood">Fast Food</a></li>
<li class="item"><a href="#Lunch">Lunch</a></li>
<li class="item"><a href="#Dinner">Dinner</a></li>
<li class="item"><a href="#specials-items">Specials</a></li>
<li class="item"><a href="https://www.instagram.com/heyrajsingh">Contact Me</a></li>
<li class="item"><a href="">Download</a></li>
</ul>
<div class="searchbar">
<input type="text" class="searchitems" placeholder="Search Items" maxLength="50" />
<button class="searchbtn">Search</button>
</div>
</nav>
<section id="home">
<h1>Hungry<br>Online Food Delivery</h1>
<p>Order food from favourite restaurants near you.<br> Search restaurants by Your Current location</p>
<section id="location-section">
<div class="location-area">
<div class="location-box">
<div class="location">
<input type="text" class="LocationInput" placeholder="Enter your delivery location"
maxLength="50" />
</div>
</div>
<a class="locateme">
<span>Locate Me</span></a>
<a class="findfood">
<span>FIND FOOD</span></a>
</div>
</section>
<button class="btn1">Let's Explore</button>
</section>
<section id="ExploreFood" style="padding-top: 1px;">
<h1 class="h-head center">Explore Food</h1>
<div id="items">
<div class="box">
<img src="img/fastfood.jpg" alt="">
<h2 class="h-secondary center"><a href="#FastFood">Fast Food</a></h2>
</div>
<div class="box">
<img src="img/lunch.png" alt="">
<h2 class="h-secondary center"><a href="#Lunch">Lunch Items</a></h2>
</div>
<div class="box">
<img src="img/dinner.png" alt="">
<h2 class="h-secondary center"><a href="#Dinner">Dinner Items</a></h2>
</div>
</div>
</section>
<section id="FastFood" style="padding-top: 25px;">
<h1 class="h-primary center">Fast Food</h1>
<div id="items">
<div class="box">
<img src="img/fastfood1.jpg" alt="">
<h2 class="h-secondary center">Pizzas</h2>
<p class="center">Order Pizza, Burgers Samosa & Much More<br><button class="btn2">Explore More</button></p>
</div>
<div class="box">
<img src="img/fastfood4.png" alt="">
<h2 class="h-secondary center">Dosa</h2>
<p class="center">Order Dosa, Vada, Sambhar & Much More<br> <button class="btn2">Explore More</button></p>
</div>
<div class="box">
<img src="img/fastfood3.png" alt="">
<h2 class="h-secondary center">Cold Drinks</h2>
<p class="center">Order Cold Drink, Juice, Wine & Much More<br><button class="btn2">Explore More</button></p>
</div>
</div>
</section>
<section id="Lunch" style="padding-top: 25px;">
<h1 class="h-primary center">Lunch Items</h1>
<div id="items">
<div class="box">
<img src="img/lunch1.png" alt="">
<h2 class="h-secondary center">Briyani</h2>
<p class="center">Order Chicken, Egg, Veg Briyani & Much More<br><button class="btn2">Explore More</button>
</p>
</div>
<div class="box">
<img src="img/lunch2.png" alt="">
<h2 class="h-secondary center">Puri Subji</h2>
<p class="center">Order Puri, Subji, Sambhar, Chutni & Much More<br> <button class="btn2">Explore More</button></p>
</div>
<div class="box">
<img src="img/lunch3.png" alt="">
<h2 class="h-secondary center">Roti Subji</h2>
<p class="center">Order Roti, Subji, Rice, Mithai & Much More<br> <button class="btn2">Explore More</button></p>
</div>
</div>
</section>
<section id="Dinner" style="padding-top: 25px;">
<h1 class="h-primary center">Dinner Special</h1>
<div id="items">
<div class="box">
<img src="img/dinner1.png" alt="">
<h2 class="h-secondary center">Chicken</h2>
<p class="center"> Order Chicken, Egg, Mutton & Much More<br><button class="btn2">Explore More</button></p>
</div>
<div class="box">
<img src="img/dinner2.png" alt="">
<h2 class="h-secondary center">Paneer</h2>
<p class="center">Order Paneer Subji, Mushroom & Much More<br><button class="btn2">Explore More</button></p>
</div>
<div class="box">
<img src="img/dinner3.png" alt="">
<h2 class="h-secondary center">Thaali</h2>
<p class="center">Order Full Thaali Veg or Non Veg & Much More<br><button class="btn2">Explore More</button></p>
</div>
</div>
</section>
<section id="specials-items">
<h1 class="h-head2 center">Top Selling Foods</h1>
<div id="specials">
<div class="specials-item">
<img src="img/lunch1.png" alt="biryani">
</div>
<div class="specials-item">
<img src="img/dinner1.png" alt="chicken">
</div>
<div class="specials-item">
<img src="img/dinner2.png" alt="paneer">
</div>
<div class="specials-item">
<img src="img/dinner3.png" alt="jumbo thaali">
</div>
</div>
</section>
<footer>
<div class="center">
Developer © Raj
</div>
</footer>
</div>
</body>
</html>