For your information...

This website is intended to be a private archive for my OCs, in lieu of other websites like toyhou.se and refsheet , since:

  1. I can't get a key for toyhou.se, and
  2. refsheet has some copyright rules that I wouldn't be able to get around...

If you're here, either you've been personally invited by me (hello friend!), or you found this place via some other means.

(I tried hiding this site, though I don't know Neocities well enough to circumvent every possible method...)

Other notes...

Current checklist...

  • Add sprites for Gabriel's and Gale's titles
  • Make all the icons in the OC List page "bump"
  • Colouring Pokémon backgrounds with the appropriate typing colour (refer to how Bulbapedia does it)
  • Add the rest of the type colourings to type.css
  • Go back and re-colour the borders for dual-type Pokémon
    • Figure out how to change border colour for Ampharos when Mega Evolving
  • Add a "Back to Top" button
    • Hide it when the viewport is not at the top of the page
  • Refactour the entire website to use more "class" in place of "id"
    • Info page
      • "backToTop" is negligible, because it actually is used correctly.
    • OC List page
    • Gabriel page
    • Oswald page
    • Gale page
    • Honda page
  • Turn Mega Evolving into a .js script
  • Add Generation indicators to all the OC pages
  • Add which games each OC originates from, if any
  • Add birthdays
  • Add padding to all the pages (change the style.css page?)
    • Add borders to all pages (customize them for each page?)
  • Make a script to change the Pokémons' sprites to their icons if the screen becomes too small
    • Preload images so the bigger images don't prematurely show
    • Fix script to work with Megas and G-Maxs
    • Test preloading page after some time
  • Add icons for Mega Evolving and G-Maxing
  • Remove the empty space at the bottom
  • Combine header and footer into "runnings" to save on space (have I tried this before and it didn't work? I don't remember)
    • Delete the previous header and footer javascripts (since it's just copy-paste)
  • Add "Champ" to Topaz's title abbr
  • Add music to all the OC pages
    • Only possible if I become a supporter, or the file restriction is lifted
  • Make a preloading function that takes an array and preloads all the images listed
    • Possible (and perhaps easier) without a script
  • Compressing Pokemon into PokeSlots
    • Left:DOOMED, Gabriel, Gale, Honda
  • Set up About Me
  • Set up FAQ (less likely to get around to)
  • Add tabs to OC pages to make navigation easier (and to prevent long pages)
    • Gallery tab
    • Tumblr posts tab
  • Update running.js to not use innerHTML and instead make everything similar to how pokeslot.js does
  • Make Apple's Unown banner
  • Update banners to not use innerHTML?