aboutsummaryrefslogtreecommitdiff
path: root/src/lib/projects.json
blob: 297d9d07558416fb0ab8f8295061c1d1335e8d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
    }
  ]
}