-
Notifications
You must be signed in to change notification settings - Fork 0
/
wishList.html
292 lines (250 loc) · 12.8 KB
/
wishList.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Fav Icon -->
<link rel="icon" href="./images/Logo/favicon.png" type="image/x-icon">
<!-- FontAwsome Link -->
<script src="https://kit.fontawesome.com/418d14164c.js" crossorigin="anonymous"></script>
<!-- Sweet Alert -->
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!-- Css File -->
<link rel="stylesheet" href="./Css-Files/style.css">
<link rel="stylesheet" href="./Css-Files/addTocart.css">
<!-- Model Styling -->
<link rel="stylesheet" href="./Css-Files/signform.css">
<link rel="stylesheet" href="./Css-Files/loader.css">
<title>WishList | Chatkhara Meal</title>
</head>
<body onload="preLoaderHandler()">
<div id="loader"></div>
<!-- Header Starts -->
<header>
<div class="topNav">
<div class="topnav-left">
<h5>Welcome <span id="userGreetingName">User</span> To Chatkhara Meal</h5>
</div>
<div class="search-container">
<form action="#">
<input type="text" placeholder="Search Here.." class="search-input">
<button type="submit" class="search-btn"> <i class="fas fa-search"></i></button>
</form>
<div class="form-right">
<button class="btn-tool-tip">
<a href="./wishList.html"><i class="fas fa-heart"></i>
<span class="span-wish">0</span>
</a>
</button>
<button class="btn-tool-tip"><a href="#">
<i class="fas fa-user-circle" onclick="document.getElementById('myModal').style.display='block'"></i></a>
</button>
</div>
</div>
</div>
<div class="midNav">
<a href="./index.html"><img src="./images/Logo/Logo-Chatkhara-01.png"alt="Chatkhara Meal Logo"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#menu-section">Menu</a></li>
<li><a href="aboutUS.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<i class="fas fa-bars"></i>
</div>
</header>
<!-- Header Ends -->
<!-- Navigation categories -->
<div class="navigation-bar">
<nav class="nav-categories">
<ul>
<li><a href="./categories/fastFood.html"><i class="fas fa-hamburger"></i> FastFood</a></li>
<li><a href="./categories/snacks.html"><i class="fas fa-cookie"></i> Snacks</a></li>
<li><a href="./categories/bakery-items.html"><i class="fas fa-bread-slice"></i> Bakery</a></li>
<li><a href="./categories/chatkhara.html"><i class="fab fa-hotjar"></i> Chatkhara Meal</a></li>
<li class="add-to-cart">
<a href="./checkOut.html" >
<span class="span-cart">0</span>
<i class="fas fa-cart-plus"></i>
</a>
</li>
</ul>
</nav>
</div>
<!-- Navigation categories Ends-->
<main>
<section class="addToCart">
<div class="addtoCart-wraper">
<h2 class="title">Your Wish Cart</h2>
<!-- <div class="checkout-validation">
<i class="fas fa-exclamation-circle"></i> Cart total must be greater than Rs 300
</div> -->
<div class="wishlist-table">
<table>
<!-- <caption>Order Details</caption> -->
<thead>
<tr>
<th>#</th>
<th scope="col"></th>
<th scope="col" colspan="2">Item Name</th>
<th scope="col" colspan="2">Price</th>
<!-- <th scope="col" colspan="2">Quantity</th>
<th scope="col" colspan="2">Sub Total</th> -->
<th></th>
</tr>
</thead>
<tbody class="displayWishCart">
<!-- Add data dynamically -->
</tbody>
</table>
<!-- <div class="subTotal">
<h1 class="border-h1">Delivery Details</h1>
<h4>Sub Total:</h4>
<span class="Total">Rs. 0</span>
<h4>Delivery Charges:</h4>
<span>Rs. 200</span>
<h4 class="border-h4 ">Grand Total:</h4>
<b><span class="grandTotal">Rs. 0</span></b>
<button class="Order-placed">Proceed Checkout</button>
</div> -->
</div>
</div>
</section>
</main>
<!-- Model Signin Signup -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="button-container">
<button type="button" class="toggle-btn" id="toggle-login">Log In</button>
<button type="button" class="toggle-btn" id="toggle-signup">Sign Up</button>
</div>
<form class="form" id="formlogIn">
<div class="header">
<h2>Log In</h2>
<i class="fas fa-times" onclick="document.getElementById('myModal').style.display='none'"></i>
</div>
<div class="form-control ">
<label for="userEmailLogIn">Your Email:</label>
<input type="email" id="userEmailLogIn" placeholder="Enter Your Email...">
<i class="fas fa-check-circle"></i>
<i class="fas fa-exclamation-circle"></i>
<small>Error message</small>
</div>
<div class="form-control ">
<label for="userPassLogIn">Your Password:</label>
<input type="password" id="userPassLogIn" placeholder="Enter Your Password..">
<i class="fas fa-check-circle"></i>
<i class="fas fa-exclamation-circle"></i>
<small>Error message</small>
</div>
<div class="form-flex">
<input type="checkbox" style="display: inline-block;"><h6>Remember Me</h6>
</div>
<button type="button" id="logInBtn">Log In</button>
<div class="form-last">
<a href="#">Forgot Password?</a>
</div>
</form>
<form class="form" id="formSignUp">
<div class="header">
<h2>Sign Up</h2>
<i class="fas fa-times" onclick="document.getElementById('myModal').style.display='none'"></i>
</div>
<div class="form-control ">
<label for="userNameSignUp">Enter Your Name:</label>
<input type="text" id="userNameSignUp" placeholder="Your Name...">
<i class="fas fa-check-circle"></i>
<i class="fas fa-exclamation-circle"></i>
<small>Error message</small>
</div>
<div class="form-control ">
<label for="userEmailSignUp">Enter Email:</label>
<input type="email" id="userEmailSignUp" placeholder="Your Email...">
<i class="fas fa-check-circle"></i>
<i class="fas fa-exclamation-circle"></i>
<small>Error message</small>
</div>
<div class="form-control ">
<label for="userPassSignUp1">Enter Password:</label>
<input type="password" id="userPassSignUp1" placeholder="Enter Password..">
<i class="fas fa-check-circle"></i>
<i class="fas fa-exclamation-circle"></i>
<small>Error message</small>
</div>
<div class="form-control ">
<label for="userPassSignUp2">Confirm Password:</label>
<input type="password" id="userPassSignUp2" placeholder="Enter Again Password..">
<i class="fas fa-check-circle"></i>
<i class="fas fa-exclamation-circle"></i>
<small>Error message</small>
</div>
<div class="form-flex">
<input type="checkbox" style="display: inline-block;"><h6>I Accept the <a href="#">Terms Of Use</a> & <a href="#">Privacy Policy</a></h6>
</div>
<button type="button" id="signUpBtn">Sign Up</button>
</form>
</div>
</div>
<!-- Footer start -->
<footer>
<div class="footer-container">
<div class="footer-row">
<div class="footer-col">
<div class="chat-desc">
<h3>Chatkhara Meal</h3>
<p>Welcome to the home of delicious savours.
CHATKHARA MEAL - A quick service restaurant made to look after your hunger pangs.</p>
<p>Our mission is to give our customers the most authentic and artisanal online experience of Food at the best price. </p>
<p>
Delivering with CHATKHARA MEAL , you get flexibility and fair prices</p>
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="footer-col">
<div class="info">
<h3>INFORMATION</h3>
<p>If You Have Any Suggestion, Information Or Want To Complain, Reach Us At :</p>
<div class="caht-personal">
<p><span>Tel :</span> +92 123 456 789</p>
<p><span>Email :</span> contact@chatkharameal.com</p>
<p><span>Working Hours :</span> 9am-9pm</p>
</div>
</div>
</div>
<div class="footer-col">
<div class="chat-insta">
<h3>INSTAGRAM</h3>
<div class="chat-images">
<img src="./images/subscribe-footer-images/subscribe.jpg" alt="img">
<img src="./images/subscribe-footer-images/salted-chips.jpg" alt="img">
<img src="./images/subscribe-footer-images/popcorn.jpg" alt="img">
<img src="./images/subscribe-footer-images/nimco_mix.jpeg" alt="img">
<img src="./images/subscribe-footer-images/subscribe.jpg" alt="img">
<img src="./images/subscribe-footer-images/salted-chips.jpg" alt="img">
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<p>© Copyright <strong><i class="fab fa-hotjar"></i> Chatkhara Meal</strong>. All Rights Reserved</p>
<p>Designed by <span>Team Malam Jabba</span></p>
</div>
</footer>
<!-- footer End -->
<!-- Sweet Alert -->
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!-- Check Out Js -->
<script src="./js/wishList.js"></script>
<!-- Custom JS -->
<script src="./js/script.js"></script>
<script src="./js/greetUser.js"></script>
<script src="./js/loader.js"></script>
</body>
</html>