forked from AnushkJain2201/BookExchangeHackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.html
217 lines (198 loc) · 8.85 KB
/
admin.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Exchange</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/921e89acba.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="admin.css">
</head>
<body>
<nav class="navbar navbar-expand-lg nav-color nwidth">
<div class="container-fluid">
<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>
</button>
<div class="container w-75">
<a class="navbar-brand logo-class" href="#">
<img src="images/logo.png" alt="logo" height="50 px" width="240 px" >
</a>
</div>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
<li class="nav-item ">
<a class="nav-link " aria-current="page" href="#" >About Us</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="#">Contact us</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="#">Welcome <span id="admin_name"></span></a>
</li>
</ul>
</div>
</div>
</nav>
<div id="main_body">
<section id="maincontent">
<div class="featured-books">
<h1>Your Rentals</h1>
<div class="featured-book-box">
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_1.jpg" alt="#">
</div>
<div class="featured-book-tag">
<h2>CocoGoose</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_3.jpg" alt="#">
</div>
<div class="featured-book-tag">
<h2>Wespart</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_5.jpg" alt="#">
</div>
<div class="featured-book-tag">
<h2>Clever Lands</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_6.jpg" alt="#">
</div>
<div class="featured-book-tag">
<h2>Shattered</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_7.png" alt="#">
</div>
<div class="featured-book-tag">
<h2>The Art City</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_8.png" alt="#">
</div>
<div class="featured-book-tag">
<h2>Music Rod</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_9.jpg" alt="#">
</div>
<div class="featured-book-tag">
<h2>FreeFall</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_11.jpg" alt="#">
</div>
<div class="featured-book-tag">
<h2>Boring Girls</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
<div class="featured-book-card">
<div class="featured-book-img">
<img src="images/Book Store Website Part 1/Book Store Website Part 1/image/book_12.png" alt="#">
</div>
<div class="featured-book-tag">
<h2>Thanks In Everything</h2>
<p class="writer">John Deo</p>
<div class="categories">Thriller,Horror,Romance</div>
<p class="book-price">$25.50 <sub><del>$28.50</del></sub></p>
</div>
</div>
</div>
</div>
</section>
<section id="sidebar">
<div id="searchbar">
<form action="">
<input type="text" placeholder="Search For Any Book">
</form>
<button class="btn btn-dark " id="but-on" >Show</button>
</div>
<div id="comments">
<ul>
<p> Admin Controls</p>
<li>
<button class="btn btn-primary"> <a href="#">Donated Books</a></button>
</li>
<br>
<li>
<button class="btn btn-primary"> <a href="#">Earnings</a></button>
</li>
<br>
<li>
<button class="btn btn-primary"> <a href="#">Rented Books</a></button>
</li>
<br>
<li>
<button class="btn btn-primary"> <a href="#">Blacklisted Customers</a></button>
</li>
<br>
</ul>
</div>
<div id="another">
<p>Your Favorites</p>
<ul>
<li>
<a href="#"> The Grave of the fireflies </a>
</li>
<br>
<li>
<a href="#"> StarBoy </a>
</li>
<br>
<li>
<a href="#"> What Is Your Name </a>
</li>
<br>
<li>
<a href="#"> Into You </a>
</li>
<br>
</ul>
</div>
</section>
</div>
</body>
</html>