From 08b3849fed0f168264901a55861e9d274a07811d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 1 Oct 2024 20:55:14 -0400 Subject: [PATCH] Add mods section --- themes/red/layouts/_default/ffxiv.html | 109 ++++++++++++++++--------- 1 file changed, 69 insertions(+), 40 deletions(-) diff --git a/themes/red/layouts/_default/ffxiv.html b/themes/red/layouts/_default/ffxiv.html index 391708f..0f91aa9 100644 --- a/themes/red/layouts/_default/ffxiv.html +++ b/themes/red/layouts/_default/ffxiv.html @@ -3,53 +3,72 @@
-
-
-

Character

+
+ + +
+
+

Character

-

Here's my WoL, and she's stayed consistent shortly after I purchased Shadowbringers.

+

Here's my WoL, and she's stayed consistent shortly after I purchased Shadowbringers.

- + - - - - - - - - - - - - - - - - - - - - - - - - - -
GenderFemale♀
RaceViera/Veena
Height6' 3" (191 cm)
Nameday14th Sun of the 4th Umbral Moon
City-stateGridania
Guardian DeityNophica
+ + + + + + + + + + + + + + + + + + + + + + + + + +
GenderFemale♀
RaceViera/Veena
Height6' 3" (191 cm)
Nameday14th Sun of the 4th Umbral Moon
City-stateGridania
Guardian DeityNophica
+
+ +
+
+

Artwork

+ +

Here's some fan art of my WoL, I want to do more general FFXIV fan art in the future too!

+ +
+ {{ partial "art-section" . }} +
+ +
+
-
-
-

Artwork

+ + +
+
+

My Mods

-

Here's some fan art of my WoL, I want to do more general FFXIV fan art in the future too!

+

I have created a few mods to enhance the game:

-
- {{ partial "art-section" . }} -
- -
+
    +
  • Rebound: Somehow even after the big graphical update, Square Enix hasn't fixed the bug where certain character physics (like the Viera ear wiggle) breaks under high framerates.
  • +
  • Refitter: I didn't like how some armor fit on my WoL, so I fixed it myself.
  • +
  • Hooky: I don't use this too much yet, but I really liked making it!
  • +
@@ -57,6 +76,8 @@ .container { display: flex; column-gap: 15px; + width: 100%; + order: 99; } .box { @@ -65,5 +86,13 @@ border: 1px solid gray; padding: 5px; } + + .tabs-container { + display: flex; + flex-wrap: wrap; + } + .tabs-container > input[type="radio"]:not(:checked)+.tab-label+.container { + display: none; + } {{ end }}