Add Cassette Beasts resources page
This commit is contained in:
parent
3306407687
commit
64b06b4c10
|
@ -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 = `
|
|||
<li><a href="/shrines/cassettebeasts/gamelog">Game Log</a></li>
|
||||
<li><a href="/shrines/cassettebeasts/featured.html">Featured</a></li>
|
||||
<li><a href="/shrines/cassettebeasts/trivia.html">Trivia</a></li>
|
||||
<li><a href="/shrines/cassettebeasts/resources.html">Resources</a></li>
|
||||
<li><a href="/home.html">Main Site</a></li>
|
||||
</ul>
|
||||
`;
|
||||
|
|
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" id="page-top">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:url" content="https://leilukin.neocities.org/shrines/cassettebeasts/featured">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="Leilukin's Hub">
|
||||
<meta property="og:title" content="Resources | Cassette Beasts Shrine">
|
||||
<meta property="og:description" content="A collection of resources for Cassette Beasts.">
|
||||
|
||||
<link rel="stylesheet" href="/shrines/cassettebeasts/css/style-cassettebeasts.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/shrines/cassettebeasts/img/cb-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/shrines/cassettebeasts/img/cb-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/shrines/cassettebeasts/img/cb-icon.png">
|
||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||
|
||||
<script src="/shrines/cassettebeasts/js/cb-components.js" defer></script>
|
||||
|
||||
<title>Resources | Cassette Beasts Shrine | Leilukin's Hub</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<noscript>
|
||||
JavaScript is disabled in your browser. To get the best user experience on
|
||||
this website, it is recommended that you enable it.
|
||||
</noscript>
|
||||
</header>
|
||||
<nav class="navbar"></nav>
|
||||
<main>
|
||||
<!-- <aside class="left-sidebar">
|
||||
Left sidebar content here
|
||||
</aside> -->
|
||||
|
||||
<div class="content-container">
|
||||
<section class="content-section">
|
||||
<h1>Resources</h1>
|
||||
<p>Here is a collection of resources for <cite>Cassette Beasts</cite>.</p>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<h2>Wiki</h2>
|
||||
<ul class="article-list">
|
||||
<li><a href="https://wiki.cassettebeasts.com/wiki/Main_Page" target="blank">The official Cassette Beasts wiki</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<h2>Discussions</h2>
|
||||
<ul class="article-list">
|
||||
<li><a href="https://discord.gg/byttenstudio" target="blank">Bytten Studio Discord server</a> — The official Discord server of the developer of <cite>Cassette Beasts</cite>, including channels for <cite>Cassette Beasts</cite>.</li>
|
||||
<li><a href="https://www.reddit.com/r/cassettebeasts/" target="_blank">Cassette Beasts subreddit</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<h2>Graphics</h2>
|
||||
<ul class="article-list">
|
||||
<li><a href="https://www.spriters-resource.com/pc_computer/cassettebeasts/" target="_blank">Cassette Beasts on The Spriters Resource</a> — Including character portraits, monster sprites, game elements, icons and more.</li>
|
||||
<li><a href="https://discord.com/channels/594939411775619102/1133943053367910591/1164033894706860143" target="blank">Chart of bootleg sprites on Bytten Studios Discord server</a> — Including monsters from Update 1.2 and the "Pier of the Unknown" DLC</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<h2>Game Guides</h2>
|
||||
<ul class="article-list">
|
||||
<li><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2969626908" target="blank">Bootleg Monsters and Ritual Candle Guide</a> by Lost_Kitty</li>
|
||||
<li><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=3046262124" target="_blank">How to obtain all Prize Tickets in the "Pier of the Unknown" DLC</a> by Argo Dargo</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<h2>Mods</h2>
|
||||
<ul class="article-list">
|
||||
<li><a href="https://modworkshop.net/game/cassette-beasts" target="blank">Cassette Beasts mods on ModWorkshop</a></li>
|
||||
<li><a href="https://wiki.cassettebeasts.com/wiki/Modding:Modding" target="blank">Modding resources, guides and tutorials on the official Cassette Beasts wiki</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<aside class="right-sidebar"></aside>
|
||||
|
||||
</main>
|
||||
<footer class="main-footer"></footer>
|
||||
</body>
|
||||
</html>
|
|
@ -117,6 +117,7 @@
|
|||
<li><a href="/shrines/cassettebeasts/gamelog">Game Log</a></li>
|
||||
<li><a href="/shrines/cassettebeasts/featured.html">Featured</a></li>
|
||||
<li><a href="/shrines/cassettebeasts/trivia.html">Trivia</a></li>
|
||||
<li><a href="/shrines/cassettebeasts/resources.html">Resources</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li><a href="/links/">Links</a></li>
|
||||
|
|
Loading…
Reference in New Issue