Compare commits

..

No commits in common. "bac46dd6276a03c983c2278019d431f6665b5f4d" and "97c9276081032945780fa2546517923e935cb915" have entirely different histories.

2 changed files with 2 additions and 41 deletions

View File

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

View File

@ -1,46 +1,8 @@
--- ---
layout: base.liquid layout: base.liquid
title: Resources | Ashes of Amethyst title: Ashes of Amethyst
permalink: resources.html permalink: resources.html
--- ---
<h1>Welcome to my Layout Maker!</h1> <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>