some grammatical fixes and add nixpkgs
This commit is contained in:
parent
7a4642b86b
commit
0038f623c8
3 changed files with 24 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 353 KiB |
BIN
src/images/projects/nixpkgs.png
Normal file
BIN
src/images/projects/nixpkgs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 KiB |
|
|
@ -6,7 +6,7 @@ import logoLong from "../images/logoLong.svg"
|
||||||
import ai900 from "../images/certificates/ai900.png"
|
import ai900 from "../images/certificates/ai900.png"
|
||||||
import az900 from "../images/certificates/az900.png"
|
import az900 from "../images/certificates/az900.png"
|
||||||
import dp900 from "../images/certificates/dp900.png"
|
import dp900 from "../images/certificates/dp900.png"
|
||||||
import quantarcSite from "../images/projects/quantarcSite.png"
|
import nixpkgs from "../images/projects/nixpkgs.png"
|
||||||
import matrixOidc from "../images/projects/matrixOidc.png"
|
import matrixOidc from "../images/projects/matrixOidc.png"
|
||||||
import nexusBot from "../images/projects/nexusBot.png"
|
import nexusBot from "../images/projects/nexusBot.png"
|
||||||
import federatedNexus from "../images/projects/federatedNexus.png"
|
import federatedNexus from "../images/projects/federatedNexus.png"
|
||||||
|
|
@ -118,7 +118,7 @@ import CallToAction from "../components/CallToAction.astro"
|
||||||
>MatrixOIDC</a
|
>MatrixOIDC</a
|
||||||
>, for Federated Nexus, an API that allows for OIDC
|
>, for Federated Nexus, an API that allows for OIDC
|
||||||
login to services authenticating against a Matrix
|
login to services authenticating against a Matrix
|
||||||
homeserver, without the the homeserver needing to
|
homeserver, without the homeserver needing to
|
||||||
support OIDC.
|
support OIDC.
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -138,9 +138,9 @@ import CallToAction from "../components/CallToAction.astro"
|
||||||
href="https://git.federated.nexus/Federated-Nexus/nexusbot"
|
href="https://git.federated.nexus/Federated-Nexus/nexusbot"
|
||||||
>Nexusbot</a
|
>Nexusbot</a
|
||||||
>, a bot which automates the signup process for
|
>, a bot which automates the signup process for
|
||||||
Federated Nexus by sending user registrations into
|
Federated Nexus. It does this by sending user
|
||||||
an administrator Matrix room, where each application
|
registrations into an administrator Matrix room,
|
||||||
can be accepted or denied.
|
where each application can be accepted or denied.
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
<aside>
|
<aside>
|
||||||
|
|
@ -150,6 +150,25 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue