moved remaining pages over to banner2
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
|
import Banner2 from "$lib/banner2.svelte";
|
||||||
import Content from "$lib/content.svelte";
|
import Content from "$lib/content.svelte";
|
||||||
import TableOfContents from "$lib/table-of-contents.svelte";
|
import TableOfContents from "$lib/table-of-contents.svelte";
|
||||||
|
|
||||||
@@ -11,16 +11,14 @@
|
|||||||
<meta name="description" content="{data.description}">
|
<meta name="description" content="{data.description}">
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<BannerTitleAlt
|
<Content>
|
||||||
title="{data.title}"
|
<Banner2
|
||||||
date="{data.date}"
|
title="{data.title}"
|
||||||
banner="preview.webp"
|
date="{data.date}"
|
||||||
bannerAlt="{""/*data.bannerAlt*/}"
|
banner="preview.webp"
|
||||||
/>
|
bannerAlt="{""/*data.bannerAlt*/}" />
|
||||||
|
|
||||||
<Content useContentWidth>
|
<TableOfContents />
|
||||||
|
|
||||||
<TableOfContents disableStickyScrolling />
|
|
||||||
|
|
||||||
<svelte:component this={data.content} />
|
<svelte:component this={data.content} />
|
||||||
|
|
||||||
|
|||||||
@@ -15,13 +15,12 @@
|
|||||||
<title>Feeds | denizk0461</title>
|
<title>Feeds | denizk0461</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Banner2
|
<Content>
|
||||||
title="Feeds"
|
<Banner2
|
||||||
subtitle="XML feeds"
|
title="Feeds"
|
||||||
banner="banner.webp"
|
subtitle="XML feeds"
|
||||||
/>
|
banner="banner.webp" />
|
||||||
|
|
||||||
<Content>
|
|
||||||
<p>This is a list of RSS feeds I maintain on this website. You can subscribe to them by adding the link of any feed to an RSS reader of your liking.</p>
|
<p>This is a list of RSS feeds I maintain on this website. You can subscribe to them by adding the link of any feed to an RSS reader of your liking.</p>
|
||||||
|
|
||||||
<List entries={feeds} />
|
<List entries={feeds} />
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
|
import Banner2 from "$lib/banner2.svelte";
|
||||||
import Content from "$lib/content.svelte";
|
import Content from "$lib/content.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -7,11 +7,10 @@
|
|||||||
<title>Privacy & Cookies | denizk0461</title>
|
<title>Privacy & Cookies | denizk0461</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<BannerTitleAlt
|
|
||||||
title="Information on Privacy & Cookies"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
|
<Banner2
|
||||||
|
title="Information on Privacy & Cookies" />
|
||||||
|
|
||||||
<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.denizk0461.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.denizk0461.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>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
title="Daisy FM Synth"
|
title="Daisy FM Synth"
|
||||||
date="2025-04-04"
|
date="2025-04-04"
|
||||||
banner="/projects/daisyfm/banner.webp"
|
banner="/projects/daisyfm/banner.webp"
|
||||||
bannerAlt="Close-up of Daisy, focussed on the effect knobs"/>
|
bannerAlt="Close-up of Daisy, focussed on the effect knobs" />
|
||||||
|
|
||||||
<img src="/projects/daisyfm/fullview.webp" alt="Top view of the Daisy FM synth">
|
<img src="/projects/daisyfm/fullview.webp" alt="Top view of the Daisy FM synth">
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
|
import Banner2 from "$lib/banner2.svelte";
|
||||||
import Content from "$lib/content.svelte";
|
import Content from "$lib/content.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -7,14 +7,13 @@
|
|||||||
<title>Uses | denizk0461</title>
|
<title>Uses | denizk0461</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<BannerTitleAlt
|
|
||||||
title="Uses"
|
|
||||||
banner="/projects/banner.webp"
|
|
||||||
bannerAlt="Closeup of the purple protagonist from Project N5"
|
|
||||||
subtitle="A list of the hardware and software I use for my creative tasks"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
|
<Banner2
|
||||||
|
title="Uses"
|
||||||
|
banner="/projects/banner.webp"
|
||||||
|
bannerAlt="Closeup of the purple protagonist from Project N5"
|
||||||
|
subtitle="A list of the hardware and software I use for my creative tasks" />
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h2>Hardware</h2>
|
<h2>Hardware</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user