added notches and footer
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
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[] {
|
||||
var result: Project[] = [];
|
||||
@@ -57,11 +58,7 @@
|
||||
{#each project.paragraphs as paragraph}
|
||||
<p>{@html paragraph}</p>
|
||||
{/each}
|
||||
<ul>
|
||||
{#each project.links as link}
|
||||
<li><a href="{link.link}">{@html link.text}</a></li>
|
||||
{/each}
|
||||
</ul>
|
||||
<LinkList entries={project.links} />
|
||||
</div>
|
||||
{/snippet}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user