refined design
Some checks failed
Next.js App CI / docker (push) Failing after 3m19s

This commit is contained in:
2025-09-14 22:49:23 +02:00
parent 78de337446
commit 0444067c2d
89 changed files with 1117 additions and 594 deletions

View File

@@ -5,13 +5,11 @@ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
import { DATA } from "@/app/resume";
import Markdown from "react-markdown";
//import {ContactCard} from "@/components/contact-card";
import Link from "next/link";
import { TextAnimate } from "@/components/magicui/text-animate";
import { BlurFade } from "@/components/magicui/blur-fade";
import { TrackedLink } from "@/components/util-tracked-link";
const BLUR_FADE_DELAY = 0.04;
const BLUR_FADE_DELAY = 0.01;
export default function Page() {
const posts = getSortedPostsData().slice(0, 6);
@@ -68,8 +66,7 @@ export default function Page() {
Check out my latest work
</h2>
<p className="text-muted-foreground md:text-xl/relaxed lg:text-base/relaxed xl:text-xl/relaxed">
I&apos;ve worked on a variety of projects, from scientific research to managing projects. Here are a few of my
latest.
I&apos;ve worked on a variety of projects, from scientific research to managing projects. Here are a few of my latest.
</p>
</div>
</div>