import { Title } from "../components/typography.tsx"; import { Head } from "$fresh/runtime.ts"; import { Layout } from "../islands/layout.tsx"; export default function About() { return ( <> About - knotbin
About

I'm a fifteen year-old developer. I'm experienced in iOS development, and a winner of the 2024 Apple Swift Student Challenge. I'm very interested in decentralized systems and AT Protocol in particular. I love designing and building beautiful interfaces, and learning about amazing systems.

Currently, I'm working with Spark to build a shortform video platform on the AT Protocol. I'm also working on my own projects, and always thinking about big ideas and small details.

); }