Compare commits

...

2 Commits

Author SHA1 Message Date
Nexan bac46dd627 updated Index and Resources page 2024-01-17 14:12:36 -06:00
Nexan 4e724292d9 added a bunch of tools to the Resources page 2024-01-17 11:21:07 -06:00
2 changed files with 41 additions and 2 deletions

View File

@ -12,5 +12,6 @@ permalink: index.html
<ul>
<li><a href="about.html">About Page</a></li>
<li><a href="recruitment.html">Recruitment Page</a></li>
<li><a href="resources.html">Resources Page</a></li>
</ul>
</p>

View File

@ -1,8 +1,46 @@
---
layout: base.liquid
title: Ashes of Amethyst
title: Resources | Ashes of Amethyst
permalink: resources.html
---
<h1>Welcome to my Layout Maker!</h1>
<p>This page is for links to, and examples of, resources that we, as a Free Company, find useful. There will be links to websites, webpages, guides, and more.</p>
<p>This page is for links to, and examples of, resources that we, as a Free Company, find useful. There will be links to websites, webpages, guides, and more.</p>
<h2>Guides</h2>
<p>Here we will list active guides we are using for high-level duties, special events, and more</p>
<ul>
<li> Currently, there are no guides available, as we are not doing any of the type of duties listed above</li>
</ul>
<h2>Game Tools</h2>
<p>This is a list of things that are useful for Final Fantasy XIV, whether it's for in-game or out-of-game.</p>
<ul>
<li><a href="https://ffxivteamcraft.com/">FFXIV Teamcraft</a> - A fantastic tool for keeping track of what you need to craft or gather for leveling, housing, or equipment</li>
<li><a href="https://garlandtools.org/">Garland Tools</a> - A stellar resource, consisting of Garland Data, a database of all the items in the game, Garland Bell, a gathering node timer with alerts, and FFXIV Fisher, which lists daily fishing windows and more.</li>
<li><a href="https://faloop.app/">Faloop</a> - Tracks your S-rank, A-rank, and B-rank hunts, as well as rare FATEs</li>
<li><a href="https://aetherhunts.net/">Aether Hunts</a> - "The Largest Hunting Discord on the Aether Data Center" that many of us in this FC use for notifications of hunt trains</li>
<li><a href="https://www.thebalanceffxiv.com/">The Balance</a> - A list of where you can find gear recommendations for jobs, and guides to high-level encounters</li>
<li><a href="https://ffxiv.eorzeacollection.com/">Eorzea Collection</a> - Need a new Glamour or want to check out how a gearset looks? Eorzea Collection has you covered</li>
<li><a href="https://ffxiv.gamerescape.com/wiki/Main_Page">Gamer Escape FFXIV Wiki</a> - The first of two major wikis for game knowledge. Generally a bit more organized, if slightly harder to navigate and has slower load times for pages</li>
<li><a href="https://ffxiv.consolegameswiki.com/wiki/FF14_Wiki">FFXIV Consolegames Wiki</a> - The second of two major wikis. Typically a bit better for page load speeds and navigation, but at the cost of being slightly less-detailed at times, as well as lacking some images and previews of items like the Gamer Escape wiki has</li>
<li><a href="heavenswhere.com">Heavenswhere</a> - For figuring out the locations of Treasure Maps</li>
<li><a href="https://ffxiv-eureka.com/">Eureka Tracker</a> - Maps and trackers for the Eureka Field Operation. Also has a Logogram Solver</li>
</ul>
<h2>Site</h2>
<p>Here you will find the tools I used to make this website.</p>
<h3>Tools</h3>
<ul>
<li><a href="https://code.visualstudio.com/">Visual Studio Code</a> for coding</li>
<li><a href="https://www.11ty.dev/">Eleventy</a> as a static site generator</li>
<li><a href="https://www.mozilla.org/en-US/firefox/new/">Mozilla Firefox</a> for previewing and making sure the site looks good</li>
<li><a href="https://git-scm.com/">Git</a> for version control</li>
<li><a href="https://about.gitea.com/">Gitea</a> as the tool that Git runs through</li>
<li><a href="https://github.com/microsoft/terminal">Microsoft Terminal</a> for running commands (building the site)</li>
<li><a href="https://neocities.org/">Neocities</a> as a web host</li>
</ul>
<h3>Inspirations</h3>
<ul>
<li><a href="https://sadgrl.online/">sadgrl.online</a> - site template and "simple" web design</li>
<li><a href="https://eposvox.com/">EposVox</a> for the retro web design</li>
</ul>