-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
380 lines (361 loc) · 18.5 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Dileepa Bandara">
<meta name="description" content="HungryMe | Developed by Dileepa Bandara | ©dileepabandara.dev">
<title>HungryMe</title>
<link rel="shortcut icon" type="image/png" href="./home/logo_home.png">
<link rel="stylesheet" href="./home/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<!--NavigationBar-->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#"><img src="./home/logo_home.png"> <label for=""><h2>HungryMe</h2></label></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><img src="./home/icons8_home_page_22px.png"> HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./meals/meals.html"><img src="./home/icons8_restaurant_22px_1.png"> MEALS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services"><img src="./home/icons8_food_service_22px.png"> SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about"><img src="./home/icons8_info_22px.png"> ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact"><img src="./home/icons8_telephone_22px.png"> CONTACT US</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><img src="./home/icons8_account_22px.png"> MY ACCOUNT
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./my_cart/cart.html"><img src="./home/icons8_shopping_cart_22px.png"> MY CART</a>
<a class="dropdown-item" href="./log_in/login.html"><img src="./home/icons8_customer_22px.png"> LOG IN</a>
<a class="dropdown-item" href="./sign_up/signup.html"><img src="./home/icons8_add_user_male_22px_1.png"> SIGN UP</a>
</div>
</li>
</ul>
</div>
</nav>
</section>
<div data-spy="scroll" data-target="#nav-bar" data-offset="0"></div>
<!-- Slider -->
<div id="slider">
<div id="headerSlider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#headerSlider" data-slide-to="0" class="active"></li>
<li data-target="#headerSlider" data-slide-to="1"></li>
<li data-target="#headerSlider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./home/banner1.jpg" class="d-block img-fluid">
<div class="carousel-caption">
<h2>Welcome To HungryMe</h2>
<img src="./home/logo_home.png">
</div>
</div>
<div class="carousel-item">
<img src="./home/banner2.jpg" class="d-block img-fluid">
<div class="carousel-caption">
<h2>How we cook</h2>
<div class="button">
<a href="https://www.youtube.com/" class="btn btn-danger"> Click here to watch our Videos</a>
</div>
</div>
</div>
<div class="carousel-item">
<img src="./home/banner3.jpg" class="d-block img-fluid">
<div class="carousel-caption">
<h2>Here our smile </h2>
<div class="button">
<a href="#" class="btn btn-danger"> Click here to view our Gallery</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#headerSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#headerSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-----------------------About------------------------------------------------>
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>About Us</h2>
<div class="about-content">
Many businesses are operated through a separate entity such as a corporation or a partnership (either formed with or without limited liability). Most legal jurisdictions allow people to organize such an entity by filing certain charter documents with
the relevant Secretary of State or equivalent and complying with certain other ongoing obligations. The relationships and legal rights of shareholders, limited partners, or members are governed partly by the charter documents and
partly by the law of the jurisdiction where the entity is organized. Generally speaking, shareholders in a corporation, limited partners in a limited partnership, and members in a limited liability company are shielded from personal
liability for the debts and obligations of the entity, which is legally treated as a separate "person". This means that unless there is misconduct, the owner's own possessions are strongly protected in law if the business does
not succeed.
</div>
<div class="button"></div>
<a href="./about/about.html" class="btn btn-danger"> Read More </a>
</div>
<div class="col-md-6 skills-bar">
<p>
<h7>Playstore</h7>
</p>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" style="width: 25%">25%</div>
</div>
<p>
<h7>Facebook</h7>
</p>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 50%">50%</div>
</div>
<p>
<h7>Email</h7>
</p>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" style="width: 75%">75%</div>
</div>
<p>
<h7>YouTube</h7>
</p>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" style="width: 100%">100%</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services">
<div class="container">
<h1>Our Servics</h1>
<div class="row service">
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-mobile" aria-hidden="true"></i>
</div>
<h3>Mobile Service</h3>
<p>We created a smart mobile app to shopping. So every customer can buy any products by mobile app
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-globe" aria-hidden="true"></i>
</div>
<h3>Web Service</h3>
<p>Everyone can buy meals by online shopping. So every customer can easliy buy any products
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-cutlery" aria-hidden="true"></i>
</div>
<h3>Table To Meal</h3>
<p>Customers can take their meals smart to table. Every simple easy steps to do.
</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-home" aria-hidden="true"></i>
</div>
<h3>Take Away</h3>
<p>Take away is the way to bring meals to home, bussiness locations,.. etc.
</p>
</div>
</div>
</div>
</section>
<!-----------Members---------->
<section id="members">
<div class="container">
<h1>Members</h1>
<div class="row">
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="./home/member1.jpg" class="img-responsive">
<ul>
<a href="">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>Dileepa Bandara</h2>
<h3>Founder / CEO</h3>
<p>IT Student who think about his dreams to become a bussinessman as the founder of HungryMe.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="./home/member2.jpg" class="img-responsive">
<ul>
<a href="">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>Taylor Gain</h2>
<h3>HRM Section Head</h3>
<p>Special skills for handling situations. Student oF Cambridge Univercity. She smart the restaurants.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="./home/member3.jpg" class="img-responsive">
<ul>
<a href="">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>Bruce Wayne</h2>
<h3>Manager</h3>
<p>Some kind of skills in this guy. Join with HungryMe restaurant network after his master degree.</p>
</div>
<div class="col-md-3 profile-pic text-center">
<div class="img-box">
<img src="./home/member4.jpg" class="img-responsive">
<ul>
<a href="">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>Chef Bandara </h2>
<h3>Head Chef</h3>
<p>Master in Culinary Arts. He has huge experience above 20 years in his field</p>
</div>
</div>
</div>
</section>
<!---------------Join with HungryMe crew------------------->
<section id="promo">
<div class="container">
<p>Here you can join as HungryMe Crew Member</p>
<a href="job_application/jobapp.html" class="btn btn-danger">Apply to HungryMe crew</a>
</div>
</section>
<!-------------------------Contact Us------------------------------->
<br><br>
<section id="contact">
<div class="container">
<h1>Contact Us</h1>
<div class="row">
<div class="col-md-6">
<form class="contact-form">
<div class="form-group">
<label for="feedbackInputName1" id="feedbackInputName1">Name</label>
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<label for="feedbackInputEmail1">Email</label>
<input type="email" class="form-control" id="feedbackeInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<style>
textarea {
resize: none;
}
</style>
<label for="feedbackInputComment1">Leave us a message</label>
<textarea class="form-control" rows="4" id="feedbackInputComment1" placeholder="Your message here"></textarea>
</div>
<label for="customRange1">Rate Us</label>
<input type="range" class="custom-range" id="customRange1">
<button type="submit" class="btn btn-danger">Send Message</button>
</form>
</div>
<div class="col-md-6 contact-form">
<img src="./home/google_maps_30px.png"><b> Check our Locations: </b>
<div class="follow">
<div class="list-group">
<a href="./locations/location.html#kurunegala" class="list-group-item list-group-item-action"><img src="./home/marker_20px.png"> Kurunegala</a>
<a href="./locations/location.html#colombo" class="list-group-item list-group-item-action"><img src="./home/marker_20px.png"> Colombo</a>
<a href="./locations/location.html#kandy" class="list-group-item list-group-item-action"><img src="./home/marker_20px.png"> Kandy</a>
</div>
</div>
<img src="./home/phone_30px.png"> <b> Hotline: </b>
<div class="follow">
(+97)*********
</div>
<img src="./home/gmail_30px.png"> <b>Email: </b>
<div class="follow">
</div>
</div>
</div>
</div>
</section>
<!-----------------Social Media------------------------->
<br>
<section id="social-media">
<div class="container text-center">
<h2>FIND US ON SOCIAL MEDIA</h2>
<div class="social-icons">
<br>
<a href=""><img src="./home/facebook.png"></a>
<a href=""><img src="./home/instagram.png"></a>
<a href=""><img src="./home/twitter.png"></a>
<a href=""><img src="./home/linkedin.png"></a>
<a href=""><img src="./home/youtube.png"></a>
<a href=""><img src="./home/whatsapp.png"></a>
<a href=""><img src="./home/snapchat.png"></a>
</div>
<div class="col-md-6">
</div>
</div>
</section>
<!-----------------Footer------------------------->
<br>
<section id="footer">
<div class="footer-bottom"></div>
<br>©HungryMe by dileepabandara | Designed by Dileepa Bandara
<div class="social-icons">
<a href=""><img src="./home/d_facebook_30px.png"></a>
<a href=""><img src="./home/d_instagram_30px.png"></a>
<a href=""><img src="./home/d_twitter_30px.png"></a>
<a href=""><img src="./home/d_gmail_30px.png"></a>
</div>
</section>
</body>
</html>