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",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"command": "deno task dev",
|
"command": "nix run nixpkgs#deno task dev",
|
||||||
"name": "Development server",
|
"name": "Development server",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"type": "node-terminal"
|
"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 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 quantarcSite from "../images/projects/quantarcSite.png"
|
||||||
|
import federatedNexus from "../images/projects/federatedNexus.png"
|
||||||
import jobProcessor from "../images/projects/jobProcessor.jpg"
|
import jobProcessor from "../images/projects/jobProcessor.jpg"
|
||||||
import helpdesk from "../images/projects/helpdesk.jpg"
|
import helpdesk from "../images/projects/helpdesk.jpg"
|
||||||
import googleCS from "../images/certificates/googleCS.png"
|
import googleCS from "../images/certificates/googleCS.png"
|
||||||
|
@ -74,12 +75,28 @@ import BottomBar from "../components/BottomBar.astro"
|
||||||
<div>
|
<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>
|
<section>
|
||||||
<article>
|
<article>
|
||||||
<h3>The new Quantarc website</h3>
|
<h3>The new Quantarc website</h3>
|
||||||
<p>
|
<p>
|
||||||
I developed the new website for Quantarc, a
|
I developed the{" "}
|
||||||
UK firm that specialises in providing
|
<a href="https://quantarc.co.uk">new website for Quantarc</a>, a UK firm that specialises in providing
|
||||||
management solutions to both private and
|
management solutions to both private and
|
||||||
public entities.
|
public entities.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -81,7 +81,7 @@ main > * > section {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:nth-child(2) > & {
|
:nth-child(even) > & {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue