Skip to content

Commit 2eb0670

Browse files
committed
Update to fav
1 parent 6e11581 commit 2eb0670

6 files changed

Lines changed: 46 additions & 0 deletions

File tree

assets/fav_tnails/batman.webp

554 KB
Loading

assets/fav_tnails/harry.webp

175 KB
Loading

assets/fav_tnails/hobbit.webp

112 KB
Loading

assets/fav_tnails/wick.webp

96 KB
Loading

assets/gallery.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ a:focus {
102102
.tag.book { background-color: #81d4fa; color: #000; } /* Books */
103103
.tag.game { background-color: #a5d6a7; color: #000; } /* Games */
104104
.tag.animation { background-color: #ff9898; color: #000; } /* Animations */
105+
.tag.collection { background-color: #aa9595; color: #000; } /* Collections */
105106

106107
.fav-group { margin-top: 2.5rem; }
107108
.fav-group:first-of-type { margin-top: 0; }

fav.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,50 @@ <h2 class="group-title">Animations</h2>
237237
</div>
238238
</section>
239239

240+
<section class="fav-group">
241+
<h2 class="group-title">Collections</h2>
242+
<div class="gallery-container">
243+
<div class="gallery">
244+
<a target="_blank" href="https://www.imdb.com/list/ls000671664">
245+
<img src="assets/fav_tnails/harry.webp" alt="Harry Potter">
246+
</a>
247+
<div class="desc">
248+
Harry Potter
249+
<span class="tag collection">Collection</span>
250+
</div>
251+
</div>
252+
253+
<div class="gallery">
254+
<a target="_blank" href="https://www.imdb.com/list/ls044177830">
255+
<img src="assets/fav_tnails/hobbit.webp" alt="The Hobbit">
256+
</a>
257+
<div class="desc">
258+
The Hobbit
259+
<span class="tag collection">Collection</span>
260+
</div>
261+
</div>
262+
263+
<div class="gallery">
264+
<a target="_blank" href="https://www.imdb.com/list/ls044102039">
265+
<img src="assets/fav_tnails/wick.webp" alt="John Wick">
266+
</a>
267+
<div class="desc">
268+
John Wick
269+
<span class="tag collection">Collection</span>
270+
</div>
271+
</div>
272+
273+
<div class="gallery">
274+
<a target="_blank" href="https://www.imdb.com/list/ls066259178">
275+
<img src="assets/fav_tnails/batman.webp" alt="Batman">
276+
</a>
277+
<div class="desc">
278+
Batman
279+
<span class="tag collection">Collection</span>
280+
</div>
281+
</div>
282+
</div>
283+
</section>
284+
240285
</body>
241286
</html>

0 commit comments

Comments
 (0)