Skip to content

AndrewME89/EstariaCampaign

Repository files navigation

EstariaCampaign

To Do

  • Get a copy of the map and some info as to where the party has been (and what Glide marked on the Alabi map) for map pins, follow this tutorial https://leafletjs.com/examples/quick-start/
  • Update template files to include call-out boxes for Quote of the Game, Lore, Quotes & Encounters - rather delete them than have to go back and add them
  • Add "Quote of the Game" call-out box where necessary (look back through notes if needed)
  • Create a new button and nav bar menu option for "Player Holdings" as it will be moving to a solo page
  • Update Template files to include the "Back to Dashboard" button for future additions
  • Look into mobile-friendly functionality (read through the below sites to see if anything works)
  • Directly edit HTML files to include the working "Back to Dashboard" button (<button onclick="window.location.href = 'https://andrewme89.github.io/EstariaCampaign/';">Back to Dashboard</button>)
  • Directly edit HTML files to include the working "Session Notes" button (<button onclick="window.location.href = 'https://andrewme89.github.io/EstariaCampaign/session-notes.html';">Session Notes</button>)
  • Directly edit HTML files to include the working "World" button (<button onclick="window.location.href = 'https://andrewme89.github.io/EstariaCampaign/world.html';">World</button>)
  • Directly edit HTML files to include the working "NPC Database" button (<button onclick="window.location.href = 'https://andrewme89.github.io/EstariaCampaign/npc-database.html';">NPC Database</button>)
  • Update file names to reflect buttons (Or buttons to reflect file names???)
  • (NOPE) See if Leaflet functionality remains in HTML export
  • Remove unnecessary buttons from the Homepage
  • Update letters
  • Fix Quote, Encounter & Lore call-outs
  • Go through notes about changes
  • General spelling & grammar check
  • Remove To Do list link
  • Add <br><br><br><br><br> to the end of each file for some space
  • Find a way to test if adding <meta name="viewport" content="width=device-width, initial-scale=1.0"> to the head of the HTML file works
  • Update buttons for world and session notes (<button onclick="window.location.href = 'https://andrewme89.github.io/EstariaCampaign/world/world.html';">World</button>) & (<button onclick="window.location.href = 'https://andrewme89.github.io/EstariaCampaign/session-notes/session-notes.html';">Session Notes</button>)