import Jet from "~/assets/Jet.txt?ansi"; import { frostedBox } from "~/components/frosted-box"; export function homePage(outlet: HTMLElement) { outlet.innerHTML = `
${frostedBox(`

Jet Pham

Software Extremist

A picture of Jet wearing a beanie in purple and blue lighting
Contact jet@extremist.software
Links
  1. Forgejo
  2. GitHub
  3. X
  4. Bluesky
`)}
`; }