Added game log page

This commit is contained in:
Helen Chong 2023-08-15 17:47:09 +08:00
parent e1d617d2e9
commit 186fda1f60
6 changed files with 73 additions and 3 deletions

View File

@ -43,6 +43,11 @@
Archive: <span class="date-style">Latest</span> | <a href="./2022.html">2022</a> | <a href="./layouts.html">Website Layouts</a>
</p>
<p class="date-style">August 15, 2023:</p>
<ul>
<li>Added <a href="/shrines/cassettebeasts/gamelog">Game Log</a> page to the <a href="/shrines/cassettebeasts/"><cite>Cassette Beasts</cite> shrine</a>.</li>
</ul>
<p class="date-style">August 14, 2023:</p>
<ul>
<li>New article: <a href="/articles/my-dislike-of-shipping-culture.html">My Disinterest in Shipping and Dislike of Shipping Culture</a>.</li>

View File

@ -68,9 +68,9 @@
<section class="content-section">
<h2>Updates</h2>
<div class="text-box">
<p class="date-style">August 14, 2023:</p>
<p class="date-style">August 15, 2023:</p>
<ul>
<li>New article: <a href="/articles/my-dislike-of-shipping-culture.html">My Disinterest in Shipping and Dislike of Shipping Culture</a>.</li>
<li>Added <a href="/shrines/cassettebeasts/gamelog">Game Log</a> page to the <a href="/shrines/cassettebeasts/"><cite>Cassette Beasts</cite> shrine</a>.</li>
</ul>
</div>
<a href="/changelog">View all site changelog</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -0,0 +1,63 @@
<!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/gamelog">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Game Log | Cassette Beasts Shrine">
<meta property="og:description" content="A catalogue of my Cassette Beasts characters and save profiles.">
<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="./img/cb-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/cb-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/cb-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="/shrines/cassettebeasts/js/cb-components.js" defer></script>
<title>Game Log | 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>Game Log</h1>
<p>This page is a catalogue of my <cite>Cassette Beasts</cite> characters and save profiles.</p>
</section>
<section class="content-section">
<h2>Kristine</h2>
<img src="./img/cb-character-kristine.png" alt="Cassette Beasts screenshot of Kristine, a custom player character">
<p>My first character and save file. Created on July 18, 2023. Beat the main story on July 30. 2023.</p>
<p><span class="bold-text">Pronouns:</span> They/Them</p>
<p><span class="bold-text">Starter Monster Tape:</span> Bansheep</p>
<p><span class="bold-text">Romance:</span> Meredith</p>
<p><span class="bold-text">Gift Bootleg Received:</span> Glitter-type Pombomb</p>
<p><span class="bold-text">First Wild Bootleg:</span> Air-type Weevillite (obtained on August 14, 2023)</p>
</section>
</div>
<aside class="right-sidebar"></aside>
</main>
<footer class="main-footer"></footer>
</body>
</html>

View File

@ -1,6 +1,6 @@
/* ------ CASSETTE BEASTS SHRINE HEADER COMPONENT ------ */
document.querySelector(".main-header").innerHTML = `
<img src="./img/cassettebeasts-header.png" alt="">
<img src="/shrines/cassettebeasts/img/cassettebeasts-header.png" alt="">
`;
@ -8,6 +8,7 @@ document.querySelector(".main-header").innerHTML = `
document.querySelector(".navbar").innerHTML = `
<ul class="nav__menu">
<li><a href="/shrines/cassettebeasts/">Shrine Home</a></li>
<li><a href="./gamelog">Game Log</a></li>
<li><a href="./featured.html">Featured</a></li>
<li><a href="./trivia.html">Trivia</a></li>
<li><a href="/home.html">Main Site</a></li>

View File

@ -104,6 +104,7 @@
</ul>
<li><a href="/shrines/cassettebeasts/"><cite>Cassette Beasts</cite></a></li>
<ul>
<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>
</ul>