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

72 lines
1.9 KiB
HTML

{{ define "main" }}
<h2>Sites</h2>
<div class="buttons">
<a href='https://docs.xiv.zone' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="sprout.png"/>
<h4>XIV Docs</h4>
Garden of knowledge on FFXIV
</a>
</div>
<h2>Software</h2>
<div class="buttons">
<a href='/astra' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="astra.svg"/>
<h4>Astra</h4>
Unofficial FFXIV launcher
</a>
<a href='/novus' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="novus.svg"/>
<h4>Novus</h4>
Unofficial FFXIV tools
</a>
<a href='/physis' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="unknown.png"/>
<h4>Physis</h4>
Library for reading and writing FFXIV data
</a>
<a href='/kawari' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="unknown.png"/>
<h4>Kawari</h4>
Substitute for some official FFXIV servers
</a>
</div>
<h2>Mods</h2>
<div class="buttons">
<a href='/physics-fix' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="physics-fix.png"/>
<h4>FFXIV Physics Fix</h4>
Restore FFXIV's bone physics at higher framerates
</a>
<a href='/varc' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="refit.png"/>
<h4>Vanilla Armor Refit Collection</h4>
Better fitting female armors
</a>
<a href='/sqpack-indexer' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="unknown.png"/>
<h4>SqPack Indexer</h4>
Indexing the resources used by the game
</a>
<a href='/webhooks' class="blurb-button">
<img style="float:left; padding-right: 10px" width="40" height="40" src="unknown.png"/>
<h4>FFXIV Webhooks</h4>
Sends messages to a specified webhook endpoint
</a>
</div>
<a href="/copyright">Copyright Notice</a>
{{ end }}