diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 01:39:56 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 01:39:56 +0200 |
| commit | c0af3a63d6cd7b893ca23aeb442e776955bc2c91 (patch) | |
| tree | 0fec30f2bc12503e6095271dd32159322355c5c6 /src/lib/projects.json | |
| parent | fix: incorrect social link hover color transition (diff) | |
| download | pml68.dev-c0af3a63d6cd7b893ca23aeb442e776955bc2c91.tar.gz | |
feat: "rewrite" in pure HTML/CSS
Diffstat (limited to 'src/lib/projects.json')
| -rw-r--r-- | src/lib/projects.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/lib/projects.json b/src/lib/projects.json deleted file mode 100644 index 6296dde..0000000 --- a/src/lib/projects.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "projects": [ - { - "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" - }, - { - "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)" - }, - { - "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" - }, - { - "icon": "https://iced.rs/logo.svg", - "link": "https://sr.ht/~pml68/iced_dialog", - "title": "iced_dialog", - "description": "Custom dialog for iced" - } - ] -} |
