aboutsummaryrefslogtreecommitdiff
path: root/src/lib/projects.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/projects.json')
-rw-r--r--src/lib/projects.json30
1 files changed, 12 insertions, 18 deletions
diff --git a/src/lib/projects.json b/src/lib/projects.json
index 45ec76a..297d9d0 100644
--- a/src/lib/projects.json
+++ b/src/lib/projects.json
@@ -1,28 +1,22 @@
{
"projects": [
{
- "iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png",
- "link": "https://github.com/Olah-Barbershop/website/",
- "title": "Oláh Barbershop",
- "description": "The Oláh Barbershop website, built with SvelteKit"
- },
- {
- "iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png",
- "link": "https://github.com/Olah-Barbershop/API",
- "title": "Oláh Barbershop - API",
- "description": "The API used for the Oláh Barbershop app and website"
+ "icon": "https://pml68.dev/pml68.png",
+ "link": "https://sr.ht/~pml68/pml68.dev",
+ "title": "pml68",
+ "description": "My personal website — the one you're currently viewing"
},
{
- "iconLink": "https://raw.githubusercontent.com/Olah-Barbershop/website/master/src/lib/assets/icon.png",
- "link": "https://github.com/Olah-Barbershop/app/",
- "title": "Oláh Barbershop - App",
- "description": "The Oláh Barbershop app for Android (WIP)"
+ "icon": "https://iced.rs/logo.svg",
+ "link": "https://sr.ht/~pml68/iced-builder",
+ "title": "iced Builder",
+ "description": "UI builder for iced, built with iced. (WIP)"
},
{
- "iconLink": "https://raw.githubusercontent.com/pml68/website/master/static/pml68.png",
- "link": "https://github.com/pml68/website/",
- "title": "pml68",
- "description": "My personal website - this one -, built with SvelteKit"
+ "icon": "https://avatars.githubusercontent.com/u/209838582?s=200&v=4",
+ "link": "https://github.com/foghorn-rs/foghorn",
+ "title": "Foghorn",
+ "description": "Signal Messenger client written in Rust and Iced"
}
]
}