added temporary content to now and music-gallery pages; banner2 can now display dateUpdated without other dates set

This commit is contained in:
2026-04-14 10:51:19 +02:00
parent bbd1b70306
commit 354b37221b
6 changed files with 43 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
</div> </div>
{/if} {/if}
</div> </div>
{#if date || dateIndeterminate} {#if date || dateUpdated || dateIndeterminate}
<div class="date-container"> <div class="date-container">
{#if dateIndeterminate} {#if dateIndeterminate}
<p class="date">:: {dateIndeterminate}</p> <p class="date">:: {dateIndeterminate}</p>

View File

@@ -104,7 +104,7 @@
<div class="sidebox-container blurred-background"> <div class="sidebox-container blurred-background">
<h4 class="sidebox-header">heads-up</h4> <h4 class="sidebox-header">heads-up</h4>
<p>This website works best on Firefox and other Gecko-based browsers! It is also nearly 100% mobile-friendly! All pages are largely functional without JavaScript but I recommend you enable it (some elements won't work without it)! Links may change but I will set up redirects, promise.</p> <p>This website works best on Firefox and other Gecko-based browsers! It is also nearly 100% mobile-friendly! All pages are largely functional without JavaScript but I recommend you enable it (some elements won't work without it)! Links may change.</p>
<hr> <hr>

View File

@@ -1 +1,19 @@
musicrot <script lang="ts">
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/viewport/content.svelte";
</script>
<svelte:head>
<title>Music Rotation | denizk0461</title>
</svelte:head>
<Content>
<Banner2
title="Music Rotation"
dateUpdated="2026-04-14"
/>
<p>content coming soon.</p>
<img src="/common/gadgetron.webp" alt="The Gadgetron vendor from Ratchet & Clank on PlayStation 2 looking bored.">
</Content>

View File

@@ -1 +1,19 @@
now <script lang="ts">
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/viewport/content.svelte";
</script>
<svelte:head>
<title>Now | denizk0461</title>
</svelte:head>
<Content>
<Banner2
title="Now"
dateUpdated="2026-04-14"
/>
<p>content coming soon.</p>
<img src="/common/gadgetron.webp" alt="The Gadgetron vendor from Ratchet & Clank on PlayStation 2 looking bored.">
</Content>

View File

@@ -9,11 +9,11 @@
<Content> <Content>
<Banner2 <Banner2
title="Information on Privacy & Cookies" /> title="Information on Privacy & Cookies"
dateUpdated="2025-09-10"
/>
<p>This page uses <b>no cookies</b> as of now. No data will be stored on your device while browsing this website. <b>No trackers</b> are used either <b>no analytics</b>, not even a visit counter of any kind. Not by a third-party, and currently, none I built myself either.</p> <p>This page uses <b>no cookies</b> as of now. No data will be stored on your device while browsing this website. <b>No trackers</b> are used either <b>no analytics</b>, not even a visit counter of any kind. Not by a third-party, and currently, none I built myself either.</p>
<p>The Godot and Unity projects on the <code>apps.natconf.dev</code> subdomain <i>may</i> cache compiled shaders on your device, I'm not sure. These files would only be used by your GPU to render visual effects for the game they were compiled for.</p> <p>The Godot and Unity projects on the <code>apps.natconf.dev</code> subdomain <i>may</i> cache compiled shaders on your device, I'm not sure. These files would only be used by your GPU to render visual effects for the game they were compiled for.</p>
<p>Last updated: 2025-09-10</p>
</Content> </Content>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB