-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopping-cart.html
327 lines (317 loc) · 11.4 KB
/
shopping-cart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shopping Cart</title>
<link rel="icon" href="/img/favicon.png" type="image/x-icon" />
<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" href="/src/style/style.css" />
<link rel="stylesheet" href="/src/style/responsive.css" />
<script
src="https://kit.fontawesome.com/f99e0cbd69.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
/>
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg" id="myNavbar">
<div class="container">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#mainNav"
aria-controls="mainNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<a
class="navbar-brand animate__animated animate__fadeInDown"
href="Home.html"
>
<img src="/img/logo_mcd_new1.png" width="95" height="69.73" />
</a>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item px-6 active">
<a href="#" class="nav-link animate__animated animate__fadeInDown"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item px-6 dropdown">
<a
class="btn btn-warning dropdown-toggle animate__animated animate__fadeInDown"
href="#"
role="button"
id="dropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Menu
</a>
<div
class="dropdown-menu dropdown-menu-right mega-menu"
aria-labelledby="servicesDropdown"
>
<div
class="d-md-flex align-items-start justify-content-center animate__animated animate__fadeInDown"
>
<div>
<div class="dropdown-header">All</div>
<a class="dropdown-item" href="sarapan-pagi.html"
>Sarapan Pagi</a
>
<a class="dropdown-item" href="#">Daging Ayam</a>
<a class="dropdown-item" href="#">Ikan</a>
<a class="dropdown-item" href="#">Minuman</a>
<a class="dropdown-item" href="#">Ice</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-warning" href="#"
>Lihat semua menu ></a
>
</div>
<div>
<div class="dropdown-header">Menu</div>
<a class="dropdown-item" href="#">Makanan Penutup</a>
<a class="dropdown-item" href="#">Happy Meal</a>
<a class="dropdown-item" href="#">Packet Family</a>
<a class="dropdown-item" href="#">Mc Cafe</a>
<a class="dropdown-item" href="#">Camilan</a>
</div>
<div>
<div id="card">
<img
class="img-fluid"
src="/img/Paket Panas1.jpg"
alt="image-dropdown"
/>
<h5>Paket Panas 1</h5>
<p>Nikmati ayam lainnya hanya diMcDay.</p>
<button
type="button"
class="btn btn-danger btn-lg button-card-dropdown"
>
Pesan Sekarang
</button>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item px-6">
<a href="#" class="nav-link animate__animated animate__fadeInDown"
>Promo</a
>
</li>
<li class="nav-item px-6">
<a href="#" class="nav-link animate__animated animate__fadeInDown"
>Berita Terkini</a
>
</li>
<li class="nav-item px-6 d-flex">
<i
class="fas fa-map-marked-alt img-fluid map-icon animate__animated animate__fadeInDown"
></i>
<a class="nav-link animate__animated animate__fadeInDown" href="#"
>Map</a
>
</li>
<li class="nav-item px-6 d-flex">
<a href="/shopping-cart.html">
<img
src="/img/cart-icon.svg"
alt="cart-icon"
class="animate__animated animate__fadeInDown cart-icon"
/>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Menu Starter -->
<div class="menu-banner animate__animated animate__fadeIn">
<div class="container animate__animated animate__fadeIn">
<div class="row">
<div class="col-md-6">
<div class="text-banner">
<h1>
Jangan sampai <br />
barangmu tertinggal
</h1>
</div>
</div>
<div class="col-md-6">
<div class="img-banner">
<img
class="img-fluid"
src="/img/menu-background.png"
alt="menu-background"
/>
</div>
</div>
</div>
</div>
</div>
<!-- Shopping -->
<div class="containerr">
<div class="section">
<div class="card" style="border: none">
<!-- <div class="shopping-cart">
<div class="cart">
<img src="/img/Shopping cart/Big Mac.svg" alt="Big Mac" />
<h3>Big Mac</h3>
<div class="input-field">
<button class="minus">
<img
src="/img/Shopping cart/minus-square-white.svg"
alt="minus"
/>
</button>
<input
id="jumlah"
name="jumlah"
type="number"
value="1"
min="0"
/>
<button class="plus">
<img
src="/img/Shopping cart/plus-square-white.svg"
alt="plus"
/>
</button>
</div>
<h3 class="harga-card">Rp. 150.000</h3>
</div>
<div class="delete-card">
<button class="remove">
<img src="/img/delete-bin-line.svg" alt="delete" />
</button>
</div>
</div> -->
</div>
<div class="shopping-summary">
<div class="shopping-total">
<h3>Ringkasan belanja</h3>
<hr class="style-three" />
<div class="shp-bottom">
<h3>Total harga</h3>
<h3 class="total-harga">Rp. 1.500.000</h3>
</div>
</div>
<button>Beli</button>
</div>
</div>
</div>
<!-- Footer -->
<footer class="light">
<div class="footer-top">
<div class="container">
<div class="row footer-list">
<div class="col col-lg-4 col-xl-8">
<h5 class="footer-title">McDay’s</h5>
<div class="footer-item mb-md-down-4">
<div class="row">
<div class="col-md-5">
<ul class="ul">
<li><a href="#">Hubungi Kami</a></li>
<li><a href="#">Tentang Kami</a></li>
<li><a href="#">Karier</a></li>
</ul>
</div>
<div class="col-md-6">
<ul class="ul">
<li><a href="#">Layanan</a></li>
<li><a href="#">Sertifikasi dan Jaminan Kualitas</a></li>
<li><a href="#">McDay's App</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col col-lg-6 col-xl-3">
<div class="footer-item">
<h5 class="footer-title">Hubungi Kami</h5>
<ul class="footer-social d-flex">
<li>
<a
href="http://www.facebook.com/McDonaldsID"
target="_blank"
>
<i class="fab fa-facebook-square fa-lg"></i>
</a>
</li>
<li>
<a href="http://instagram.com/mcdonaldsid" target="_blank">
<i class="fab fa-instagram fa-lg"></i>
</a>
</li>
<li>
<a
href="https://www.youtube.com/user/McDonaldsID"
target="_blank"
>
<i class="fab fa-youtube fa-lg"></i>
</a>
</li>
</ul>
<div class="btn-group-download d-flex">
<a
href="https://apps.apple.com/id/app/mcdonalds/id1217507712"
target="_blank"
><img
src="/img/Download In Appstore.png"
alt="Appstore Download"
/></a>
<a
class="playstore"
href="https://play.google.com/store/apps/details?id=com.mcdonalds.mobileapp"
target="_blank"
><img
src="/img/Download In Playstore.png"
alt="Playstore Download"
/></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<h6 class="text-center">
Copyrigth © 2020 Muhammad Rayhan All Rights Reserved.
</h6>
</div>
</footer>
<!-- <script src="/data/data-source.js" type="module"></script> -->
<script src="/data/newShopping-cart.js" type="module"></script>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
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>
</body>
</html>