feat: update main page content

This commit is contained in:
Youwen Wu 2024-05-13 00:47:01 -07:00
parent 8bc54c76ae
commit 95fe127dd5
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -31,7 +31,7 @@
</Typewriter>
<br />
<Typewriter>
<p>Building and designing libre software, for everyone.</p>
<p>Building efficient <b>free and open source</b> software.</p>
</Typewriter>
</div>
<div class="flex flex-wrap gap-4 justify-center my-8">
@ -51,12 +51,13 @@
<Card.Title>What I'm up to</Card.Title>
</Card.Header>
<Card.Content>
I'm currently working on:
I'm working on:
<ul class="list-disc ml-4">
<li>
<a class="link" href="https://github.com/couscousdude/aural" target="_blank">aural</a
>, a no-frills Ollama client for interfacing with local LLMs using voice-to-text,
without any internet.
An ongoing effort to bring <a
class="link"
href="https://github.com/quantum9Innovation/splitcycle">efficient voting theory</a
> to Rust and Haskell.
</li>
</ul>
</Card.Content>