added temporary content to now and music-gallery pages; banner2 can now display dateUpdated without other dates set
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
{#if date || dateIndeterminate}
|
||||
{#if date || dateUpdated || dateIndeterminate}
|
||||
<div class="date-container">
|
||||
{#if dateIndeterminate}
|
||||
<p class="date">:: {dateIndeterminate}</p>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<div class="sidebox-container blurred-background">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
|
||||
<Content>
|
||||
<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>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>
|
||||
|
||||
Reference in New Issue
Block a user