Skip to content

Commit db3d465

Browse files
committed
updated fav
1 parent b5ea757 commit db3d465

3 files changed

Lines changed: 44 additions & 24 deletions

File tree

assets/fav_tnails/karamazov.webp

284 KB
Loading

assets/fav_tnails/odyssey.webp

258 KB
Loading

fav.html

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -238,78 +238,98 @@ <h2 class="group-title">Collections</h2>
238238
</section>
239239

240240
<section class="fav-group">
241-
<h2 class="group-title">Non-Fiction</h2>
241+
<h2 class="group-title">Fiction</h2>
242242
<div class="gallery-container">
243+
243244
<div class="gallery">
244-
<a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism">
245-
<img src="assets/fav_tnails/essentialism.webp" alt="Essentialism">
245+
<a target="_blank" href="https://www.goodreads.com/book/show/11991.The_Fall">
246+
<img src="assets/fav_tnails/fall.webp" alt="The Fall">
246247
</a>
247248
<div class="desc">
248-
Essentialism
249+
The Fall
249250
<span class="tag book">Book</span>
250251
</div>
251252
</div>
252-
253+
253254
<div class="gallery">
254-
<a target="_blank" href="https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck">
255-
<img src="assets/fav_tnails/subtle.webp" alt="The Subtle Art of ...">
255+
<a target="_blank" href="https://www.goodreads.com/book/show/5107.The_Catcher_in_the_Rye">
256+
<img src="assets/fav_tnails/catcher.webp" alt="The Catcher in the Rye">
256257
</a>
257258
<div class="desc">
258-
The Subtle Art of ...
259+
The Catcher in the Rye
259260
<span class="tag book">Book</span>
260261
</div>
261262
</div>
262263

263264
<div class="gallery">
264-
<a target="_blank" href="https://www.goodreads.com/book/show/40672036-digital-minimalism">
265-
<img src="assets/fav_tnails/minimalism.webp" alt="Digital Minimalism">
265+
<a target="_blank" href="https://www.goodreads.com/book/show/1381.The_Odyssey">
266+
<img src="assets/fav_tnails/odyssey.webp" alt="The Odyssey">
266267
</a>
267268
<div class="desc">
268-
Digital Minimalism
269+
The Odyssey
269270
<span class="tag book">Book</span>
270271
</div>
271272
</div>
272-
273+
273274
<div class="gallery">
274-
<a target="_blank" href="https://www.goodreads.com/book/show/30257963-12-rules-for-life">
275-
<img src="assets/fav_tnails/rules.webp" alt="12 Rules for Life">
275+
<a target="_blank" href="https://www.goodreads.com/book/show/4934.The_Brothers_Karamazov">
276+
<img src="assets/fav_tnails/karamazov.webp" alt="The Brothers Karamazov">
276277
</a>
277278
<div class="desc">
278-
12 Rules for Life
279+
The Brothers Karamazov
279280
<span class="tag book">Book</span>
280281
</div>
281282
</div>
283+
282284
</div>
283285
</section>
284286

285287

286-
<!----
288+
287289
<section class="fav-group">
288-
<h2 class="group-title">Fiction</h2>
290+
<h2 class="group-title">Non-Fiction</h2>
289291
<div class="gallery-container">
292+
<div class="gallery">
293+
<a target="_blank" href="https://www.goodreads.com/book/show/19776547-essentialism">
294+
<img src="assets/fav_tnails/essentialism.webp" alt="Essentialism">
295+
</a>
296+
<div class="desc">
297+
Essentialism
298+
<span class="tag book">Book</span>
299+
</div>
300+
</div>
290301

291302
<div class="gallery">
292-
<a target="_blank" href="https://www.goodreads.com/book/show/11991.The_Fall">
293-
<img src="assets/fav_tnails/fall.webp" alt="The Fall">
303+
<a target="_blank" href="https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck">
304+
<img src="assets/fav_tnails/subtle.webp" alt="The Subtle Art of ...">
294305
</a>
295306
<div class="desc">
296-
The Fall
307+
The Subtle Art of ...
308+
<span class="tag book">Book</span>
309+
</div>
310+
</div>
311+
312+
<div class="gallery">
313+
<a target="_blank" href="https://www.goodreads.com/book/show/40672036-digital-minimalism">
314+
<img src="assets/fav_tnails/minimalism.webp" alt="Digital Minimalism">
315+
</a>
316+
<div class="desc">
317+
Digital Minimalism
297318
<span class="tag book">Book</span>
298319
</div>
299320
</div>
300321

301322
<div class="gallery">
302-
<a target="_blank" href="https://www.goodreads.com/book/show/5107.The_Catcher_in_the_Rye">
303-
<img src="assets/fav_tnails/catcher.webp" alt="The Catcher in the Rye">
323+
<a target="_blank" href="https://www.goodreads.com/book/show/30257963-12-rules-for-life">
324+
<img src="assets/fav_tnails/rules.webp" alt="12 Rules for Life">
304325
</a>
305326
<div class="desc">
306-
The Catcher in the Rye
327+
12 Rules for Life
307328
<span class="tag book">Book</span>
308329
</div>
309330
</div>
310331
</div>
311332
</section>
312-
-->
313333

314334
</body>
315335
</html>

0 commit comments

Comments
 (0)