added content to latest devlog
This commit is contained in:
@@ -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
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user