-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfav.html
More file actions
256 lines (229 loc) · 9.9 KB
/
fav.html
File metadata and controls
256 lines (229 loc) · 9.9 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="fav.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>QUIL & BYTE/FAVORITES</title>
</head>
<body>
<!-- code for the basic nav bar -->
<header>
<nav>
<ul class="nav-bar" style="list-style-type: none;">
<div class="search-bar">
<i class="fa-solid fa-magnifying-glass"></i>
<input class="search" type="text" placeholder=" Search...">
</div>
<a href="index.html"><li>HOME</li></a>
<a href="popular.html"><li>POPULAR</li></a>
<a href="#">
<li>
<label for="genre">GENRE</label>
<select class="small-dropdown" name="genre" id="genre">
<option class="goptions" value="all">ALL</option>
<option class="goptions" value="f">FICTION</option>
<option class="goptions" value="c">CRIME FICTION</option>
<option class="goptions" value="r">ROMANCE</option>
<option class="goptions" value="f">FANTASY</option>
<option class="goptions" value="k">KIDS</option>
<option class="goptions" value="h">HORROR</option>
<option class="goptions" value="m">MANGA</option>
<option class="goptions" value="co">COMICS</option>
<option class="goptions" value="n">NOVELS</option>
<option class="goptions" value="bi">BIOGRAPHIES</option>
</select>
</li>
</a>
<a href="reviews.html"><li>REVIEWS</li></a>
<a href="fav.html"><li>FAVORITES</li></a>
<a class="account" href="login.html"><li>LOG IN</li></a>
<a class="account" href="signin.html"><li>SIGN IN</li></a>
<a class="settings"><li><i class="fa-solid fa-gear"></i></li></a>
</ul>
</nav>
</header>
<!-- spacer between main grid and the nav -->
<div id="spacer1">
<h4 style="font-weight:700;font-family:'Parisienne','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">Read your Liked books from your FAVORITES list</h4>
<div>
<label for="genre">SORT BY GENRE:</label>
<select class="small-dropdown" name="genre" id="genre">
<option class="goptions" value="all" selected>ALL</option>
<option class="goptions" value="f">FICTION</option>
<option class="goptions" value="c">CRIME FICTION</option>
<option class="goptions" value="r">ROMANCE</option>
<option class="goptions" value="f">FANTASY</option>
<option class="goptions" value="k">KIDS</option>
<option class="goptions" value="h">HORROR</option>
<option class="goptions" value="m">MANGA</option>
<option class="goptions" value="co">COMICS</option>
<option class="goptions" value="n">NOVELS</option>
<option class="goptions" value="bi">BIOGRAPHIES</option>
</select>
</div>
</div>
<!-- main container -->
<div class="container">
<div class="box fav">
<a href="https://dn790000.ca.archive.org/0/items/the48lawsofpowerpdfdrive.com/The%2048%20Laws%20Of%20Power%20%28%20PDFDrive.com%20%29.pdf">
<img src="images/13.webp" alt="book-one">
<h4>Non-fiction</h4>
<h2>The 48 Laws of Power...</h2>
<h1>Robert Greene</h1>
</a>
</div>
<div class="box fav">
<a href="https://www.books1.co.uk/pdf-view/can't-hurt-me.pdf">
<img src="images/14.webp" alt="book-one">
<h4>Self-help</h4>
<h2>Can’t Hurt Me: Master Your...</h2>
<h1>David Goggins</h1>
</a>
</div>
<div class="box fav">
<a href="https://www.scribd.com/document/751701771/YOU-BECOME-WHAT-YOU-THINK">
<img src="images/15.webp" alt="book-one">
<h4>Spirituality</h4>
<h2>You Become What You Think...</h2>
<h1>Shubham Kumar Singh</h1>
</a>
</div>
<div class="box fav">
<a href="https://archive.org/details/secret0000byrn_j4r8/page/n7/mode/2up">
<img src="images/tenth.webp" alt="book-one">
<h4>Productivity</h4>
<h2>The Secret...</h2>
<h1>Rhonda Byrne</h1>
</a>
</div>
<div class="box fav">
<a href="https://www.scribd.com/document/54582460/Brian-Tracy-Eat-That-Frog">
<img src="images/11.webp" alt="book-one">
<h4>Self-help</h4>
<h2>Eat That Frog!: 21 Great Ways...</h2>
<h1>Brian Tracy</h1>
</a>
</div>
<div class="box fav">
<a href="https://cdn.bookey.app/files/pdf/book/en/life's-amazing-secrets.pdf">
<img src="images/12.webp" alt="book-one">
<h4>Spirituality</h4>
<h2>Life's Amazing Secrets...</h2>
<h1>Gaur Gopal Das</h1>
</a>
</div>
<div class="box fav">
<a href="https://dn790007.ca.archive.org/0/items/atomic-habits-pdfdrive/Atomic%20habits%20%28%20PDFDrive%20%29.pdf">
<img src="images/seventh.webp" alt="book-one">
<h4>Self-help</h4>
<h2>Atomic Habits: An Easy & Prove....</h2>
<h1>James Clear</h1>
</a>
</div>
<div class="box fav">
<a href="https://hostnezt.com/cssfiles/general/the-psychology-of-money-by-morgan-housel.pdf">
<img src="images/eight.webp" alt="book-one">
<h4>Personal-Finance</h4>
<h2>The Psychology of Money</h2>
<h1>Morgan Housel</h1>
</a>
</div>
<div class="box fav">
<a href="http://fop86.com/Rich%20Dad%20Poor%20Dad/Rich%20Dad%20Poor%20Dad.pdf">
<img src="images/nineth.webp" alt="book-one">
<h4>Law of Attraction</h4>
<h2>Rich Dad Poor Dad...</h2>
<h1>Robert T. Kiyosaki</h1>
</a>
</div>
<div class="box fav">
<a href="dn.bookey.app/files/pdf/book/en/dopamine-detox.pdf">
<img src="images/fourth.webp" alt="book-one">
<h4>Self-help</h4>
<h2>Dopamine Detox: A Short Guide...</h2>
<h1>Thibaut Meurisse</h1>
</a>
</div>
<div class="box fav">
<a href="https://www.scribd.com/document/814301956/The-art-of-not-overthinking">
<img src="images/fifth.webp" alt="book-one">
<h4>Mindset</h4>
<h2>The Art of Not Overthinking...</h2>
<h1>Shaurya Kapoor</h1>
</a>
</div>
<div class="box fav">
<a href="https://lib.zu.edu.pk/ebookdata/Engineering/Biomedical%20Engineering/The%20Art%20of%20Being%20ALONE%20Solitude%20Is%20My%20HOME,%20Loneliness%20Was%20My%20Cage.pdf">
<img src="images/sixth.webp" alt="book-one">
<h4>Well-Being</h4>
<h2>The Art of Being Alone: Solit...</h2>
<h1>Renuka Gavrani</h1>
</a>
</div>
<div class="box fav">
<a href="https://dn721601.ca.archive.org/0/items/oceanof-pdf.com-the-art-of-laziness-library-mindset/_OceanofPDF.com_The_art_of_laziness_-_Library_Mindset.pdf">
<img src="images/second.webp" alt="book-one" >
<h4>Productivity</h4>
<h2>The Art of Laziness: Overcome Procr...</h2>
<h1>Library Mindset</h1>
</a>
</div>
<div class="box fav">
<a href="https://dn790007.ca.archive.org/0/items/ikigai-the-japanese-secret-to-a-long-and-happy-life-pdfdrive.com/Ikigai%20_%20the%20Japanese%20secret%20to%20a%20long%20and%20happy%20life%20%28%20PDFDrive.com%20%29.pdf">
<img src="images/firstbook.webp" alt="book-one">
<h4>Personal-Development</h4>
<h2>Ikagai:The Japanese Secret to...</h2>
<h1>Francesc Miralles and Hector Garcia</h1>
</a>
</div>
<div class="box fav">
<a href="https://cdn.bookey.app/files/pdf/book/en/do-it-today.pdf">
<img src="images/third.webp" alt="book-one">
<h4>Productivity</h4>
<h2>Do It Today: Overcome Procrastination...</h2>
<h1>Darius Foroux</h1>
</a>
</div>
<div class="end-btn effect3">
View more
</div>
</div>
<footer>
<div class="main-foot">
<div class="sec1">
<ul>
<h4>SHORTCUTS</h4>
<a href="index.html"><li>HOME</li></a>
<a href="popular.html"><li>POPULAR</li></a>
<a href="#"><li>GENRE</li></a>
<a href="#"><li>AUTHORS</li></a>
<a href="#"><li>FAVORITES</li></a>
</ul>
</div>
<div class="sec2">
<ul>
<h4>OUR INFORMATION</h4>
<a href="#"><li>TERMS & CONDITIONS</li></a>
<a href="#"><li>PRIVACY POLICY</li></a>
<a href="#"><li>CONTACT US</li></a>
<a href="#"><li>ACCOUNT DELETION</li></a>
<a href="#"><li>SUPPORT</li></a>
</ul>
</div>
<div class="sec3">
<ul>
<h4>JOIN US ON SOCIAL MEDIA ◝(ᵔᗜᵔ)◜</h4>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</ul>
</div>
</div>
<div class="end-foot">© 2025 QUIL & BYTE .ALL RIGHTS RESERVED.</div>
</footer>
</body>
</html>