minor cleanup

This commit is contained in:
Michael Freno
2025-12-19 17:26:17 -05:00
parent 54c4cdc3d4
commit 5a8ea93a44
3 changed files with 10 additions and 12 deletions

View File

@@ -166,10 +166,9 @@ function AppLayout(props: { children: any }) {
</Show> </Show>
<div <div
class="flex max-w-screen flex-row" class="flex max-w-screen flex-row transition-all duration-500 ease-in-out"
style={{ style={{
opacity: barsInitialized() ? "1" : "0", opacity: barsInitialized() ? "1" : "0"
transition: "opacity 0.3s ease-in-out"
}} }}
> >
<LeftBar /> <LeftBar />

View File

@@ -356,7 +356,7 @@ export function LeftBar() {
<div class="flex h-full min-h-full flex-col overflow-y-auto"> <div class="flex h-full min-h-full flex-col overflow-y-auto">
<Typewriter speed={10} keepAlive={10000} class="z-50 pr-8 pl-4"> <Typewriter speed={10} keepAlive={10000} class="z-50 pr-8 pl-4">
<h3 class="hover:text-subtext0 w-fit text-center text-3xl underline transition-transform duration-200 ease-in-out hover:-translate-y-0.5 hover:scale-105"> <h3 class="hover:text-subtext0 w-fit pt-6 text-center text-3xl underline transition-transform duration-200 ease-in-out hover:-translate-y-0.5 hover:scale-105">
<a href="/">Freno.dev</a> <a href="/">Freno.dev</a>
</h3> </h3>
</Typewriter> </Typewriter>

View File

@@ -1,5 +1,4 @@
import { Title, Meta } from "@solidjs/meta"; import { Title, Meta } from "@solidjs/meta";
import DownloadOnAppStore from "~/components/icons/DownloadOnAppStore";
import { Typewriter } from "~/components/Typewriter"; import { Typewriter } from "~/components/Typewriter";
export default function Home() { export default function Home() {
@@ -25,17 +24,17 @@ export default function Home() {
</Typewriter> </Typewriter>
<Typewriter speed={100} keepAlive={2000}> <Typewriter speed={100} keepAlive={2000}>
I'm a passionate developer tooling, game, and open source software I'm a passionate developer tooling, game, and open source software
developer. Recently been working in the world of{" "} developer.
</Typewriter>
<Typewriter speed={100} keepAlive={2000}>
Recently been working in the world of{" "}
<a <a
href="https://www.love2d.org" href="https://www.love2d.org"
class="text-blue hover-underline-animation" class="text-blue hover-underline-animation"
> >
LÖVE LÖVE
</a>{" "} </a>{" "}
(an open source game engine for Lua). (an open source game engine for Lua). You can see some of my work{" "}
</Typewriter>
<Typewriter speed={100} keepAlive={2000}>
You can see some of my work{" "}
<a <a
href="https://github.com/mikefreno" href="https://github.com/mikefreno"
class="text-blue hover-underline-animation" class="text-blue hover-underline-animation"
@@ -51,7 +50,7 @@ export default function Home() {
<div>My LÖVE UI library</div> <div>My LÖVE UI library</div>
<a <a
href="https://github.com/mikefreno/flexlove" href="https://github.com/mikefreno/flexlove"
class="text-blue hover-underline-animation" class="text-blue hover-underline-animation mx-auto w-fit"
> >
FlexLöve FlexLöve
</a> </a>
@@ -93,7 +92,7 @@ export default function Home() {
<div class="border-surface0 flex w-full max-w-3/4 flex-col gap-2 rounded-md border-2 p-4 text-center"> <div class="border-surface0 flex w-full max-w-3/4 flex-col gap-2 rounded-md border-2 p-4 text-center">
<div>My mobile game:</div> <div>My mobile game:</div>
<a <a
class="text-blue hover-underline-animation" class="text-blue hover-underline-animation mx-auto w-fit"
href="https://apps.apple.com/us/app/life-and-lineage/id6737252442" href="https://apps.apple.com/us/app/life-and-lineage/id6737252442"
> >
Life and Lineage Life and Lineage