a bit better

This commit is contained in:
Michael Freno
2025-12-30 15:16:52 -05:00
parent 48bf4607b8
commit bd23646ac3

View File

@@ -153,7 +153,7 @@ export default function Home() {
</div> </div>
</div> </div>
</div> </div>
<div class="flex justify-between"> <div class="flex justify-between text-center">
<Typewriter <Typewriter
speed={120} speed={120}
class="mx-auto max-w-3/4 pt-8 md:max-w-1/2" class="mx-auto max-w-3/4 pt-8 md:max-w-1/2"
@@ -174,22 +174,22 @@ export default function Home() {
macos and arch linux rice in there if you're into that kinda thing macos and arch linux rice in there if you're into that kinda thing
and a home server setup too. Which I will write about soon. and a home server setup too. Which I will write about soon.
</Typewriter> </Typewriter>
<div class="flex flex-col items-end justify-center gap-4 pr-4"> </div>
<Typewriter speed={30} keepAlive={false} delay={500}> <div class="flex flex-col items-end justify-center gap-4 pr-4">
<div> <Typewriter speed={30} keepAlive={false} delay={500}>
My Collection of <div>
<br /> My Collection of
By-the-ways: <br />
</div> By-the-ways:
</Typewriter> </div>
<Typewriter speed={30} keepAlive={false} delay={500}> </Typewriter>
<ul class="list-disc"> <Typewriter speed={30} keepAlive={false} delay={500}>
<li>I use Neovim</li> <ul class="list-disc">
<li>I use Arch Linux</li> <li>I use Neovim</li>
<li>I use Rust</li> <li>I use Arch Linux</li>
</ul> <li>I use Rust</li>
</Typewriter> </ul>
</div> </Typewriter>
</div> </div>
</div> </div>
</main> </main>