mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: front page updates
This commit is contained in:
parent
afbce7ebd3
commit
208b52b0e6
1 changed files with 1 additions and 6 deletions
|
@ -48,16 +48,11 @@
|
||||||
<div class="grid grid-cols-2 gap-4">
|
<div class="grid grid-cols-2 gap-4">
|
||||||
<Card.Root class="col-span-2 sm:col-span-1">
|
<Card.Root class="col-span-2 sm:col-span-1">
|
||||||
<Card.Header>
|
<Card.Header>
|
||||||
<Card.Title>Projects</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 currently working on:
|
||||||
<ul class="list-disc ml-4">
|
<ul class="list-disc ml-4">
|
||||||
<li>
|
|
||||||
<a class="link" href="https://github.com/couscousdude/discard" target="_blank"
|
|
||||||
>discard</a
|
|
||||||
>, a lightweight self-generating flashcards app.
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a class="link" href="https://github.com/couscousdude/aural" target="_blank">aural</a
|
<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,
|
>, a no-frills Ollama client for interfacing with local LLMs using voice-to-text,
|
||||||
|
|
Loading…
Reference in a new issue