Skip to content

Commit d1d4649

Browse files
updates projects (#9)
1 parent f95211f commit d1d4649

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

src/pages/projects/data.ts

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ export const projectData: ProjectData = [
44
{
55
title: 'Current Projects',
66
projects: [
7+
{
8+
text: 'Ozwald',
9+
description: 'Ozwald is a provisioner for container-based systems, with a focus on functionality that is useful for running AI-related software in heterogenous hardware environments.',
10+
icon: 'i-carbon-ai-label',
11+
href: 'https://github.com/FredworkLemmas/ozwald',
12+
},
13+
{
14+
text: 'KWin Script: Interstitia (Plasma 6)',
15+
description: 'Adds space around and between windows and adds in-tile cascading.',
16+
icon: 'i-carbon-virtual-column',
17+
href: 'https://github.com/FredworkLemmas/interstitia',
18+
},
719
{
820
text: 'Invocate',
921
description: 'Invoke tasks with simpler namespacing.',
@@ -16,12 +28,6 @@ export const projectData: ProjectData = [
1628
icon: 'i-carbon-ai-label',
1729
href: 'https://github.com/FredworkLemmas/demo_pgvector',
1830
},
19-
{
20-
text: 'KWin Script: Window Gaps (Plasma 6)',
21-
description: 'Adds space around windows touching a screen edge or other window.',
22-
icon: 'i-carbon-virtual-column',
23-
href: 'https://github.com/FredworkLemmas/kwin-tile-gaps',
24-
},
2531
{
2632
text: 'SuperPaper (Plasma 6)',
2733
description: 'An advanced multi monitor wallpaper manager (Plasma 6).',

0 commit comments

Comments
 (0)