added daisy page

This commit is contained in:
2025-04-04 19:33:17 +02:00
parent 6a1a184b7b
commit a02224cdc8
12 changed files with 125 additions and 10 deletions

View File

@@ -3,7 +3,6 @@
import TableOfContents from "$lib/table-of-contents.svelte";
import type { Project } from './projects';
import { projects } from './projects';
import { browser } from '$app/environment';
import LinkList from "$lib/link-list.svelte";
let getActiveProjects = function(projects: Project[], isActive: boolean): Project[] {
@@ -25,9 +24,7 @@
<p>This is a listing of some of my more noteworthy projects that can be found on the web.</p>
{#if browser}
<TableOfContents />
{/if}
<TableOfContents />
<h2>Active Projects</h2>
{#each getActiveProjects(projects, true) as activeProject}