diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 00e143c..c17775d 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -46,5 +46,6 @@ const { title, description, permalink, current } = Astro.props; width: 100%; display: flex; flex-direction: column; + container-type: inline-size; } diff --git a/src/pages/gaming/ffxiv.astro b/src/pages/gaming/ffxiv.astro new file mode 100644 index 0000000..67955ee --- /dev/null +++ b/src/pages/gaming/ffxiv.astro @@ -0,0 +1,333 @@ +--- +import BaseLayout from "../../layouts/BaseLayout.astro"; + +const title = 'FFXIV'; +const description = 'My FFXIV character'; +const permalink = Astro?.site?.href ?? '/gaming/ffxiv'; +--- + +
+
+ Portrait of FFXIV character +
+
+
+ ??? + + ??? + (???) + +
+
+ +
+ Disciple of War +
+
+ Paladin + ?? +
+
+ Warrior + ?? +
+
+ Dark Knight + ?? +
+
+ Gunbreaker + ?? +
+
+ White mage + ?? +
+
+ Scholar + ?? +
+
+ Astrologian + ?? +
+
+ Sage + ?? +
+
+ Monk + ?? +
+
+ Dragoon + ?? +
+
+ Ninja + ?? +
+
+ Samurai + ?? +
+
+ Reaper + ?? +
+
+ Viper + ?? +
+
+ Bard + ?? +
+
+ Machinist + ?? +
+
+ Dancer + ?? +
+
+ Black Mage + ?? +
+
+ Summoner + ?? +
+
+ Red Mage + ?? +
+
+ Pictomancer + ?? +
+
+ Blue Mage + ?? +
+
+
+
+
+ Disciple of Land +
+
+ Miner + ?? +
+
+ Botanist + ?? +
+
+ Fisher + ?? +
+
+
+
+
+ Disciple of Hand +
+
+ Carpenter + ?? +
+
+ Blacksmith + ?? +
+
+ Armorer + ?? +
+
+ Goldsmith + ?? +
+
+ Leatherworker + ?? +
+
+ Weaver + ?? +
+
+ Alchemist + ?? +
+
+ Culinarian + ?? +
+
+
+
+
+
+ + + + \ No newline at end of file