Skip to content

Commit b54eea4

Browse files
committed
Fav added
1 parent 746ab70 commit b54eea4

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

assets/fav_tnails/klaus.webp

396 KB
Loading

assets/gallery.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ a:focus {
9898
}
9999

100100
.tag.tv { background-color: #ffd54f; color: #000; } /* TV shows */
101-
.tag.movie { background-color: #ffd54f; color: #000; } /* Movies */
101+
.tag.movie { background-color: #333230; color: #000; } /* Movies */
102102
.tag.book { background-color: #81d4fa; color: #000; } /* Books */
103103
.tag.game { background-color: #a5d6a7; color: #000; } /* Games */
104+
.tag.animation { background-color: #f48fb1; color: #000; } /* Animations */
104105

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

fav.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,50 @@ <h2 class="group-title">Games</h2>
192192
</div>
193193
</section>
194194

195+
<section class="fav-group">
196+
<h2 class="group-title">Animations</h2>
197+
<div class="gallery-container">
198+
<div class="gallery">
199+
<a target="_blank" href="https://www.imdb.com/title/tt4729430">
200+
<img src="assets/fav_tnails/klaus.webp" alt="Klaus">
201+
</a>
202+
<div class="desc">
203+
Klaus
204+
<span class="tag animation">Animation</span>
205+
</div>
206+
</div>
207+
208+
<div class="gallery">
209+
<a target="_blank" href="https://store.steampowered.com/app/1888930/The_Last_of_Us_Part_I/">
210+
<img src="assets/fav_tnails/last.webp" alt="The Last of Us Part I">
211+
</a>
212+
<div class="desc">
213+
The Last of Us Part I
214+
<span class="tag game">Game</span>
215+
</div>
216+
</div>
217+
218+
<div class="gallery">
219+
<a target="_blank" href="https://store.steampowered.com/app/1659420/UNCHARTED_Legacy_of_Thieves_Collection/">
220+
<img src="assets/fav_tnails/uncharted.webp" alt="Uncharted 4">
221+
</a>
222+
<div class="desc">
223+
Uncharted 4
224+
<span class="tag game">Game</span>
225+
</div>
226+
</div>
227+
228+
<div class="gallery">
229+
<a target="_blank" href="https://store.steampowered.com/app/304430/INSIDE/">
230+
<img src="assets/fav_tnails/inside.webp" alt="INSIDE">
231+
</a>
232+
<div class="desc">
233+
INSIDE
234+
<span class="tag game">Game</span>
235+
</div>
236+
</div>
237+
</div>
238+
</section>
239+
195240
</body>
196241
</html>

0 commit comments

Comments
 (0)