-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwishlist.html
More file actions
237 lines (229 loc) · 11 KB
/
wishlist.html
File metadata and controls
237 lines (229 loc) · 11 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wishlist</title>
<!--bootstrap cdn-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!--font awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--google fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<style>
*{
margin:0;
padding:0;
font-family: "Playfair", serif;
/* scroll-behavior: smooth; */
}
.banner-wishlist{
width:100%;
height:200px;
margin-bottom:50px;
}
.header-bg{
background-color: aqua !important;
}
.img-wish{
width:70px;
height:100px;
}
.cart {
text-decoration:none;
color:#000;
}
.cart-btn{
background-color:aqua;
border:0px;
padding:8px 20px;
border-radius:8px;
}
.cart-btn:hover{
background-color:#054D44;
color:#fff;
}
.cart:hover{
color:#fff;
}
.book-title{
font-size:18px;
font-weight:500;
}
@media (max-width:768px){
.banner-wishlist{
height:150px;
margin-bottom:25px;
}
.cart-btn{
background-color:aqua;
border:0px;
padding:4px 16px;
border-radius:8px;
font-size:14px;
}
table {
border-collapse: collapse;
width: 100%;
}
thead {
display: none;
}
tbody tr {
display: block;
margin-bottom: 15px;
border: 1px solid #ddd;
}
tbody td {
display: block;
text-align: right;
padding: 10px;
border-bottom: 1px solid #ddd;
}
tbody td::before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg custom-navbar mb-0">
<div class="container-fluid">
<a href="./index.html">
<img id="logo" src="https://img.freepik.com/free-vector/hand-drawn-flat-design-bookstore-logo_23-2149350212.jpg" alt="logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="close-icon"><i class="fas fa-times"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- search bar -->
<div class="search-bar">
<form class="d-flex" role="search" >
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-search" type="submit">Search</button>
</form>
</div>
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 align-items-lg-center justify-content-center text-center">
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li> -->
<li class="nav-item">
<a class="nav-link me-5" href="./cart.html" aria-disabled="true"><i class="fa-brands fa-bitbucket me-1"></i> Cart</a>
</li>
<li class="nav-item">
<a href="./loginpage.html" class="nav-link me-5" aria-disabled="true"><i class="fa-regular fa-user me-1"></i>Login</a>
</li>
<li class="nav-item">
<a class="nav-link me-5" href="./wishlist.html" aria-disabled="true"><i class="fa-regular fa-heart me-1"></i></i>Wishlist</a>
</li>
</ul>
</div>
</div>
</nav>
<!--wishlist body starts here-->
<div class="banner-wishlist d-flex justify-content-center align-items-center">
<h2 class="wish-title">WISHLIST</h2>
</div>
<div class="container ">
<div style="overflow-x: auto;">
<table class="table table-bordered">
<thead class="table-info">
<tr>
<th scope="col">Product</th>
<th scope="col" >Unit Price</th>
<th scope="col">Stock Quantity</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Product"><img class="img-wish" src="https://m.media-amazon.com/images/I/81Zbt0FddvL._AC_UF1000,1000_QL80_.jpg"><br><h4 class="book-title">Aghori 1: The Untold Story</h4></td>
<td data-label="Unit Price">₹213</td>
<td data-label="Stock Quantity">4</td>
<td><button class="cart-btn"><a class="cart" href="./cart.html" >Add to cart</a></button></td>
</tr>
<tr>
<td data-label="Product"><img class="img-wish" src="https://m.media-amazon.com/images/I/816Jk3XwEbL._AC_UF1000,1000_QL80_.jpg"><br><h4 class="book-title">The Curse of Muziris</h4></td>
<td data-label="Unit Price">₹339</td>
<td data-label="Stock Quantity">5</td>
<td><button class="cart-btn"><a class="cart"href="./cart.html" >Add to cart</a></button></td></td>
</tr>
<tr>
<td data-label="Product"><img class="img-wish" src="https://rukminim2.flixcart.com/image/720/864/xif0q/book/n/b/g/the-drowning-original-imah4kyhgcxuqfqd.jpeg?q=60&crop=false"><br><h4 class="book-title">The drowning</h4></td>
<td data-label="Unit Price">₹254</td>
<td data-label="Stock Quantity">2</td>
<td><button class="cart-btn"><a class="cart"href="./cart.html" >Add to cart</a></button></td></td>
</tr>
<tr>
<td data-label="Product"><img class="img-wish" src="https://m.media-amazon.com/images/I/41l129t7JGL._AC_UF350,350_QL80_.jpg"><br><h4 class="book-title">Gone Girl</h4></td>
<td data-label="Unit Price">₹354</td>
<td data-label="Stock Quantity">1</td>
<td><button class="cart-btn"><a class="cart"href="./cart.html" >Add to cart</a></button></td></td>
</tr>
</tbody>
</table>
</div>
</div>
<!--wishlist body ends here-->
<div class="container-fluid" id="main-foot" style="background-color:#054D44; margin-top:75px;">
<div class="footer">
<div class="row">
<div class="col-md-3" id="pad">
<h2 class="site-name">THE BOOKSTORE</h2>
<p class="para"> The Bookstore draws book lovers of all ages into a community where they can discover great books, engage with booklovers and meet their favourite literary personalities.
</p>
</div>
<div class="col-md-3" id="pad">
<h2 class="category">Categories</h2>
<ul class="list-group list-group-flush my-custom-list-group">
<li class="list-group-item"><a class="list-a" href="#">Novel</a></li>
<li class="list-group-item"><a class="list-a" href="#">Thriller</a></li>
<li class="list-group-item"><a class="list-a" href="#">Horror</a></li>
<li class="list-group-item"><a class="list-a" href="#">Fantasy</a></li>
<li class="list-group-item"><a class="list-a" href="#">Biography</a></li>
</ul>
</div>
<div class="col-md-3" id="pad">
<h2 class="category">Authors</h2>
<ul class="list-group list-group-flush my-custom-list-group">
<li class="list-group-item"><a class="list-a" href="#">M. T vasudevan</a></li>
<li class="list-group-item"><a class="list-a" href="#">Mark Twain</a></li>
<li class="list-group-item"><a class="list-a" href="#">Shakespere</a></li>
<li class="list-group-item"><a class="list-a" href="#">Madhavikutty</a></li>
<li class="list-group-item"><a class="list-a" href="#">J. K Rowling</a></li>
</ul>
</div>
<div class="col-md-3" id="pad">
<h2 class="category">Get in touch</h2>
<form>
<label for="name" class="label-foot">Name:</label><br>
<input type="text" id="name" name="name" value=""><br>
<label for="email">Email:</label><br>
<input type="email" id="email" name="email" value=""><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="2"></textarea><br><br>
<button type="submit" class="form-button">Submit</button>
</form>
</form>
</div>
<h4 class="copy-right text-center">© 2024 All Rights reserved.</h4>
</div>
</div>
</div>
</body>
</html>