Updated resume + added some logs for implementations later on
This commit is contained in:
parent
d30e2d5185
commit
d2b5a7b6d3
5 changed files with 251 additions and 48 deletions
6
content/logs/_index.md
Normal file
6
content/logs/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Logs"
|
||||
date: true
|
||||
draft: false
|
||||
---
|
||||
All my logs, where I keep track of movies, TV shows, video games I’ve played and so much more, stored in a JSON-format for this website.
|
25
content/logs/tvtime.md
Normal file
25
content/logs/tvtime.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: "TV Time"
|
||||
date: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
Movies and TV shows that I’ve 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>
|
Loading…
Add table
Add a link
Reference in a new issue