reorder projects
This commit is contained in:
parent
21edcb0267
commit
125cc9ae81
1 changed files with 19 additions and 19 deletions
|
|
@ -150,25 +150,6 @@ import CallToAction from "../components/CallToAction.astro"
|
||||||
/>
|
/>
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</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>
|
<section>
|
||||||
<article>
|
<article>
|
||||||
<h3
|
<h3
|
||||||
|
|
@ -197,6 +178,25 @@ import CallToAction from "../components/CallToAction.astro"
|
||||||
<Image src={helpdesk} alt="The QHelpdesk mobile app" />
|
<Image src={helpdesk} alt="The QHelpdesk mobile app" />
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</mdui-card>
|
</mdui-card>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue