File tree Expand file tree Collapse file tree
src/routes/(sup)/sup/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import type { FilterResults } from "#scripts/search-filter.svelte.ts";
55import Cards from " #parts/core/cards.svelte" ;
66import Main from " #parts/core/main.svelte" ;
77import Block from " #parts/ui/block.svelte" ;
8- import Breadcrumbs from " #parts/ui/breadcrumbs.svelte" ;
98import SearchFilters from " #parts/ui/search-filters.svelte" ;
109import ProjectBlock from " #parts/dev/block.project.svelte" ;
1110
@@ -26,12 +25,10 @@ let displayed_projects: FilterResults<ProjectData> = $derived(filters.apply(proj
2625 <meta name =" description" content =" All my software development, creative and personal projects!" />
2726</svelte:head >
2827
29- <Breadcrumbs levels ={[
30- { text: " projects" },
31- ]} />
3228
3329<Main gap =" 4rem" >
3430 <Block >
31+ <p > THIS PAGE IS STILL UNDER RENOVATION BTW LMAO </p >
3532 <p > I’ve created way too many projects to list all of them in one place – but here’s a selection of my favourites for you to explore ^v^ </p >
3633 </Block >
3734
You can’t perform that action at this time.
0 commit comments