Compare commits

...

17 Commits

Author SHA1 Message Date
zoe f5ff2a1664 favicon 2022-04-16 20:22:24 +02:00
zoe 0d340d366a favicon 2022-04-16 20:21:54 +02:00
zoe 8c0725a019 basic rss support 2022-04-16 18:51:08 +02:00
zoe c0158b6932 basic rss support 2022-04-16 18:50:43 +02:00
zoe c06f6add4b basic rss support 2022-04-16 18:45:12 +02:00
Zoe 9b35c941c5 rss 2022-04-16 17:45:59 +02:00
zoe 9aab67ba3e basic rss support 2022-04-16 17:33:28 +02:00
zoe 4f51e17bc1 fix some more chrome issues 2022-04-16 17:09:57 +02:00
zoe 5ffffd10ea fix some more chrome issues 2022-04-16 17:06:46 +02:00
zoe 042dba5ee5 remove transitions bc they are broken in chrome 2022-04-16 16:51:35 +02:00
zoe 26c16e5116 remove transitions bc they are broken in chrome 2022-04-16 16:42:42 +02:00
zoe 7684f12144 fix hamburger menu 2022-04-16 16:19:33 +02:00
zoe ddb0572df4 fix hamburger menu 2022-04-16 15:56:46 +02:00
zoe 197d77a651 fix hamburger menu 2022-04-16 15:43:22 +02:00
zoe 2706d991fe fix text on list pages oops 2022-04-16 15:34:19 +02:00
zoe 0759960496 update build 2022-04-16 15:27:59 +02:00
zoe 3b07fbbd23 responsive footer 2022-04-16 15:27:37 +02:00
18 changed files with 450 additions and 345 deletions

View File

@ -2,7 +2,7 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>about</title>
<title>about@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
@ -69,27 +69,27 @@ i&rsquo;m also trans and gay and queer :)</p>
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item active colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item active colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Categories</title>
<title>Categories@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/categories/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">Categories</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">Categories</a></h1>
</header>
@ -48,27 +49,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>games</title>
<title>games@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/games/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">games</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">games</a></h1>
</header>
@ -48,27 +49,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item active colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item active colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -3,15 +3,16 @@
<meta name="generator" content="Hugo 0.96.0" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>home</title>
<title>home@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<header>
<h1 id="title" class="colorswitch">batsite</h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">home </a></h1>
</header>
<article id="content" class="colorswitch">
<p>
@ -63,27 +64,27 @@ if you ever wish to <em>experience</em> of of those, i hope you enjoy!</p>
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item active colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item active colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -1 +1,25 @@
function activateHamburger() {}
const button = document.getElementById("hamburger-button");
const bg = document.getElementById("hamburger-bg");
let hidden = true;
export function activateHamburger() {
button.addEventListener("click", function () {
hidden = !hidden;
console.log(hidden);
if (hidden === true) {
hide();
} else {
unhide();
}
});
}
function unhide() {
bg.classList.remove("hidden");
button.innerHTML = "窱";
}
function hide() {
bg.classList.add("hidden");
button.innerHTML = "";
}

View File

