Skip to content

Commit ddd11e7

Browse files
committed
updated fav
1 parent cffae15 commit ddd11e7

3 files changed

Lines changed: 28 additions & 4 deletions

File tree

assets/fav_tnails/dream.webp

34.3 KB
Loading

assets/fav_tnails/fcol.webp

30.8 KB
Loading

fav.html

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@
1212
</head>
1313
<body>
1414

15+
16+
<section class="fav-group">
17+
<h2 class="group-title">Music</h2>
18+
<div class="gallery-container">
19+
<div class="gallery">
20+
<a target="_blank" href="https://open.spotify.com/album/48M39K7MWoYxykqTE2brIi">
21+
<img src="assets/fav_tnails/dream.webp" alt="The Dream">
22+
</a>
23+
<div class="desc">
24+
The Dream
25+
</div>
26+
</div>
27+
28+
<div class="gallery">
29+
<a target="_blank" href="https://open.spotify.com/album/7swV2ssDdlKc89h1DxUNh7">
30+
<img src="assets/fav_tnails/fcol.webp" alt="For Cryin' Out Loud!">
31+
</a>
32+
<div class="desc">
33+
For Cryin' Out Loud!
34+
</div>
35+
</div>
36+
</div>
37+
</section>
38+
1539
<section class="fav-group">
1640
<h2 class="group-title">TV</h2>
1741
<div class="gallery-container">
@@ -36,7 +60,7 @@ <h2 class="group-title">TV</h2>
3660
</section>
3761

3862
<section class="fav-group">
39-
<h2 class="group-title">Movies</h2>
63+
<h2 class="group-title">Movie</h2>
4064
<div class="gallery-container">
4165
<div class="gallery">
4266
<a target="_blank" href="https://www.imdb.com/title/tt2278388">
@@ -59,7 +83,7 @@ <h2 class="group-title">Movies</h2>
5983
</section>
6084

6185
<section class="fav-group">
62-
<h2 class="group-title">Animations</h2>
86+
<h2 class="group-title">Animation</h2>
6387
<div class="gallery-container">
6488
<div class="gallery">
6589
<a target="_blank" href="https://www.imdb.com/title/tt8115900">
@@ -82,7 +106,7 @@ <h2 class="group-title">Animations</h2>
82106
</section>
83107

84108
<section class="fav-group">
85-
<h2 class="group-title">Collections</h2>
109+
<h2 class="group-title">Collection</h2>
86110
<div class="gallery-container">
87111
<div class="gallery">
88112
<a target="_blank" href="https://www.imdb.com/list/ls000671664">
@@ -105,7 +129,7 @@ <h2 class="group-title">Collections</h2>
105129
</section>
106130

107131
<section class="fav-group">
108-
<h2 class="group-title">Games</h2>
132+
<h2 class="group-title">Game</h2>
109133
<div class="gallery-container">
110134
<div class="gallery">
111135
<a target="_blank" href="https://store.steampowered.com/app/1888930/The_Last_of_Us_Part_I/">

0 commit comments

Comments
 (0)