Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const NAV_LINKS = [
{ href: "/about", label: "About", external: false },
{ href: "/projects", label: "Projects", external: false },
{ href: "/notes", label: "Notes", external: false },
{ href: "https://news.kaichen.dev", label: "News", external: true },
{ href: "https://substack.com/@kaiiiichen", label: "Blog", external: true },
{ href: "/gallery", label: "Gallery", external: false },
];
Expand Down
18 changes: 18 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,24 @@
<p className="mt-1"><ListeningLine /></p>
</div>

<div style={{ width: 40, height: 1, margin: "0" }} className="bg-zinc-200 dark:bg-zinc-700" />

<div style={{ fontFamily: "'Bitter'", fontWeight: 400, fontSize: 15, lineHeight: 1.9 }} className="text-zinc-700 dark:text-zinc-300">
<p>Want a daily digest from my Ginger Cat bot?</p>
<p className="mt-1">
It’s on{" "}
<a
href="https://news.kaichen.dev"
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-2 decoration-zinc-300 dark:decoration-zinc-600 hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors duration-150"
>
news.kaichen.dev
</a>
.
</p>
</div>

{/* Social links — icon row, pinned to bottom */}
<div className="flex items-center gap-4 mt-auto">
<a
Expand Down Expand Up @@ -146,7 +164,7 @@
rel="noopener noreferrer"
aria-label="Signal"
>
<img

Check warning on line 167 in app/page.tsx

View workflow job for this annotation

GitHub Actions / ci

Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
src="/Signal-Logo-Black.svg"
alt="Signal"
className="w-5 h-5 opacity-35 hover:opacity-100 transition-opacity duration-300 ease-out"
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading