Use content section for each type of projects and link button in Mrkdown format

This commit is contained in:
Helen Chong 2024-05-25 12:44:08 +08:00
parent ec11a67da7
commit f9bc1f40e2
1 changed files with 12 additions and 3 deletions

View File

@ -2,19 +2,21 @@
layout: main/content layout: main/content
title: Projects title: Projects
desc: Things I have created. desc: Things I have created.
metadata: isContentDivided: true
type: article
toc: true toc: true
eleventyNavigation: eleventyNavigation:
order: 6 order: 6
--- ---
{% container "section", "content__section" %}
## My Drawings ## My Drawings
My drawings can be found on my art blog on Tumblr: My drawings can be found on my art blog on Tumblr:
<a class="link-btn" href="https://leilukinart.tumblr.com/">🎨 Leilukin's Art Blog</a> [🎨 Leilukin's Art Blog](https://leilukinart.tumblr.com/){.link-btn}
{% endcontainer %}
{% container "section", "content__section" %}
## My Video Game Mods ## My Video Game Mods
![Banner of Leilukin's mods for Star Wars: Knights of the Old Republic](/assets/projects/my-kotor1-mods-header.png) ![Banner of Leilukin's mods for Star Wars: Knights of the Old Republic](/assets/projects/my-kotor1-mods-header.png)
@ -23,15 +25,21 @@ My drawings can be found on my art blog on Tumblr:
![Banner of Leilukin's mods for Star Wars: Knights of the Old Republic II: The Sith Lords](/assets/projects/my-kotor2-mods-header.png) ![Banner of Leilukin's mods for Star Wars: Knights of the Old Republic II: The Sith Lords](/assets/projects/my-kotor2-mods-header.png)
- [Star Wars: Knights of the Old Republic II: The Sith Lords](./kotor2mods) - [Star Wars: Knights of the Old Republic II: The Sith Lords](./kotor2mods)
{% endcontainer %}
{% container "section", "content__section" %}
## My Playlists ## My Playlists
You can check out the playlists I have made on [my dedicated page](./playlists/). You can check out the playlists I have made on [my dedicated page](./playlists/).
{% endcontainer %}
{% container "section", "content__section" %}
## My Characters ## My Characters
I have created my own characters for various pieces of media. [You can check out my characters here](https://www.notion.so/leilukin/Leilukin-s-Characters-b377e277f01b4474945e85cf4cb15ada?pvs=4). I have created my own characters for various pieces of media. [You can check out my characters here](https://www.notion.so/leilukin/Leilukin-s-Characters-b377e277f01b4474945e85cf4cb15ada?pvs=4).
{% endcontainer %}
{% container "section", "content__section" %}
## My Mod Builds ## My Mod Builds
Lists of video game mods I use for my own playthroughs. Lists of video game mods I use for my own playthroughs.
@ -40,3 +48,4 @@ Lists of video game mods I use for my own playthroughs.
* [Star Wars: Knights of the Old Republic](https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit) * [Star Wars: Knights of the Old Republic](https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit)
* [Star Wars: Knights of the Old Republic II: The Sith Lords](https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit) * [Star Wars: Knights of the Old Republic II: The Sith Lords](https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit)
* [Stardew Valley](https://docs.google.com/document/d/1LMMd3yRtLYb35A7oNEN1hRUsoe9-vo2MfMxcM2Wq0MI/edit) * [Stardew Valley](https://docs.google.com/document/d/1LMMd3yRtLYb35A7oNEN1hRUsoe9-vo2MfMxcM2Wq0MI/edit)
{% endcontainer %}