"use client"; import { useTheme } from "next-themes"; export default function Home() { const theme = useTheme(); return ( <>

/almqv

I am a 100201-year-old engineer with a passion for{" "} CS, physics, and mathematics.

I am also a startup founder. Currently working on{" "} ingenuity .

{/*TODO: Add GitHub code frequency/contrib here*/}

Most of my projects are open-source, and if you are interested, you can find all of my projects on my{" "} git-server {" "} or{" "} GitHub .

Contact

You can contact me through email. And if you prefer it, you can contact me using PGP.

); }