added daisy page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user