Federated Nexus
++ I run{" "} + + https://federated.nexus, a community resource hosting multiple FOSS (especially federated) services, including Matrix and Forgejo. +
+diff --git a/.vscode/launch.json b/.vscode/launch.json index b1ae944..3a74075 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" diff --git a/src/images/projects/federatedNexus.png b/src/images/projects/federatedNexus.png new file mode 100644 index 0000000..38920c6 Binary files /dev/null and b/src/images/projects/federatedNexus.png differ diff --git a/src/images/projects/quantarcSite.png b/src/images/projects/quantarcSite.png index 5c36df0..6092faa 100644 Binary files a/src/images/projects/quantarcSite.png and b/src/images/projects/quantarcSite.png differ diff --git a/src/pages/index.astro b/src/pages/index.astro index dccb22f..4751510 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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"
+ I run{" "} + + https://federated.nexus, a community resource hosting multiple FOSS (especially federated) services, including Matrix and Forgejo. +
+- I developed the new website for Quantarc, a - UK firm that specialises in providing + I developed the{" "} + new website for Quantarc, a UK firm that specialises in providing management solutions to both private and public entities.
diff --git a/src/styles/index.css b/src/styles/index.css index 3390273..95301e7 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -81,7 +81,7 @@ main > * > section { } } } - :nth-child(2) > & { + :nth-child(even) > & { flex-direction: row-reverse; } }