xiv.zone/themes/mytheme/layouts/index.html
Joshua Goins 35ca1ec0de
All checks were successful
Deploy / Deploy Website (push) Successful in 28s
Add new websites
2025-06-28 18:41:38 -04:00

68 lines
1.7 KiB
HTML

{{ define "main" }}
<h2>Software</h2>
<div class="buttons">
<a href='/software/astra' class="blurb-button">
<img width="40" height="40" src="astra.svg"/>
<h4>Astra</h4>
<span>Unofficial FFXIV launcher</span>
</a>
<a href='/software/novus' class="blurb-button">
<img width="40" height="40" src="novus.svg"/>
<h4>Novus</h4>
<span>Unofficial FFXIV tools</span>
</a>
<a href='/software/auracite' class="blurb-button">
<img width="40" height="40" src="auracite.svg"/>
<h4>Auracite</h4>
<span>Export your FFXIV character in portable, generic formats</span>
</a>
<a href='/software/kawari' class="blurb-button">
<img width="40" height="40" src="unknown.png"/>
<h4>Kawari</h4>
<span>Substitute for some official FFXIV servers</span>
</a>
<a href='/software/dalamudrepotool' class="blurb-button">
<img width="40" height="40" src="unknown.png"/>
<h4>DalamudRepoTool</h4>
<span>Turn Dalamud repository state into consumable JSON </span>
</a>
</div>
<h2>Sites</h2>
<div class="buttons">
<a href='https://wiki.xiv.zone' class="blurb-button">
<img width="40" height="40" src="sprout.png"/>
<h4>XIV Docs</h4>
<span>Garden of knowledge on FFXIV</span>
</a>
<a href='https://docs.xiv.zone' class="blurb-button">
<img width="40" height="40" src="sprout.png"/>
<h4>(Old) XIV Docs</h4>
<span>(Old) Garden of knowledge on FFXIV</span>
</a>
<a href='https://docs.xiv.zone' class="blurb-button">
<img width="40" height="40" src="unknown.png"/>
<h4>Packet Analyzer</h4>
<span>View and see the contents of Chronofoil Capture files</span>
</a>
</div>
<h2>Libraries</h2>
<div class="buttons">
<a href='/libraries/physis' class="blurb-button">
<img width="40" height="40" src="unknown.png"/>
<h4>Physis</h4>
<span>Library for reading and writing FFXIV data</span>
</a>
</div>
{{ end }}