mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: update main page content
This commit is contained in:
parent
8bc54c76ae
commit
95fe127dd5
1 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue