diff --git a/content/boards/biomines.webp b/content/boards/biomines.webp new file mode 100644 index 0000000..ad6eb0e Binary files /dev/null and b/content/boards/biomines.webp differ diff --git a/content/boards/index.md b/content/boards/index.md index b60490d..85440cb 100644 --- a/content/boards/index.md +++ b/content/boards/index.md @@ -25,10 +25,6 @@ type: page max-width: 100%; } -#maze-cubed > .image { - background-size: unset; -} - #collect-coin > .image { background: url(/games/collect-the-coin/Collect-The-Coin.webp) center no-repeat, url(/games/collect-the-coin/CTC.webp) repeat; } @@ -37,6 +33,7 @@ head3 { color: var(--text-color-90) !important; } + {{< /rawhtml >}} @@ -50,7 +47,7 @@ head3 { {{< boards-section "collect-coin" "Collect The Coin" "/games/collect-the-coin" "" "Written in Python. (Runs anywhere Python can, Windows, Linux, and macOS, except for web browsers due to performance issues)" >}} -{{< boards-section "long-ninja" "Long Titled Ninja Game" "https://longestboi.itch.io/long-title-ninja" "https://img.itch.zone/aW1nLzE0MzMzOTUxLnBuZw==/original/WEsMc8.png" "A top-down 3d shooter in Unity. (Runs on Windows, and Linux. Could run on macOS, but no builds)" >}} +{{< boards-section "long-ninja" "Long Titled Ninja Game" "https://longestboi.itch.io/long-title-ninja" "./lone-ninja.webp" "A top-down 3d shooter in Unity. (Runs on Windows, and Linux. Could run on macOS, but no builds)" >}} {{< dots >}} @@ -90,5 +87,5 @@ head3 { {{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "/games/tfttar/TFTTAR.webp" "I was the main developer for _Tales From Teren_ for its first semester and implemented many features that the designers, writers, and artists needed, some of which never made it into the project." >}} -{{< boards-section "biomines" "Biomines" "" "" "I worked as a programming advisor for the first semester of the project. I advised how the repos should be set up, including file structure, how the project settings should be, and more." >}} +{{< boards-section "biomines" "Biomines" "" "./biomines.webp" "I worked as a programming advisor for the first semester of the project. I advised how the repos should be set up, including file structure, how the project settings should be, and more." >}} diff --git a/content/boards/lone-ninja.webp b/content/boards/lone-ninja.webp new file mode 100644 index 0000000..031ab0b Binary files /dev/null and b/content/boards/lone-ninja.webp differ diff --git a/content/games/tfttar/game/index.html b/content/games/tfttar/game/index.md similarity index 98% rename from content/games/tfttar/game/index.html rename to content/games/tfttar/game/index.md index 9a7e620..d1d45a6 100644 --- a/content/games/tfttar/game/index.html +++ b/content/games/tfttar/game/index.md @@ -1,3 +1,8 @@ +--- +title: "" +type: raw +--- +{{< rawhtml >}} - \ No newline at end of file + +{{< /rawhtml >}} diff --git a/content/games/tfttar/index.md b/content/games/tfttar/index.md index 50eeefc..a56d703 100644 --- a/content/games/tfttar/index.md +++ b/content/games/tfttar/index.md @@ -99,7 +99,7 @@ With this, I was able to implement skill checks, helper functions, and attribute butt.addEventListener("click", () => { butt.style.display = "none"; frame.style.display = "block"; - frame.src = "game/index.html"; + frame.src = "./game/index.html"; frame.scrollIntoView(); }); diff --git a/themes/customTheme/layouts/raw/single.html b/themes/customTheme/layouts/raw/single.html new file mode 100644 index 0000000..68a09ae --- /dev/null +++ b/themes/customTheme/layouts/raw/single.html @@ -0,0 +1 @@ +{{ .Content }}