import { Comic_Neue as ComicNeueLoader } from "next/font/google";
import PageTitle from "../../components/PageTitle";
import { addMetadata } from "../../lib/helpers/metadata";
export const metadata = addMetadata({
title: "Previously on...",
description: "An incredibly embarrassing and somewhat painful trip down this site's memory lane...",
alternates: {
canonical: "/previously",
},
});
export const ComicNeue = ComicNeueLoader({
weight: ["400", "700"],
style: ["normal", "italic"],
subsets: ["latin"],
display: "swap",
fallback: ["'Comic Sans MS'", "'Comic Sans'"],
adjustFontFallback: false,
preload: false,
});
export const PageStyles = () => (
);
export const WindowsLogo = () => (
);
Previously

_Previously on the [Cringey Chronicles™](https://web.archive.org/web/20010501000000*/jakejarvis.com) of this website's past..._
---
🚨 Trigger warning: excessive marquees, animated GIFs, Comic Sans, popups, color: limegreen
ahead...
[ Click here for the _full_ experience anyway.](https://y2k.pages.dev)
_[November 2001](https://jakejarvis.github.io/my-first-website/) ([view
source](https://github.com/jakejarvis/my-first-website))_
---

_February 2002_
---

_October 2002_
---

_August 2003_
---

_November 2004_
---

_April 2006_
---

_May 2006_
---

_January 2007_
---

_April 2007_
---

_May 2007_
---

_July 2009_
---

_[September 2012](https://focused-knuth-7bc10d.netlify.app/) ([view source](https://github.com/jakejarvis/jarv.is/tree/v1))_
---

_[April 2018](https://hungry-mayer-40e790.netlify.app/) ([view source](https://github.com/jakejarvis/jarv.is/tree/v2))_
---

_[March 2020](https://quiet-truffle-92842d.netlify.app/) ([view source](https://github.com/jakejarvis/jarv.is-hugo))_