Add federated nexus
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-13 11:39:25 -04:00
commit ffd126f6e7
No known key found for this signature in database
5 changed files with 21 additions and 4 deletions

2
.vscode/launch.json vendored
View file

@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"command": "deno task dev",
"command": "nix run nixpkgs#deno task dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Before After
Before After

View file

@ -7,6 +7,7 @@ import ai900 from "../images/certificates/ai900.png"
import az900 from "../images/certificates/az900.png"
import dp900 from "../images/certificates/dp900.png"
import quantarcSite from "../images/projects/quantarcSite.png"
import federatedNexus from "../images/projects/federatedNexus.png"
import jobProcessor from "../images/projects/jobProcessor.jpg"
import helpdesk from "../images/projects/helpdesk.jpg"
import googleCS from "../images/certificates/googleCS.png"
@ -74,12 +75,28 @@ import BottomBar from "../components/BottomBar.astro"
<div>
{
[
<section>
<article>
<h3>Federated Nexus</h3>
<p>
I run{" "}
<a href="https://federated.nexus">
https://federated.nexus</a>, a community resource hosting multiple FOSS (especially federated) services, including Matrix and Forgejo.
</p>
</article>
<aside>
<Image
src={federatedNexus}
alt="The new federated.nexus website"
/>
</aside>
</section>,
<section>
<article>
<h3>The new Quantarc website</h3>
<p>
I developed the new website for Quantarc, a
UK firm that specialises in providing
I developed the{" "}
<a href="https://quantarc.co.uk">new website for Quantarc</a>, a UK firm that specialises in providing
management solutions to both private and
public entities.
</p>

View file

@ -81,7 +81,7 @@ main > * > section {
}
}
}
:nth-child(2) > & {
:nth-child(even) > & {
flex-direction: row-reverse;
}
}