From 64b06b4c10a985e815e50d130fee2d3355c6a807 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:29:29 +0800 Subject: [PATCH] Add Cassette Beasts resources page --- shrines/cassettebeasts/js/cb-components.js | 3 +- shrines/cassettebeasts/resources.html | 90 ++++++++++++++++++++++ sitemap.html | 1 + 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 shrines/cassettebeasts/resources.html diff --git a/shrines/cassettebeasts/js/cb-components.js b/shrines/cassettebeasts/js/cb-components.js index 965fbb80..d8c012ce 100644 --- a/shrines/cassettebeasts/js/cb-components.js +++ b/shrines/cassettebeasts/js/cb-components.js @@ -26,7 +26,7 @@ function getTodayEvent() { const date = new Date(); const month = date.getMonth() + 1; const day = date.getDate(); - + if (month == 4 && day == 26) return "CB Anniversary"; else if (month == 9 && day == 12) @@ -61,6 +61,7 @@ document.querySelector(".navbar").innerHTML = `
  • Game Log
  • Featured
  • Trivia
  • +
  • Resources
  • Main Site
  • `; diff --git a/shrines/cassettebeasts/resources.html b/shrines/cassettebeasts/resources.html new file mode 100644 index 00000000..5170ce04 --- /dev/null +++ b/shrines/cassettebeasts/resources.html @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + Resources | Cassette Beasts Shrine | Leilukin's Hub + + +
    + +
    + +
    + + +
    +
    +

    Resources

    +

    Here is a collection of resources for Cassette Beasts.

    +
    + +
    +

    Wiki

    + +
    + +
    +

    Discussions

    + +
    + +
    +

    Graphics

    + +
    + +
    +

    Game Guides

    + +
    + +
    +

    Mods

    + +
    +
    + + + +
    + + + \ No newline at end of file diff --git a/sitemap.html b/sitemap.html index 45c770c9..3577951b 100644 --- a/sitemap.html +++ b/sitemap.html @@ -117,6 +117,7 @@
  • Game Log
  • Featured
  • Trivia
  • +
  • Resources
  • Links