Updated resume + added some logs for implementations later on

This commit is contained in:
Sid 2023-04-14 11:06:38 +02:00
parent d30e2d5185
commit d2b5a7b6d3
5 changed files with 251 additions and 48 deletions

6
content/logs/_index.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "Logs"
date: true
draft: false
---
All my logs, where I keep track of movies, TV shows, video games Ive played and so much more, stored in a JSON-format for this website.

25
content/logs/tvtime.md Normal file
View file

@ -0,0 +1,25 @@
---
title: "TV Time"
date: true
draft: false
---
Movies and TV shows that Ive watched. Not a complete list.
```java
Currently watching:
- The Mandalorian S03
- The Last of Us
- Vinland Saga S02
- One Piece (Whole Cake Island arc)
```
<details>
<summary>Rating System</summary>
<dl class=review__rating>
<dt aria-label="1 out of 5 stars">★☆☆☆☆<dd>Awful.
<dt aria-label="2 out of 5 stars">★★☆☆☆<dd>Waste of time..
<dt aria-label="3 out of 5 stars">★★★☆☆<dd>Fine, could've managed without it lol
<dt aria-label="4 out of 5 stars">★★★★☆<dd>Definitely worth a watch.
<dt aria-label="5 out of 5 stars">★★★★★<dd>Must watch!</dl>
</details>