diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 13:16:12 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 13:16:12 +0100 |
| commit | c2c058539f1c6937094d289547ecdcecb7236504 (patch) | |
| tree | 8f807331e86d383eff8f5c1f1776e293c21e3553 | |
| parent | feat: remove Telegram from socials (diff) | |
| download | pml68.dev-c2c058539f1c6937094d289547ecdcecb7236504.tar.gz | |
feat: add iced_selection to projects
| -rw-r--r-- | projects/index.html | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/projects/index.html b/projects/index.html index 3b5cfbe..6d6c494 100644 --- a/projects/index.html +++ b/projects/index.html @@ -23,42 +23,51 @@ </div> </div> <div class="project-container"> - <a href="https://sr.ht/~pml68/pml68.dev" target="_blank"> - <div class="project"> + <div class="project"> + <a href="https://sr.ht/~pml68/pml68.dev" target="_blank"> <img src="/assets/pml68.webp" alt="pml68.dev icon" class="project-icon"> <div class="content"> <h3>pml68.dev</h3> <p>My personal website—the one you're currently viewing</p> </div> - </div> - </a> - <a href="https://sr.ht/~pml68/iced-builder" target="_blank"> - <div class="project"> + </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"> <div class="content"> <h3>iced Builder</h3> <p>UI builder for iced, built with iced. (WIP)</p> </div> - </div> - </a> - <a href="https://github.com/foghorn-rs/foghorn" target="_blank"> - <div class="project"> + </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"> <div class="content"> <h3>Foghorn</h3> <p>Signal Messenger client written in Rust and Iced</p> </div> - </div> - </a> - <a href="https://sr.ht/~pml68/iced_dialog" target="_blank"> - <div class="project"> + </a> + </div> + <div class="project"> + <a href="https://sr.ht/~pml68/iced_dialog" target="_blank"> <img src="https://iced.rs/logo.svg" alt="iced logo" class="project-icon"> <div class="content"> <h3>iced_dialog</h3> <p>Custom dialog for iced</p> </div> - </div> - </a> + </a> + </div> + <div class="project"> + <a href="https://sr.ht/~pml68/iced_selection" target="_blank"> + <img src="https://iced.rs/logo.svg" alt="iced logo" class="project-icon"> + <div class="content"> + <h3>iced_selection</h3> + <p>Text selection for iced</p> + </div> + </a> + </div> </div> </div> </body> |
