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