From ecfa9dfa8031badaba9d5105ffd840b56341a77f Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 23 Sep 2025 15:41:52 +0200 Subject: feat: update relevant projects --- src/lib/projects.json | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to 'src/lib') 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" } ] } -- cgit v1.2.3