1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-18 15:14:27 -04:00
Files
jarv.is/app/previously/page.mdx

6.3 KiB

import { Comic_Neue as ComicNeueLoader } from "next/font/google"; import PageTitle from "../../components/PageTitle"; import { createMetadata } from "../../lib/helpers/metadata";

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 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 = () => (

<style // this is really, really dumb idea but f*ck it we'll do it live dangerouslySetInnerHTML={{ __html: ` body { cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAZklEQVR4AWIAgn/uBT6A9uoAAwAQiIJo97/0Rgy0ANoJH8MPeEgtqwPQEACqCoQHAKECQKgAECoAhAoAoQJAqAAQxh1oPQfcW3kJpxHtL1AAHAwEwwdYiH8BIEgBTBRAAAEEEEAAG7mRt30hEhoLAAAAAElFTkSuQmCC") 2 1, auto; } a, button { cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAACVBMVEVHcEwAAAD///8W1S+BAAAAAXRSTlMAQObYZgAAAEdJREFUeAFjoAVghTGkHIhghMAYmQEwxlIYYxlYlSiQMQEsELUKyli1ahWYwQZjMGIwGLKQGA4QA1EYEP0rGVAZrKGhSF4BAHw/HsVwshytAAAAAElFTkSuQmCC") 16 12, auto; } main { font-family: ${ComicNeue.style.fontFamily}, var(--fonts-sans) !important; font-weight: 700 !important; font-size: 1em !important; text-align: center; } main iframe + p em { display: block; text-align: center; margin-top: -0.4em; font-style: normal; font-size: 0.95em; line-height: 1.5; color: var(--colors-medium); } `.trim(), }} /> ); export const WindowsLogo = () => ( ); Previously ![Timeline of this website's past.](./images/wayback.png) _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)