add nexus client
This commit is contained in:
parent
cdfa07c3ef
commit
d47c56c369
2 changed files with 30 additions and 10 deletions
BIN
src/images/projects/nexusClient.png
Normal file
BIN
src/images/projects/nexusClient.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
|
|
@ -8,6 +8,7 @@ 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 nexusClient from "../images/projects/nexusClient.png"
|
||||
import federatedNexusIcon from "../images/projects/icons/federatedNexus.svg"
|
||||
import jobProcessor from "../images/projects/qJobProcessor.jpg"
|
||||
import helpdesk from "../images/projects/qHelpdesk.jpg"
|
||||
|
|
@ -103,21 +104,20 @@ import CallToAction from "../components/CallToAction.astro"
|
|||
</section>
|
||||
<section>
|
||||
<article>
|
||||
<h3>Quantarc Website</h3>
|
||||
<span>Jan - May 2025</span>
|
||||
<h3>Nexus Client</h3>
|
||||
<span>Nov 2025 - Present</span>
|
||||
<p>
|
||||
I developed the{" "}
|
||||
<a href="https://quantarc.co.uk"
|
||||
>website for Quantarc</a
|
||||
>, a UK firm that specialises in providing
|
||||
management solutions to both private and public
|
||||
entities.
|
||||
I'm developing <a
|
||||
href="https://git.federated.nexus/Henry-Hiles/nexus"
|
||||
>Nexus Client</a
|
||||
>, a simple and user-friendly Matrix client made
|
||||
with Flutter and the Matrix Dart SDK.
|
||||
</p>
|
||||
</article>
|
||||
<aside>
|
||||
<Image
|
||||
src={quantarcSite}
|
||||
alt="The quantarc.co.uk website"
|
||||
src={nexusClient}
|
||||
alt="The login page for Nexus Client"
|
||||
/>
|
||||
</aside>
|
||||
</section>
|
||||
|
|
@ -149,6 +149,26 @@ import CallToAction from "../components/CallToAction.astro"
|
|||
<Image src={helpdesk} alt="The QHelpdesk mobile app" />
|
||||
</aside>
|
||||
</section>
|
||||
<section>
|
||||
<article>
|
||||
<h3>Quantarc Website</h3>
|
||||
<span>Jan - May 2025</span>
|
||||
<p>
|
||||
I developed the{" "}
|
||||
<a href="https://quantarc.co.uk"
|
||||
>website for Quantarc</a
|
||||
>, a UK firm that specialises in providing
|
||||
management solutions to both private and public
|
||||
entities.
|
||||
</p>
|
||||
</article>
|
||||
<aside>
|
||||
<Image
|
||||
src={quantarcSite}
|
||||
alt="The quantarc.co.uk website"
|
||||
/>
|
||||
</aside>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</mdui-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue