added content to latest devlog

This commit is contained in:
2025-04-03 21:38:34 +02:00
parent a03939d493
commit 60901a398e
9 changed files with 213 additions and 38 deletions

View File

@@ -1,7 +1,5 @@
<script lang="ts">
import BannerTitle from "$lib/banner-title.svelte";
import Header from "$lib/header.svelte";
import Footer from "$lib/footer.svelte";
import TableOfContents from "$lib/table-of-contents.svelte";
import type { Project } from './projects';
import { projects } from './projects';
@@ -18,8 +16,6 @@
}
</script>
<Header />
<BannerTitle title="My Disordered Projects" banner="projects/banner.webp" />
<p>This is a listing of some of my more noteworthy projects that can be found on the web.</p>
@@ -38,8 +34,6 @@
{@render projectSummary({ project: pastProject })}
{/each}
<Footer />
{#snippet projectSummary({
project
}: {