This is a static one-page site for the AutoQuestLearner WoW addon. It's plain HTML/CSS (no build step) so it works with GitHub Pages out of the box.
- Create a new GitHub repo (e.g.
AutoQuestLearner). - Copy everything in this folder into the repo root:
index.htmlassets/img/*.pngdownloads/AutoQuestLearner.zipREADME.md
- Commit and push to the
mainbranch. - In the repo, go to Settings → Pages, set Source to
Deploy from a branch, branchmain, folder/ (root), then Save. - Your site will be live at
https://<your-username>.github.io/<repo-name>/within a minute or two.
The Download v2.0 button on the page points to downloads/AutoQuestLearner.zip. To ship a new version:
- Replace
downloads/AutoQuestLearner.zipwith the new zip (keep the same filename, or update the link inindex.html). - Update the version number in the hero button text and the footer in
index.html.
- The "View on GitHub" link in the top nav currently points to a placeholder (
https://github.com/) — update it to your actual repo URL once it's created. - Icons in
assets/img/were converted from the addon's original.tgafiles to.pngfor web display; the in-game addon itself still ships its original.tgafiles unchanged.