From c3acd89b02680cd3c75674ef713875953d84b738 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 27 Apr 2026 16:45:49 -0700 Subject: update projects --- src/pages/projects.astro | 890 +++++++++++++++++++++++++---------------------- 1 file changed, 466 insertions(+), 424 deletions(-) (limited to 'src/pages/projects.astro') diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 7373603..1cb84ba 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -5,437 +5,479 @@ import Card from "../components/Card.astro"; --- -
-
-

Projects

-

- Here are some of my projects. I love tinkering with stuff so for a more complete list, visit my Github -
- Open Source Contributions -

-
-
    - - - - - +
    +

    Projects

    +

    + Here are some of my projects. I love tinkering with stuff so for + a more complete list, visit my Github +
    + Open Source Contributions +

    +
    + +
      + + + + + + + - - + + - + + + + + - - - - - -
    -
    - and also a few smaller tools... +• Published on crates.io for easy integration`} + language="Rust" + languageColor="#dea584" + image="/chronowatcher.png" + imageAlt="Crates.io FFXIV-Chronowatcher" + year="2024" + tags={["Rust", "Crates.io"]} + /> + + + + + + + + + + + + + + + + +
+ + +
+ + + + + - - - - - - - - + + #modalCaption { + margin: auto; + display: block; + width: 80%; + max-width: 700px; + text-align: center; + color: #ccc; + padding: 10px 0; + height: 150px; + } + + +
-- cgit v1.2.3