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