reorder projects

This commit is contained in:
Henry Hiles 2026-02-23 12:12:48 -05:00
commit 125cc9ae81
No known key found for this signature in database

View file

@ -150,25 +150,6 @@ import CallToAction from "../components/CallToAction.astro"
/>
</aside>
</section>
<section>
<article>
<h3>Nixpkgs</h3>
<span>Aug 2023 - Present</span>
<p>
I maintain many packages in <a
href="https://github.com/NixOS/nixpkgs"
>Nixpkgs</a
>, a collection of over 120,000 software packages
that can be installed with the Nix package manager.
</p>
</article>
<aside>
<Image
src={nixpkgs}
alt="A screenshot showing Nixpkgs open in VSCodium"
/>
</aside>
</section>
<section>
<article>
<h3
@ -197,6 +178,25 @@ import CallToAction from "../components/CallToAction.astro"
<Image src={helpdesk} alt="The QHelpdesk mobile app" />
</aside>
</section>
<section>
<article>
<h3>Nixpkgs</h3>
<span>Aug 2023 - Present</span>
<p>
I maintain many packages in <a
href="https://github.com/NixOS/nixpkgs"
>Nixpkgs</a
>, a collection of over 120,000 software packages
that can be installed with the Nix package manager.
</p>
</article>
<aside>
<Image
src={nixpkgs}
alt="A screenshot showing Nixpkgs open in VSCodium"
/>
</aside>
</section>
</div>
</section>
</mdui-card>