This is now hosted on my website instead, but the dedicated VARC/NARC pages live here for now.
57 lines
1.4 KiB
HTML
57 lines
1.4 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://docs.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>
|
|
</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 }}
|