summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 17:03:06 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 17:03:06 -0500
commit59260c4f7a265f1ad4db9e0ee5e469132cdef094 (patch)
tree588cf415f8b819a30090b085d9e32b42836d73ca /index.html
parent2ef049102f6824a6ab6ae99ee87c115f7608707e (diff)
minor: publishing from public with a Makefile instead of having everything at the toplevel
Diffstat (limited to 'index.html')
-rw-r--r--index.html97
1 files changed, 0 insertions, 97 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index d632f3b..0000000
--- a/index.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta charset="utf-8">
- <link rel="stylesheet" href="/index.css">
- <title>Matthew Kosarek</title>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href='https://fonts.googleapis.com/css?family=Noto Sans' rel='stylesheet'>
- <link href="https://fonts.googleapis.com/css2?family=Audiowide&family=Dancing+Script:wght@400..700&display=swap" rel="stylesheet">
- <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon">
- <meta name="description" content="The personal website of Matthew kosarek">
- </head>
-
- <body>
- <div id="theme_container">
- <canvas id="theme_canvas"></canvas>
- </div>
-
- <header>
- <nav>
- <ul>
- <li><a href='/'>&#127969; Home</a></li>
- <li><a href='/resume.html'>&#128216; CV</a></li>
- <li><a href='/posts/sitemap.html'>&#128221; Posts</a></li>
- </ul>
- </nav>
- </header>
- <section id='image_container'>
- <figure class='image_item'>
- <img src='images/ebi.jpg' />
- <figcaption>
- Hanging with my son, circa July 2023.
- </figcaption>
- </figure>
- <figure class='image_item'>
- <img src='images/gardens-min.jpg' />
- <figcaption>
- Me at Longwood Gardens, circa December 2021.
- </figcaption>
- </figure>
- <figure class='image_item'>
- <img src='images/portrait-min.jpg' />
- <figcaption>
- Me in front of my desktop, circa August 2021.
- </figcaption>
- </figure>
- <figure class='image_item'>
- <img src='images/dog_and_me-min.jpg' />
- <figcaption>
- Hanging with my dog named Rizzy, circa May 2020.
- </figcaption>
- </figure>
- <figure class='image_item'>
- <img src='images/friends-min.jpg' />
- <figcaption>
- Hanging with my friends, circa July 2019.
- </figcaption>
- </figure>
-
-
- </section>
- <section>
- <h2>About Me</h2>
- <p>
- 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
- <a href="https://github.com/canonical/mir">Mir</a> and I am currently building
- <a href="https://github.com/miracle-wm-org/miracle-wm">miracle-wm</a>, a Mir-based tiling window manager.
- </p>
- </section>
- <section>
- <h2>Links</h2>
- <ul>
- <li><a href="https://github.com/mattkae">Github</a>: my personal github with most of my projects</li>
- <li><a href="https://git.matthewkosarek.xyz">CGit</a>: my self-hosted git instance with a few of my projects</li>
- <li style="display: none;"><a href="https://physicsforgames.com">physicsforgames.com</a>: a project that I'm currently working on in my spare time where I explore the world of realtime physics</li>
- <li><a href="https://www.linkedin.com/in/matthew-kosarek/">LinkedIn</a></li>
- </ul>
- </section>
-
- <section>
- <h2>Theme</h2>
- <div id="theme_selector" class="hidden">
- <button id="theme_button_default">Default</button>
- <button id="theme_button_autumn">🍁 Autumn</button>
- <button id="theme_button_winter">⛄ Winter</button>
- <button id="theme_button_spring">🐦 Spring</button>
- <button id="theme_button_summer">🌻 Summer</button>
- </div>
- </section>
- </body>
-
- <script src='/index.js'></script>
- <script src='/themes/dist/output.js'></script>
-</html>