Add federated nexus
This commit is contained in:
parent
28455cc0d7
commit
ffd126f6e7
5 changed files with 21 additions and 4 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -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"
|
||||
|
|
BIN
src/images/projects/federatedNexus.png
Normal file
BIN
src/images/projects/federatedNexus.png
Normal file
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 |
|
@ -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>
|
||||
|
|
|
@ -81,7 +81,7 @@ main > * > section {
|
|||
}
|
||||
}
|
||||
}
|
||||
:nth-child(2) > & {
|
||||
:nth-child(even) > & {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue