xiv.zone/themes/mytheme/layouts/index.html

74 lines
1.7 KiB
HTML
Raw Normal View History

2022-04-08 20:41:15 -04:00
{{ define "main" }}
2023-10-06 20:37:06 -04:00
<h2>Software</h2>
<div class="buttons">
2024-05-20 19:33:59 -04:00
<a href='/software/astra' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="astra.svg"/>
<h4>Astra</h4>
2024-05-20 20:12:54 -04:00
<span>Unofficial FFXIV launcher</span>
</a>
2024-05-20 19:33:59 -04:00
<a href='/software/novus' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="novus.svg"/>
<h4>Novus</h4>
2024-05-20 20:12:54 -04:00
<span>Unofficial FFXIV tools</span>
</a>
2023-10-06 20:37:06 -04:00
<a href='/kawari' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="unknown.png"/>
2023-10-06 20:37:06 -04:00
<h4>Kawari</h4>
2024-05-20 20:12:54 -04:00
<span>Substitute for some official FFXIV servers</span>
2022-07-16 19:01:03 -04:00
</a>
2023-10-06 20:37:06 -04:00
</div>
<h2>Mods</h2>
2022-07-16 19:01:03 -04:00
2023-10-06 20:37:06 -04:00
<div class="buttons">
2024-05-20 19:33:59 -04:00
<a href='/mods/rebound' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="physics-fix.png"/>
<h4>Rebound</h4>
<span>Restore FFXIV's bone physics at higher framerates</span>
2024-03-23 14:19:43 -04:00
</a>
2024-07-01 17:15:48 -04:00
<a href='/mods/refitter' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="refit.png"/>
2024-07-01 17:15:48 -04:00
<h4>Refitter</h4>
<span> Modify chest bones for specific gear </span>
</a>
2024-05-20 19:33:59 -04:00
<a href='/mods/hooky' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="unknown.png"/>
<h4>Hooky</h4>
<span>Sends messages to a specified webhook endpoint</span>
</a>
2024-07-01 17:15:48 -04:00
<a href='/mods/varc' class="blurb-button">
<img width="40" height="40" src="unknown.png"/>
<h4>Vanilla Armor Refit Collection (Obsolete)</h4>
<span>Better fitting female armors</span>
</a>
2024-05-20 19:33:59 -04:00
</div>
<h2>Sites</h2>
2024-05-20 19:33:59 -04:00
<div class="buttons">
<a href='https://docs.xiv.zone' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="sprout.png"/>
2024-05-20 19:33:59 -04:00
<h4>XIV Docs</h4>
2024-05-20 20:12:54 -04:00
<span>Garden of knowledge on FFXIV</span>
2024-05-20 19:33:59 -04:00
</a>
</div>
<h2>Libraries</h2>
<div class="buttons">
<a href='/libraries/physis' class="blurb-button">
2024-05-20 20:12:54 -04:00
<img width="40" height="40" src="unknown.png"/>
2024-05-20 19:33:59 -04:00
<h4>Physis</h4>
2024-05-20 20:12:54 -04:00
<span>Library for reading and writing FFXIV data</span>
</a>
</div>
2022-04-08 20:41:15 -04:00
{{ end }}