Make active users text unmissable
This commit is contained in:
33
app/page.tsx
33
app/page.tsx
@@ -13,27 +13,34 @@ export default function Page() {
|
|||||||
return <>
|
return <>
|
||||||
<H1>alixz.ovh</H1>
|
<H1>alixz.ovh</H1>
|
||||||
|
|
||||||
<P>Editing and programming are what makes my kokoro go dokidoki :-)</P>
|
<P>editing and programming are what makes my kokoro go dokidoki :D</P>
|
||||||
<div className="inline-flex gap-4 mt-4">
|
<div className="inline-flex gap-4 mt-4">
|
||||||
<Link target="_blank" href="https://gitea.alixz.ovh/alixz">
|
<Link target="_blank" href="https://gitea.alixz.ovh/alixz">
|
||||||
<Button variant="outline" className="w-full">alixz <Github /></Button>
|
<Button variant="outline" className="w-full">alixz <Github /></Button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<H2 className="mt-6">Projects</H2>
|
<H2 className="mt-4">projects</H2>
|
||||||
<Card className="relative mx-auto w-full pt-0 mt-3">
|
<Card className="relative mx-auto w-full pt-0 mt-3">
|
||||||
<Image
|
<div className="relative">
|
||||||
src="/uwu2x.jpg"
|
<Image
|
||||||
alt="uwu2x cover"
|
src="/uwu2x.jpg"
|
||||||
className="relative w-full object-cover h-64"
|
alt="uwu2x cover"
|
||||||
width={1920} height={1080}
|
className="relative w-full object-cover h-64"
|
||||||
/>
|
width={1920} height={1080}
|
||||||
|
/>
|
||||||
|
<div className="absolute top-4 right-2 rotate-12">
|
||||||
|
<div className="px-2 py-2 rounded-md border-2 border-destructive bg-red-200 dark:bg-red-900 text-destructive">
|
||||||
|
<span className="text-xs font-black whitespace-pre-line text-center block tracking-wide">
|
||||||
|
{"7,000 monthly\nactive users"}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<CardHeader className="gap-2">
|
<CardHeader className="gap-2">
|
||||||
<CardTitle>uwu2x</CardTitle>
|
<CardTitle>uwu2x</CardTitle>
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
An After Effects extension that improves the quality and the smoothness of clips, similar to what Topaz and Flowframes do, but in one click !
|
a video processing tool integrated into Adobe After Effects that enhances clip quality and smoothness using AI.
|
||||||
<br />
|
|
||||||
Used by 7000 people every month, and seen +300,000 times on Youtube.
|
|
||||||
<br />
|
<br />
|
||||||
<div className="inline-flex gap-4 mt-3">
|
<div className="inline-flex gap-4 mt-3">
|
||||||
<Link target="_blank" href="https://www.youtube.com/watch?v=lmhZMG4wl-M">
|
<Link target="_blank" href="https://www.youtube.com/watch?v=lmhZMG4wl-M">
|
||||||
@@ -47,8 +54,8 @@ export default function Page() {
|
|||||||
</CardHeader>
|
</CardHeader>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<H2 className="mt-6">
|
<H2 className="mt-4">
|
||||||
Monthly coding stats{" "}
|
monthly coding stats{" "}
|
||||||
<span className="inline-flex align-middle mb-0.5">
|
<span className="inline-flex align-middle mb-0.5">
|
||||||
<WakatimeHint />
|
<WakatimeHint />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user