update synth.download assets, clean up css, a bit more 11ty configuration
This commit is contained in:
parent
dc38acd93b
commit
79f0cc7475
66 changed files with 8543 additions and 2868 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>{{ title or metadata.title }} • synth download!</title>
|
||||
<link rel="icon" type="image/png" href="/assets/favicon.png">
|
||||
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
|
||||
<link rel="canonical" href="https://synth.download/">
|
||||
<link rel="me" href="https://booping.synth.download/@sneexy">
|
||||
<link rel="me" href="https://beeping.synth.download/@sneexy">
|
||||
|
|
@ -9,17 +9,10 @@
|
|||
<meta property="og:url" content="https://synth.download/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{{ description or metadata.description }}">
|
||||
<link rel="stylesheet" href="/styles/accessibility.css">
|
||||
<link rel="stylesheet" href="/styles/animations.css">
|
||||
<link rel="stylesheet" href="/styles/at-media.css">
|
||||
<link rel="stylesheet" href="/styles/colors.css">
|
||||
<link rel="stylesheet" href="/styles/font.css">
|
||||
<link rel="stylesheet" href="/styles/footer.css">
|
||||
<link rel="stylesheet" href="/styles/icons.css">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<link rel="stylesheet" href="/styles/navbar.css">
|
||||
<link rel="stylesheet" href="/styles/style.css">
|
||||
<link rel="stylesheet" href="/styles/window.css">
|
||||
<link rel="stylesheet" href="/styles/base.css">
|
||||
<script src="/scripts/alt-popup.js"></script>
|
||||
<script src="/scripts/settings.js"></script>
|
||||
<script src="/scripts/button.js"></script>
|
||||
|
|
@ -4,7 +4,7 @@ layout: "layouts/base.njk"
|
|||
---
|
||||
|
||||
<!-- simple site introduction -->
|
||||
<details open id="site" class="window">
|
||||
<details open id="site" class="window home">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--message-chatbot"></span>
|
||||
|
|
@ -21,7 +21,7 @@ layout: "layouts/base.njk"
|
|||
|
||||
<section>
|
||||
<p>Hey! Welcome to...</p>
|
||||
<img id="logo" loading="lazy" src="/assets/synth-download.webp" alt="synth.download" />
|
||||
<a href="https://forged.synth.download/sneexy/synth"><img id="logo" loading="lazy" src="/assets/synth.download/logo_web.svg" alt="Synth.Download" /></a>
|
||||
<p>This is a website managed by <a href="/me">sneexy</a> with some services hosted here and there, mainly for friends.</p>
|
||||
<p>Most services here are public facing, anything that requires registration is most likely only for friends of mine for the sake of not being a complete hassle to maintain anything myself.</p>
|
||||
<p>We currently run...</p>
|
||||
|
|
@ -37,7 +37,7 @@ layout: "layouts/base.njk"
|
|||
</details>
|
||||
|
||||
<!-- buttons -->
|
||||
<details open id="buttons" class="window">
|
||||
<details open id="buttons" class="window home">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--link"></span>
|
||||
|
|
|
|||
26
_includes/layouts/notebook.njk
Normal file
26
_includes/layouts/notebook.njk
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: notebook
|
||||
layout: "layouts/base.njk"
|
||||
---
|
||||
|
||||
<!-- notebook index -->
|
||||
<details open id="notebook" class="window">
|
||||
<summary>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--article"></span>
|
||||
</div>
|
||||
<a href="#notebook">Notebook</a>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--minimize"></span>
|
||||
<span class="tabler--maximize"></span>
|
||||
</div>
|
||||
<div aria-hidden="true">
|
||||
<span class="tabler--x"></span>
|
||||
</div>
|
||||
</summary>
|
||||
|
||||
<section>
|
||||
<h1><a href="#notebook">Notebook</a> <a href="./rss.xml"><span class="tabler--rss" style="transform: scale(1.5) translateY(.5rem);"></span></a></h1>
|
||||
<p>A public facing journal for myself, as probably the best way to put it. A blog-ish, writeup-ish, rant-ish place to dump personal thoughts and such into for <a href="/me">myself</a>.</p>
|
||||
</section>
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue