From 77b0f69d0c6e555349dd491d7ca209924d119e61 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 11 Mar 2026 17:49:05 -0400 Subject: Migrate to astro --- src/pages/index.astro | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..5ef947e --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,46 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +--- + + +
+ +
+ +
+

About Me

+

+ Hi there 🌊 My name is Matthew Kosarek. + I am a computer programmer from northern New Jersey and I currently live in Philadelphia, PA. I work at Canonical on + Mir and I am currently building + miracle-wm, a Mir-based tiling window manager. +

+
+
+

Links

+
    +
  • Github: my personal github with most of my projects
  • +
  • CGit: my self-hosted git instance with a few of my projects
  • +
  • physicsforgames.com: a project that I'm currently working on in my spare time where I explore the world of realtime physics
  • +
  • LinkedIn
  • +
+
+ +
+
+ + + + + +
+
+ + + +
-- cgit v1.2.1