@ -1,13 +1,16 @@
const checkbox = document.getElementById("darkmode-toggle");
const colorswitchers = document.getElementsByClassName("colorswitch");
const button = document.getElementById("darkmode-button-small");
function switchToLight() {
button.innerHTML = "滛";
for (let item of colorswitchers) {
item.classList.add("light");
}
}
function switchToDark() {
button.innerHTML = "";
for (let item of colorswitchers) {
console.log(item);
item.classList.remove("light");
@ -21,6 +24,10 @@ export function updateMode() {
switchToDark();
}
checkbox.checked = localStorage.getItem("dark");
button.addEventListener("click", function () {
checkbox.click();
});
checkbox.addEventListener("change", function () {
localStorage.setItem("light", this.checked);
if (this.checked) {

View File

@ -2,7 +2,7 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>buddies</title>
<title>buddies@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
@ -89,27 +89,27 @@ this type of website also just makes me happy!</p>
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item active colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item active colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,7 +2,7 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>find me</title>
<title>find me@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
@ -58,27 +58,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item active colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item active colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>links</title>
<title>links@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/links/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">links</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">links</a></h1>
</header>
@ -66,27 +67,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item active colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item active colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,7 +2,7 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>things that make me happy</title>
<title>things that make me happy@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
@ -69,27 +69,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item active colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item active colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>music</title>
<title>music@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/music/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">music</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">music</a></h1>
</header>
<h2 id="where-to-listen" class="colorswitch">
@ -54,27 +55,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item active colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item active colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>posts</title>
<title>posts@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/posts/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">posts</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">posts</a></h1>
</header>
@ -48,27 +49,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item active colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item active colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -1,19 +1,14 @@
@charset "UTF-8";
* {
transition: 2s; }
body {
background-color: #413c74;
color: #ff8ad0;
transition: 2s; }
color: #ff8ad0; }
body.light {
background-color: #ffffff;
color: #413c74; }
a {
background-color: transparent;
color: #ffdc6d;
transition: 2s; }
color: #ffdc6d; }
a.light {
background-color: transparent;
color: #9b5bb4; }
@ -22,8 +17,7 @@ a.footer-nav-item.active,
a.footer-nav-item:hover {
color: #ff8ad0;
background-color: #413c74;
border-color: #413c74;
transition: 0.2s; }
border-color: #413c74; }
a.footer-nav-item.active.light,
a.footer-nav-item:hover.light {
color: #413c74;
@ -32,24 +26,21 @@ a.footer-nav-item:hover {
footer {
background-color: #ff8ad0;
color: #413c74;
transition: 2s; }
color: #413c74; }
footer.light {
background-color: #413c74;
color: #ffffff; }
footer a {
color: #413c74;
background-color: #ff8ad0;
transition: 2s; }
background-color: #ff8ad0; }
footer a.light {
color: #ffffff;
background-color: #413c74; }
.togglelabel {
background-color: #ff8ad0;
border-color: #413c74;
transition: 2s; }
border-color: #413c74; }
.togglelabel.light {
background-color: #413c74;
border-color: #ffffff; }
@ -57,37 +48,31 @@ footer a {
.togglelabel.light::after {
background-color: #ffffff;
border-color: #ffffff;
color: #413c74;
transition: 2s; }
color: #413c74; }
.togglelabel::after {
background-color: #413c74;
border-color: #413c74;
color: #ff8ad0;
transition: 2s; }
color: #ff8ad0; }
body.light #title {
color: #ffffff;
background-color: #413c74;
transition: 2s; }
background-color: #413c74; }
body #title {
color: #413c74;
background-color: #ff8ad0;
transition: 2s; }
background-color: #ff8ad0; }
article {
background-color: #413c74;
border-color: #ff8ad0;
transition: 2s; }
border-color: #ff8ad0; }
article.light {
background-color: #ffffff;
border-color: #413c74; }
h2 {
background-color: #ffdc6d;
color: #413c74;
transition: 2s; }
color: #413c74; }
h2.light {
color: #ffffff; }
@ -98,8 +83,7 @@ h2 a {
h3 {
background-color: #61d478;
color: #413c74;
transition: 2s; }
color: #413c74; }
h3 a {
color: #413c74; }
@ -108,8 +92,7 @@ h3 a {
h3.light {
background-color: #5183b9;
color: #ffffff;
transition: 2s; }
color: #ffffff; }
h3.lighta {
color: #ffffff; }
@ -117,30 +100,25 @@ h5,
h6,
h4 {
background-color: #ffffff;
color: #413c74;
transition: 2s; }
color: #413c74; }
h5 a,
h6 a,
h4 a {
color: #413c74;
background-color: transparent; }
color: #413c74; }
h4.light,
h5.light,
h6.light {
background-color: #413c74;
color: #ffffff;
transition: 2s; }
color: #ffffff; }
h2.light {
background-color: #9b5bb4;
color: #ffffff;
transition: 2s; }
color: #ffffff; }
article.light a {
background-color: transparent;
color: #9b5bb4;
transition: 2s; }
color: #9b5bb4; }
article.light a.hash-link {
color: #ffffff; }
article.light a.hash-link:hover {
@ -150,7 +128,6 @@ article.light a {
a:hover {
color: #413c74;
background-color: #ffdc6d;
transition: 0.2s;
border-color: #ffdc6d; }
.previous.light:hover,
@ -159,13 +136,11 @@ a:hover {
article.light a:hover {
color: #ffffff;
background-color: #9b5bb4;
transition: 0.2s;
border-color: #9b5bb4; }
.light.hash-link:hover,
.hash-link:hover {
background-color: transparent;
transition: 2s; }
background-color: transparent; }
h1a.light,
h2a.light,
@ -183,12 +158,16 @@ h6a.light {
h6a.light:hover {
background-color: transparent; }
header.light {
background-color: #ffffff;
transition: 2s; }
h1 #rss-title {
background-color: transparent;
color: #413c74; }
h1 #rss-title:hover {
background-color: transparent; }
h1 #rss-title.light {
color: #ffffff; }
header {
transition: 2s; }
header.light {
background-color: #ffffff; }
.posttitle a {
background-color: transparent;
@ -201,7 +180,6 @@ button {
background-color: #ff8ad0;
border-color: #413c74; }
button:hover {
transition: 0.2s;
background-color: #413c74;
color: #ff8ad0; }
button.light {
@ -209,7 +187,6 @@ button {
background-color: #413c74;
border-color: #ffffff; }
button.light:hover {
transition: 0.2s;
background-color: #ffffff;
color: #413c74; }
@ -220,6 +197,24 @@ button {
#pageindicator:hover {
background-color: transparent; }
#hamburger-bg {
background-color: #413c74; }
#hamburger-bg .hamburger-nav-item {
background-color: transparent;
color: #ffdc6d;
border-color: #ffdc6d; }
#hamburger-bg .hamburger-nav-item:hover {
background-color: #ffdc6d;
color: #413c74; }
#hamburger-bg.light {
background-color: #ffffff; }
#hamburger-bg.light .hamburger-nav-item {
color: #9b5bb4;
border-color: #9b5bb4; }
#hamburger-bg.light .hamburger-nav-item:hover {
background-color: #9b5bb4;
color: #ffffff; }
html,
body {
height: 100%;
@ -337,14 +332,25 @@ header {
#hamburger-bg {
position: fixed;
background-color: red;
opacity: 40%;
width: 100%;
height: calc(100% - 42pt);
left: 0pt;
top: 0pt;
right: 0;
transition: 0s; }
transition: 0s;
display: grid;
justify-content: center;
overflow: scroll; }
#hamburger-bg * {
display: grid;
margin-top: 2pt;
margin-bottom: 2pt;
text-align: center; }
#hamburger-bg.hidden {
display: none; }
#darkmode-button-small {
margin-right: 8pt; }
@font-face {
font-family: CaskaydiaCove;
@ -367,6 +373,7 @@ ul {
h1 {
font-size: 42pt; }
h1 a,
h2 a {
font-size: 42pt;
font-style: bold; }
@ -490,7 +497,13 @@ ul a {
border-style: solid;
padding: 0.12em; }
#hamburger-button {
#hamburger-bg .hamburger-nav-item {
border-style: solid;
padding: 0.12em; }
#hamburger-button,
#hamburger-bg,
#darkmode-button-small {
display: none; }
@media screen and (max-width: 640pt) {
@ -498,5 +511,14 @@ ul a {
#darkmode-toggle,
#darkmode-toggle-label {
display: none; }
#hamburger-button {
display: flex; } }
#hamburger-button,
#darkmode-button-small,
#hamburger-bg,
#hamburger-bg #darkmode-toggle-label,
#hamburger-bg #darkmode-toggle {
display: flex; }
#hamburger-bg #darkmode-toggle,
#hamburger-bg #darkmode-toggle-label {
position: absolute;
bottom: 1em;
right: 1em; } }

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>software</title>
<title>software@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/software/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">software</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">software</a></h1>
</header>
@ -48,27 +49,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item active colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item active colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -2,17 +2,18 @@
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tags</title>
<title>Tags@batsite</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
<link rel="alternate" type="application/rss+xml" href="https://zoe.kittycat.homes/tags/index.xml" title="batsite" />
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body class="colorswitch"><div id="content">
<main>
<article>
<header class="colorswitch">
<h1 id="title">Tags</h1>
<article class="colorswitch">
<header>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">Tags</a></h1>
</header>
@ -48,27 +49,27 @@
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
<button type="button" id="hamburger-button" class="colorswitch hamburger"></button>
<div class="hamburger colorswitch" id="hamburger-bg">
<nav id="footer-nav" aria-label="navigation">
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
<div class="hamburger colorswitch hidden" id="hamburger-bg">
<nav id="hamburger-nav" aria-label="navigation">
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="hamburger-nav-item colorswitch" href="/about/" title="about"> about</a><br>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
<a class="hamburger-nav-item colorswitch" href="/games/" title="games"> games</a><br>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts"> posts</a><br>
</nav>
</div>
</span>
</footer>

View File

@ -1,19 +1,14 @@
@charset "UTF-8";
* {
transition: 2s; }
body {
background-color: #413c74;
color: #ff8ad0;
transition: 2s; }
color: #ff8ad0; }
body.light {
background-color: #ffffff;
color: #413c74; }
a {
background-color: transparent;
color: #ffdc6d;
transition: 2s; }
color: #ffdc6d; }
a.light {
background-color: transparent;
color: #9b5bb4; }
@ -22,8 +17,7 @@ a.footer-nav-item.active,
a.footer-nav-item:hover {
color: #ff8ad0;
background-color: #413c74;
border-color: #413c74;
transition: 0.2s; }
border-color: #413c74; }
a.footer-nav-item.active.light,
a.footer-nav-item:hover.light {
color: #413c74;
@ -32,24 +26,21 @@ a.footer-nav-item:hover {
footer {
background-color: #ff8ad0;
color: #413c74;
transition: 2s; }
color: #413c74; }
footer.light {
background-color: #413c74;
color: #ffffff; }
footer a {
color: #413c74;
background-color: #ff8ad0;
transition: 2s; }
background-color: #ff8ad0; }
footer a.light {
color: #ffffff;
background-color: #413c74; }
.togglelabel {
background-color: #ff8ad0;
border-color: #413c74;
transition: 2s; }
border-color: #413c74; }
.togglelabel.light {
background-color: #413c74;
border-color: #ffffff; }
@ -57,37 +48,31 @@ footer a {
.togglelabel.light::after {
background-color: #ffffff;
border-color: #ffffff;
color: #413c74;
transition: 2s; }
color: #413c74; }
.togglelabel::after {
background-color: #413c74;
border-color: #413c74;
color: #ff8ad0;
transition: 2s; }
color: #ff8ad0; }
body.light #title {
color: #ffffff;
background-color: #413c74;
transition: 2s; }
background-color: #413c74; }
body #title {
color: #413c74;
background-color: #ff8ad0;
transition: 2s; }
background-color: #ff8ad0; }
article {
background-color: #413c74;
border-color: #ff8ad0;
transition: 2s; }
border-color: #ff8ad0; }
article.light {
background-color: #ffffff;
border-color: #413c74; }
h2 {
background-color: #ffdc6d;
color: #413c74;
transition: 2s; }
color: #413c74; }
h2.light {
color: #ffffff; }
@ -98,8 +83,7 @@ h2 a {
h3 {
background-color: #61d478;
color: #413c74;
transition: 2s; }
color: #413c74; }
h3 a {
color: #413c74; }
@ -108,8 +92,7 @@ h3 a {
h3.light {
background-color: #5183b9;
color: #ffffff;
transition: 2s; }
color: #ffffff; }
h3.lighta {
color: #ffffff; }
@ -117,30 +100,25 @@ h5,
h6,
h4 {
background-color: #ffffff;
color: #413c74;
transition: 2s; }
color: #413c74; }
h5 a,
h6 a,
h4 a {
color: #413c74;
background-color: transparent; }
color: #413c74; }
h4.light,
h5.light,
h6.light {
background-color: #413c74;
color: #ffffff;
transition: 2s; }
color: #ffffff; }
h2.light {
background-color: #9b5bb4;
color: #ffffff;
transition: 2s; }
color: #ffffff; }
article.light a {
background-color: transparent;
color: #9b5bb4;
transition: 2s; }
color: #9b5bb4; }
article.light a.hash-link {
color: #ffffff; }
article.light a.hash-link:hover {
@ -150,7 +128,6 @@ article.light a {
a:hover {
color: #413c74;
background-color: #ffdc6d;
transition: 0.2s;
border-color: #ffdc6d; }
.previous.light:hover,
@ -159,13 +136,11 @@ a:hover {
article.light a:hover {
color: #ffffff;
background-color: #9b5bb4;
transition: 0.2s;
border-color: #9b5bb4; }
.light.hash-link:hover,
.hash-link:hover {
background-color: transparent;
transition: 2s; }
background-color: transparent; }
h1a.light,
h2a.light,
@ -183,12 +158,16 @@ h6a.light {
h6a.light:hover {
background-color: transparent; }
header.light {
background-color: #ffffff;
transition: 2s; }
h1 #rss-title {
background-color: transparent;
color: #413c74; }
h1 #rss-title:hover {
background-color: transparent; }
h1 #rss-title.light {
color: #ffffff; }
header {
transition: 2s; }
header.light {
background-color: #ffffff; }
.posttitle a {
background-color: transparent;
@ -201,7 +180,6 @@ button {
background-color: #ff8ad0;
border-color: #413c74; }
button:hover {
transition: 0.2s;
background-color: #413c74;
color: #ff8ad0; }
button.light {
@ -209,7 +187,6 @@ button {
background-color: #413c74;
border-color: #ffffff; }
button.light:hover {
transition: 0.2s;
background-color: #ffffff;
color: #413c74; }
@ -220,6 +197,24 @@ button {
#pageindicator:hover {
background-color: transparent; }
#hamburger-bg {
background-color: #413c74; }
#hamburger-bg .hamburger-nav-item {
background-color: transparent;
color: #ffdc6d;
border-color: #ffdc6d; }
#hamburger-bg .hamburger-nav-item:hover {
background-color: #ffdc6d;
color: #413c74; }
#hamburger-bg.light {
background-color: #ffffff; }
#hamburger-bg.light .hamburger-nav-item {
color: #9b5bb4;
border-color: #9b5bb4; }
#hamburger-bg.light .hamburger-nav-item:hover {
background-color: #9b5bb4;
color: #ffffff; }
html,
body {
height: 100%;
@ -337,7 +332,6 @@ header {
#hamburger-bg {
position: fixed;
background-color: red;
width: 100%;
height: calc(100% - 42pt);
left: 0pt;
@ -345,13 +339,18 @@ header {
right: 0;
transition: 0s;
display: grid;
align-items: center;
justify-content: center; }
justify-content: center;
overflow: scroll; }
#hamburger-bg * {
display: grid;
margin-top: 14pt;
margin-bottom: 14pt;
margin-top: 2pt;
margin-bottom: 2pt;
text-align: center; }
#hamburger-bg.hidden {
display: none; }
#darkmode-button-small {
margin-right: 8pt; }
@font-face {
font-family: CaskaydiaCove;
@ -374,6 +373,7 @@ ul {
h1 {
font-size: 42pt; }
h1 a,
h2 a {
font-size: 42pt;
font-style: bold; }
@ -497,7 +497,13 @@ ul a {
border-style: solid;
padding: 0.12em; }
#hamburger-button {
#hamburger-bg .hamburger-nav-item {
border-style: solid;
padding: 0.12em; }
#hamburger-button,
#hamburger-bg,
#darkmode-button-small {
display: none; }
@media screen and (max-width: 640pt) {
@ -505,5 +511,14 @@ ul a {
#darkmode-toggle,
#darkmode-toggle-label {
display: none; }
#hamburger-button {
display: flex; } }
#hamburger-button,
#darkmode-button-small,
#hamburger-bg,
#hamburger-bg #darkmode-toggle-label,
#hamburger-bg #darkmode-toggle {
display: flex; }
#hamburger-bg #darkmode-toggle,
#hamburger-bg #darkmode-toggle-label {
position: absolute;
bottom: 1em;
right: 1em; } }

@ -1 +1 @@
Subproject commit cb4c119646ea2a0922dc121ee10f359ff2ce4c3c
Subproject commit 26372fdcca121d7d9a5b5ae4c4259efd1bbc69f3