-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooksoption.html
217 lines (207 loc) · 9.12 KB
/
booksoption.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Exchange Platform</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f3f3f3;
margin: 0;
padding: 0;
}
header {
background-color: #007BFF;
color: #fff;
padding: 20px;
text-align: center;
}
h1 {
margin: 0;
font-size: 36px;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
h2 {
margin-top: 0;
}
.book-list {
list-style-type: none;
padding: 0;
}
.book-item {
margin: 20px 0;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
background-color: #f9f9f9;
}
.book-item h3 {
margin-top: 0;
}
.book-item p {
margin-bottom: 0;
}
.add-book-button {
background-color: #007BFF;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
.add-book-button:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<header>
<h1>Welcome to the Book Exchange Platform</h1>
</header>
<div class="container">
<h2>Available Books</h2>
<ul class="book-list">
<!-- Sample book items -->
<li class="book-item">
<img src="bk1.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>You Only Live Once</h3>
<p><strong>Author</strong>: Jason Vitug</p>
<p><strong>Country</strong>: United States</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Self-help</p>
<p><strong>Published on</strong>: January 7, 2016</p>
<p><strong>Publisher</strong>: John Wiley & Sons</p>
<p><strong>Media type Print</strong>: Hardcover</p>
<p><strong>Pages</strong>: 192</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk2.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>The Psychology of Money</h3>
<p><strong>Author</strong>: Morgan Housel</p>
<p><strong>Country</strong>: India</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Self-help</p>
<p><strong>Published on</strong>: January 1, 2020</p>
<p><strong>Publisher</strong>: Silver Books</p>
<p><strong>Media type Print</strong>: Hardcover</p>
<p><strong>Pages</strong>: 252</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk3.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>The Housemaid</h3>
<p><strong>Author</strong>: Freida McFadden</p>
<p><strong>Country</strong>: United States</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Fiction</p>
<p><strong>Published on</strong>: April 26, 2022</p>
<p><strong>Publisher</strong>: Bookouture</p>
<p><strong>Media type Print</strong>: Hardcover</p>
<p><strong>Pages</strong>: 338</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk4.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>It Ends With Us</h3>
<p><strong>Author</strong>: Colleen Hoover</p>
<p><strong>Country</strong>: United States</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Fiction</p>
<p><strong>Published on</strong>: January 1, 2020</p>
<p><strong>Publisher</strong>: Noveller New</p>
<p><strong>Media type Print</strong>: Paperback</p>
<p><strong>Pages</strong>: 230</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk5.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>Verity</h3>
<p><strong>Author</strong>: Colleen Hoover</p>
<p><strong>Country</strong>: United States</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Thriller</p>
<p><strong>Published on</strong>: February 18, 2020</p>
<p><strong>Publisher</strong>: Sphere</p>
<p><strong>Media type Print</strong>: Paperback</p>
<p><strong>Pages</strong>: 336</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk6.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>A Little Life</h3>
<p><strong>Author</strong>: Hanya Yanagihara</p>
<p><strong>Country</strong>: United States</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Fiction, Tragedy</p>
<p><strong>Published on</strong>: March 15, 2023</p>
<p><strong>Publisher</strong>: Picador</p>
<p><strong>Media type Print</strong>: Hardcover</p>
<p><strong>Pages</strong>: 752</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk7.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>Zero to One</h3>
<p><strong>Author</strong>: Peter Thiel, Blake Masters</p>
<p><strong>Country</strong>: United Kingdom</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Self-help</p>
<p><strong>Published on</strong>: September 18, 2014</p>
<p><strong>Publisher</strong>: Virgin Books</p>
<p><strong>Media type Print</strong>: Paperback</p>
<p><strong>Pages</strong>: 224</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk8.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>A Good Girl's Guide to Murder</h3>
<p><strong>Author</strong>: Holly Jackson</p>
<p><strong>Country</strong>: United Kingdom</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Fiction</p>
<p><strong>Published on</strong>: 1 May, 2019</p>
<p><strong>Publisher</strong>: Egmont</p>
<p><strong>Media type Print</strong>: Paperback</p>
<p><strong>Pages</strong>: 432</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk9.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>The Little Prince</h3>
<p><strong>Author</strong>: Antoine De Saint-Exupéry</p>
<p><strong>Country</strong>: India</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Fiction</p>
<p><strong>Published on</strong>: 1 March, 2016</p>
<p><strong>Publisher</strong>: Finger Print</p>
<p><strong>Media type Print</strong>: Hardcover</p>
<p><strong>Pages</strong>: 144</p>
<button><a href="order.html">Place Order</a></button>
</li>
<li class="book-item">
<img src="bk10.jpg" alt="book1" style="width: 200px; height: 200px;">
<h3>A Man Called Ove</h3>
<p><strong>Author</strong>: Fredrik Backman</p>
<p><strong>Country</strong>: United Kingdom</p>
<p><strong>Language</strong>: English</p>
<p><strong>Genre</strong>: Fiction</p>
<p><strong>Published on</strong>: 7 May, 2020</p>
<p><strong>Publisher</strong>: Sceptre</p>
<p><strong>Media type Print</strong>: Paperback</p>
<p><strong>Pages</strong>: 320</p>
<button><a href="order.html">Place Order</a></button>
</li>
<!-- Add more book items here -->
</ul>
</div>
</body>
</html>