-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcindex.html
More file actions
217 lines (208 loc) · 8.81 KB
/
cindex.html
File metadata and controls
217 lines (208 loc) · 8.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Catalogue Page</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f3f3f8;
color: #333;
}
.container {
width: 95%;
margin: 20px auto;
padding: 20px;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.book {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.book img {
width: 100%;
height: auto;
max-height: 400px;
margin-bottom: 15px;
border-radius: 5px;
}
.details h3 {
margin: 10px 0;
font-size: 1.2em;
color: #222;
}
.details p {
margin: 5px 0;
font-size: 0.9em;
color: #555;
}
.details .price {
font-size: 1.1em;
font-weight: bold;
color: #27ae60;
margin: 10px 0;
}
.details button {
padding: 10px 15px;
font-size: 1em;
color: #fff;
background-color: #3498db;
border: none;
border-radius: 5px;
cursor: pointer;
}
.details button:hover {
background-color: #2980b9;
}
</style>
</head>
<body>
<div class="container">
<div class="book">
<img src="https://rukminim2.flixcart.com/image/416/416/kx6fwcw0/book/r/q/c/data-structures-using-c-original-imag9p8bjvxmgup4.jpeg?q=70&crop=false"
alt="Book Cover 1">
<div class="details">
<h3>Data Structures and Algorithm</h3>
<p><strong>Author:</strong>Reema Thareja </p>
<p><strong>Publisher:</strong> OXFORD</p>
<p class="price">₹611/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/416/416/xif0q/book/d/h/m/computer-system-architecture-revised-3-e-original-imah5uztfvh3ygrk.jpeg?q=70&crop=false"
alt="Book Cover 2">
<div class="details">
<h3>Computer System Architecture</h3>
<p><strong>Author:</strong>M.Morris Mano</p>
<p><strong>Publisher:</strong> PEARSON</p>
<p class="price">₹671/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/416/416/jz30nm80/book/3/5/9/a-textbook-of-discrete-mathematics-original-imafj5jyagxergzg.jpeg?q=70&crop=false"
alt="Book Cover 3">
<div class="details">
<h3>Discrete Mathematics</h3>
<p><strong>Author:</strong> Swapan Kumar Sarkar</p>
<p><strong>Publisher:</strong> S.CHAND COMPANY </p>
<p class="price">₹669/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/416/416/l45xea80/regionalbooks/d/6/l/used-like-new-technical-communication-3e-principles-and-practice-original-imagf4gnnvbvvg4n.jpeg?q=70&crop=false"
alt="Book Cover 4">
<div class="details">
<h3>Technical Communication</h3>
<p><strong>Author:</strong> Sangeeta Sharma</p>
<p><strong>Publisher:</strong> OXFORD</p>
<p class="price">₹412/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/612/612/jpr86fk0/book/0/3/0/a-textbook-of-engineering-mathematics-ptu-jalandhar-sem-iii-iv-original-imafbwx7phszetj3.jpeg?q=70"
alt="Book Cover 5">
<div class="details">
<h3>Engineering Mathematics - IV</h3>
<p><strong>Author:</strong> N.P Bali </p>
<p><strong>Publisher:</strong> UNIVERSITY SCIENCE PRESS</p>
<p class="price">₹369/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/612/612/xif0q/book/d/t/t/how-to-talk-to-anyone-original-imah63ghaqkanyfv.jpeg?q=70"
alt="Book Cover 6">
<div class="details">
<h3>How To Talk To Anyone </h3>
<p><strong>Author:</strong> Leil Lowndes </p>
<p><strong>Publisher:</strong> HARPER ELEMENT </p>
<p class="price">₹169/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/416/416/xif0q/book/m/f/s/harry-potter-and-the-philosopher-s-stone-original-imah44sjzw9gfpyr.jpeg?q=70&crop=false"
alt="Book Cover 7">
<div class="details">
<h3>Harry Potter and The Philospher's Stone </h3>
<p><strong>Author:</strong> JK Rowling </p>
<p><strong>Publisher:</strong> BLOOMSBURY PUBLISHING PLC</p>
<p class="price">₹269/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src=https://rukminim2.flixcart.com/image/416/416/xif0q/regionalbooks/z/x/p/harry-potter-and-the-chamber-of-secrets-english-paperback-original-imagqd2gk94epdgu.jpeg?q=70&crop=falsecover-placeholder8.jpg"
alt="Book Cover 8">
<div class="details">
<h3>Harry Potter and the Chamber Of Secret's</h3>
<p><strong>Author:</strong> JK Rowling </p>
<p><strong>Publisher:</strong> BLOOMSBURY PUBLISHING PLC</p>
<p class="price">₹269/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/612/612/xif0q/book/o/6/m/harry-potter-y-el-prisionero-de-azkaban-harry-potter-and-the-original-imagkd43trztch5g.jpeg?q=70"
alt="Book Cover 9">
<div class="details">
<h3>Harry Potter and the Prisoner of Azkaban </h3>
<p><strong>Author:</strong> JK Rowling</p>
<p><strong>Publisher:</strong> BLOOMSBURY PUBLISHING PLC</p>
<p class="price">₹269/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/612/612/xif0q/book/v/z/6/harry-potter-and-the-goblet-of-fire-original-imah3bzau5uuznyb.jpeg?q=70"
alt="Book Cover 10">
<div class="details">
<h3>Harry Potter and The Goblet of Fire </h3>
<p><strong>Author:</strong> JK Rowling</p>
<p><strong>Publisher:</strong> BLOOMSBURY PUBLISHING PLC</p>
<p class="price">₹269/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/612/612/xif0q/book/m/c/g/harry-potter-and-the-order-of-the-phoenix-original-imahffdydzyvbzu5.jpeg?q=70"
alt="Book Cover 11">
<div class="details">
<h3>Harry Potter and the Order of the Phoenix</h3>
<p><strong>Author:</strong> JK Rowling</p>
<p><strong>Publisher:</strong> BLOOMSBURY PUBLISHING PLC</p>
<p class="price">₹469/-</p>
<button>Add to Cart</button>
</div>
</div>
<div class="book">
<img src="https://rukminim2.flixcart.com/image/612/612/xif0q/book/o/6/z/harry-potter-and-the-half-blood-prince-original-imagxu5f4avph3av.jpeg?q=70"
alt="Book Cover 12">
<div class="details">
<h3>
Harry Potter and the Half-Blood Prince</h3>
<p><strong>Author:</strong> JK Rowling</p>
<p><strong>Publisher:</strong> BLOOMSBURY PUBLISHING PLC</p>
<p class="price">₹569/-</p>
<button>Add to Cart</button>
</div>
</div>
</div>
</body>
</html>