-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (208 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="index.css">
<title>Document</title>
</head>
<body>
<div class="container-fluid">
<div class="row" id="content">
<!--CATEGORY AREA-->
<div id="category" class="col-lg-2 col-sm-12">
<ul id="category-list" class="collapse dont-collapse-sm">
<li id="category-header">
<p class="primary-text">
Categories
</p>
</li>
<!--category items-->
</ul>
</div>
<!--CATEGORY AREA-->
<!--RESTAURANT AREA-->
<div id="resaturant" class="col-lg-5 col-sm-12">
<div class="row restaurant-delivery-area restaurant-area area-part">
<!--DELİVERY TİME BUTTON-->
<div class="col-lg-4 col-sm-12 resturant-delivery-option" name="delivery-time">
<button class="btn btn-light form-control d-block d-lg-none" id="btn-category-mobile"
type="button" data-toggle="collapse" data-target="#category-list" aria-expanded="false"
aria-controls="category-list">
Categories
</button>
<button type="button" class="btn btn-light form-control" id="btn-delivery-time">
<svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20px"
height="24px" style="margin-right: 5px;" name="clock-icon">
<path
d="M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10s10-4.477,10-10C22,6.477,17.523,2,12,2z M15.293,16.707L11,12.414V6h2 v5.586l3.707,3.707L15.293,16.707z" />
</svg>ASAP
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="10px"
viewBox="0 0 255 255" style="enable-background:new 0 0 255 255;" xml:space="preserve"
name="arrow-down-icon">
<g>
<g id="arrow-drop-down">
<polygon points="0,63.75 127.5,191.25 255,63.75" />
</g>
</g>
</svg>
</button>
</div>
<!--DELİVERY TİME BUTTON-->
<!--ADDRESS AREA-->
<div class="col-lg-8 col-sm-12 resturant-delivery-option" name="adress-group">
<div class="input-group">
<div class="input-group-prepend">
<button class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="15"
height="15" viewBox="0 0 24 24">
<path
d="M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z" />
</svg></div>
</button>
<input type="text" class="form-control adress-input"
placeholder="Enter your adress/postcode to order" aria-label="Input group example">
<div class="input-group-prepend">
<button class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="15"
height="15" viewBox="0 0 24 24">
<path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" />
</svg></button>
</div>
</div>
</div>
</div>
<!--ADDRESS AREA-->
<!-- RESTAURANT İNFO -->
<div class="row restaurant-info-area restaurant-area area-part">
<div class="col-6">
<h4 id="restaurant-name">
</h4>
<div id="restaurant-rating">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star-half checked"></span>
<span class="fa fa-star-o" style="display: none;"></span>
<span class="fa fa-star-o" style="display: none;"></span>
</div>
<p id="restaurant-address">
</p>
</div>
<div class="col-6">
<div class="row">
<span class="restaurant-available open secondary-text col-12">
We are open
</span>
<span class="work-hours secondary-text col-12">
<svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20px"
height="24px" style="margin-right: 5px;" name="clock-icon">
<path
d="M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10s10-4.477,10-10C22,6.477,17.523,2,12,2z M15.293,16.707L11,12.414V6h2 v5.586l3.707,3.707L15.293,16.707z" />
</svg>24 hours, 7 days.
</span>
<span class="delivery-pick-up-available secondary-text col-12">
</span>
<span class="delivert-cost secondary-text col-12">
</span>
</div>
</div>
</div>
<!-- RESTAURANT İNFO -->
<!-- MENU BUTTON-->
<div class="row restaurant-button-group restaurant-area area-part">
<div class="btn-group" role="group">
<button type="button" class="btn btn-light selected" disabled>Menu</button>
<button type="button" class="btn btn-light">Reviews</button>
<button type="button" class="btn btn-light">Info</button>
</div>
</div>
<!-- MENU BUTTON-->
<!-- MENU-->
<div class="restaurant-menu restaurant-area row area-part">
<ul class="list-group list-group-flush col-12">
</ul>
</div>
<!-- MENU-->
</div>
<!--RESTAURANT AREA-->
<!--CHECKOUT AREA-->
<div id="checkout" class="col-lg-3">
<div class="checkout-area area-part text-center">
<div class="row checkout-button-group">
<div class="btn-group col-lg-12" role="group">
<button type="button" class="btn btn-light selected form-control">Delivery <p
class="secondary-text">in 15min</p></button>
<button type="button" class="btn btn-light form-control">Pick-up<p class="secondary-text">in
15min</p></button>
</div>
</div>
<div for="min-order-amount" class="area">
<span id="min-order-amount">No Min. Order Amount</span>
</div>
</div>
<!--CART AREA-->
<div class="cart-area area-part area">
</div>
<!--CART AREA-->
<!--COUPON AREA-->
<div class="coupon-area area-part text-center area">
<div class="input-group-prepend">
<input type="text" class="form-control adress-input" placeholder="Enter coupon code"
aria-label="Input group example">
<button class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15"
viewBox="0 0 24 24">
<path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" />
</svg></button>
</div>
</div>
<!--COUPON AREA-->
<!--TOTAL AREA-->
<div class="total-area area-part text-center">
<div class="order-total area">
<div class="row">
<div class="col-12" id="sub-total">
<div class="row">
<div class="label col-6 text-left secondary-text">
Sub Total:
</div>
<div class="sub-price col-6 primary-text price text-right">
19.99CHF
</div>
</div>
</div>
<div class="col-12" id="order-total">
<div class="row">
<div class="label col-6 text-left secondary-text">
Order Total:
</div>
<div class="order-price col-6 primary-text price text-right">
19.99CHF
</div>
</div>
</div>
</div>
<!--BUTTON CHECKOUT-->
<div class="area checkout-button">
<button class="form-control" id="btn-checkout"> Checkout</button>
</div>
<!--BUTTON CHECKOUT-->
</div>
</div>
<!--TOTAL AREA-->
</div>
<!--CHECKOUT AREA-->
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous">
</script>
<script src="scripts/index.js"></script>
</body>
</html>