mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:35:27 -04:00
5a3c7b9613
- Replace root page with new (home) route featuring a project showcase (Domainstack, Sofa, Versioneer, Snoozle) - Remove /birthday and /hillary video pages - Replace custom hand-rolled .prose styles with @tailwindcss/typography via a .markdown utility class - Remove heading-anchor component and .nvmrc
2.6 KiB
2.6 KiB
import { PageTitle } from "@/components/layout/page-title"; import { Marquee } from "@/components/marquee"; import { Win95Icon } from "@/components/icons"; import { createMetadata } from "@/lib/metadata"; import { PageStyles } from "./page-styles";
export const metadata = createMetadata({ title: "Previously on...", description: "An incredibly embarrassing and somewhat painful trip down this site's memory lane...", canonical: "/previously", });
export const WarningMarquee = () => (
🚨 Trigger warning: excessive marquees, animated GIFs, Comic Sans, popups,{" "}
color: limegreen
{" "}
ahead...
);
Previously on the Cringey Chronicles™ of this website's past...