diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 15:50:26 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 15:50:26 +0100 |
| commit | 87ffd04b8f12899d9c9fbe02bd274c9225f4b494 (patch) | |
| tree | 7bbadd4d89d5210ecd9a4c2f11b9942077c8fd84 | |
| parent | fix: incorrect grid display of projects (diff) | |
| download | pml68.dev-87ffd04b8f12899d9c9fbe02bd274c9225f4b494.tar.gz | |
feat: reorder projects for visual consistency
| -rw-r--r-- | projects/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/projects/index.html b/projects/index.html index 6d6c494..d9570a1 100644 --- a/projects/index.html +++ b/projects/index.html @@ -33,20 +33,20 @@ </a> </div> <div class="project"> - <a href="https://sr.ht/~pml68/iced-builder" target="_blank"> - <img src="https://iced.rs/logo.svg" alt="iced logo" class="project-icon"> + <a href="https://github.com/foghorn-rs/foghorn" target="_blank"> + <img src="https://avatars.githubusercontent.com/u/209838582?s=200&v=4" alt="Foghorn icon" class="project-icon"> <div class="content"> - <h3>iced Builder</h3> - <p>UI builder for iced, built with iced. (WIP)</p> + <h3>Foghorn</h3> + <p>Signal Messenger client written in Rust and Iced</p> </div> </a> </div> <div class="project"> - <a href="https://github.com/foghorn-rs/foghorn" target="_blank"> - <img src="https://avatars.githubusercontent.com/u/209838582?s=200&v=4" alt="Foghorn icon" class="project-icon"> + <a href="https://sr.ht/~pml68/iced-builder" target="_blank"> + <img src="https://iced.rs/logo.svg" alt="iced logo" class="project-icon"> <div class="content"> - <h3>Foghorn</h3> - <p>Signal Messenger client written in Rust and Iced</p> + <h3>iced Builder</h3> + <p>UI builder for iced, built with iced. (WIP)</p> </div> </a> </div> |
