-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorder_list.html
More file actions
166 lines (160 loc) · 6.99 KB
/
order_list.html
File metadata and controls
166 lines (160 loc) · 6.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Quality healthy food delivered to you very fast">
<meta name="keywords" content="fast food, affordable food, quality food">
<meta name="author" content="Gabriel Machel">
<title>Fast-Food-Fast</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css/order-list.css">
</head>
<body>
<header id="header">
<div class="container">
<div id="branding">
<h1>Fast Food Fast</h1>
</div>
<nav class="menu">
<ul id="menu-list">
<li>
<a href="order_list.html">User</a>
</li>
<li>
<a href="history.html">History</a>
</li>
<li>
<a href="user_login.html">Log Out</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="cart.html" id="cart">
<i class="fa fa-shopping-cart fa-lg"></i> <span class="badge">3</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="order">
<div class="container">
<div class="meal">
<button class="name">Beef Burger</button>
<img src="./assets/img/whopper-_hires.png" alt="" width="200" height="150">
<button class="price">Kshs. 170</button>
</div>
<div class="meal">
<button class="name">Shrimp Burger</button>
<img src="./assets/img/shrimp-burger.png" alt="" width="200" height="150">
<button class="price">Kshs. 150</button>
</div>
<div class="meal">
<button class="name">Cheese Burger</button>
<img src="./assets/img/Burger.png" alt="" width="200" height="150">
<button class="price">Kshs. 180</button>
</div>
<div class="meal">
<button class="name">Veggie Burger</button>
<img src="./assets/img/whopper-_hires.png" alt="" width="200" height="150">
<button class="price">Kshs. 125</button>
</div>
<div class="meal">
<button class="name">Tacos</button>
<img src="./assets/img/taco.png" alt="" width="200" height="150">
<button class="price">Kshs. 200</button>
</div>
<div class="meal">
<button class="name">Salads</button>
<img src="./assets/img/salad.png" alt="" width="200" height="150">
<button class="price">Kshs. 250</button>
</div>
<div class="meal">
<button class="name">Sandwiches</button>
<img src="./assets/img/sandwich.png" alt="" width="200" height="150">
<button class="price">Kshs. 150</button>
</div>
<div class="meal">
<button class="name">Pizza</button>
<img src="./assets/img/pizza.png" alt="" width="200" height="150">
<button class="price">Kshs. 300</button>
</div>
<div class="meal">
<button class="name">Ice-Cream Dessert</button>
<img src="./assets/img/Ice-Cream-Dessert.png" alt="" width="200" height="150">
<button class="price">Kshs. 300</button>
</div>
<div class="meal">
<button class="name">Chocolate Cup Cakes</button>
<img src="./assets/img/dessert.png" alt="" width="200" height="150">
<button class="price">Kshs. 50</button>
</div>
<div class="meal">
<button class="name">Shakes</button>
<img src="./assets/img/shakeology.png" alt="" width="200" height="150">
<button class="price">Kshs. 150</button>
</div>
<div class="meal">
<button class="name">Smoothies</button>
<img src="./assets/img/Smoothie.png" alt="" width="200" height="150">
<button class="price">Kshs. 100</button>
</div>
</div>
</main>
<footer id="footer">
<div class="container">
<div class="bottom">
<h2>City</h2>
<p>Nairobi</p>
<p>Mombasa</p>
<p>Upper Hill</p>
<p>Gigiri</p>
<p>Riverside</p>
</div>
<div class="bottom">
<h2>Cuisines</h2>
<p>Chicken in Nairobi</p>
<p>Burger in Nairobi</p>
<p>African Food in Nairobi</p>
<p>Barbecue in Nairobi</p>
<p>Seafood in Nairobi</p>
<p>Pasta in Nairobi</p>
<p>Cakes & Pastries in Nairobi</p>
<p>Salad in Nairobi</p>
<p>Halal in Nairobi</p>
<p>Chinese in Nairobi</p>
<p>Pizza in Nairobi</p>
<p>Indian in Nairobi</p>
</div>
<div class="bottom">
<h2>Popular restaurants</h2>
<p>KFC Delivery</p>
<p>Big Square</p>
<p>Java House</p>
<p>Steers</p>
<p>Debonairs</p>
<p>Pizza Mojo</p>
<p>Nyama Mama</p>
<p>ArtCaffe</p>
<p>Brew Bistro</p>
<p>Thai Star</p>
<p>Mambo Italia</p>
<p>Absolute Juice</p>
<p>The Vista Restaurant</p>
<p>Clay Oven</p>
<p>All restaurants near me</p>
</div>
<div class="bottom">
<h2>Fast Food Fast</h2>
<p>About Us</p>
<p>FAQs & Contact</p>
<p>Terms and Conditions</p>
<p>Privacy Policy</p>
</div>
<div class="copyright">Fast Food Fast, Copyright © 2018</div>
</div>
</footer>
</body>
</html>