@@ -102,51 +102,6 @@ <h2 class="group-title">Movies</h2>
102102 </ div >
103103</ section >
104104
105- < section class ="fav-group ">
106- < h2 class ="group-title "> Books</ h2 >
107- < div class ="gallery-container ">
108- < div class ="gallery ">
109- < a target ="_blank " href ="https://www.goodreads.com/book/show/19776547-essentialism ">
110- < img src ="assets/fav_tnails/essentialism.webp " alt ="Essentialism ">
111- </ a >
112- < div class ="desc ">
113- Essentialism
114- < span class ="tag book "> Book</ span >
115- </ div >
116- </ div >
117-
118- < div class ="gallery ">
119- < a target ="_blank " href ="https://www.goodreads.com/book/show/28257707-the-subtle-art-of-not-giving-a-f-ck ">
120- < img src ="assets/fav_tnails/subtle.webp " alt ="The Subtle Art of ... ">
121- </ a >
122- < div class ="desc ">
123- The Subtle Art of ...
124- < span class ="tag book "> Book</ span >
125- </ div >
126- </ div >
127-
128- < div class ="gallery ">
129- < a target ="_blank " href ="https://www.goodreads.com/book/show/11991.The_Fall ">
130- < img src ="assets/fav_tnails/fall.webp " alt ="The Fall ">
131- </ a >
132- < div class ="desc ">
133- The Fall
134- < span class ="tag book "> Book</ span >
135- </ div >
136- </ div >
137-
138- < div class ="gallery ">
139- < a target ="_blank " href ="https://www.goodreads.com/book/show/5107.The_Catcher_in_the_Rye ">
140- < img src ="assets/fav_tnails/catcher.webp " alt ="The Catcher in the Rye ">
141- </ a >
142- < div class ="desc ">
143- The Catcher in the Rye
144- < span class ="tag book "> Book</ span >
145- </ div >
146- </ div >
147- </ div >
148- </ section >
149-
150105< section class ="fav-group ">
151106 < h2 class ="group-title "> Games</ h2 >
152107 < div class ="gallery-container ">
@@ -282,5 +237,79 @@ <h2 class="group-title">Collections</h2>
282237 </ div >
283238</ section >
284239
240+ < section class ="fav-group ">
241+ < h2 class ="group-title "> Non-Fiction</ h2 >
242+ < div class ="gallery-container ">
243+ < 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 ">
246+ </ a >
247+ < div class ="desc ">
248+ Essentialism
249+ < span class ="tag book "> Book</ span >
250+ </ div >
251+ </ div >
252+
253+ < 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 ... ">
256+ </ a >
257+ < div class ="desc ">
258+ The Subtle Art of ...
259+ < span class ="tag book "> Book</ span >
260+ </ div >
261+ </ div >
262+
263+ < 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 ">
266+ </ a >
267+ < div class ="desc ">
268+ Digital Minimalism
269+ < span class ="tag book "> Book</ span >
270+ </ div >
271+ </ div >
272+
273+ < 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 ">
276+ </ a >
277+ < div class ="desc ">
278+ 12 Rules for Life
279+ < span class ="tag book "> Book</ span >
280+ </ div >
281+ </ div >
282+ </ div >
283+ </ section >
284+
285+
286+ <!----
287+ <section class="fav-group">
288+ <h2 class="group-title">Fiction</h2>
289+ <div class="gallery-container">
290+
291+ <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">
294+ </a>
295+ <div class="desc">
296+ The Fall
297+ <span class="tag book">Book</span>
298+ </div>
299+ </div>
300+
301+ <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">
304+ </a>
305+ <div class="desc">
306+ The Catcher in the Rye
307+ <span class="tag book">Book</span>
308+ </div>
309+ </div>
310+ </div>
311+ </section>
312+ -->
313+
285314</ body >
286315</ html >
0 commit comments