Use content section for each type of projects and link button in Mrkdown format
This commit is contained in:
parent
ec11a67da7
commit
f9bc1f40e2
|
@ -2,19 +2,21 @@
|
|||
layout: main/content
|
||||
title: Projects
|
||||
desc: Things I have created.
|
||||
metadata:
|
||||
type: article
|
||||
isContentDivided: true
|
||||
toc: true
|
||||
eleventyNavigation:
|
||||
order: 6
|
||||
---
|
||||
|
||||
{% container "section", "content__section" %}
|
||||
## My Drawings
|
||||
|
||||
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
|
||||
|
||||
![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)
|
||||
|
||||
- [Star Wars: Knights of the Old Republic II: The Sith Lords](./kotor2mods)
|
||||
{% endcontainer %}
|
||||
|
||||
{% container "section", "content__section" %}
|
||||
## My Playlists
|
||||
|
||||
You can check out the playlists I have made on [my dedicated page](./playlists/).
|
||||
{% endcontainer %}
|
||||
|
||||
{% container "section", "content__section" %}
|
||||
## 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).
|
||||
{% endcontainer %}
|
||||
|
||||
{% container "section", "content__section" %}
|
||||
## My Mod Builds
|
||||
|
||||
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 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)
|
||||
{% endcontainer %}
|
||||
|
|
Loading…
Reference in New Issue