diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100644 index eb8e9ee..0000000 --- a/public/index.html +++ /dev/null @@ -1,62 +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='/'>🏡 Home</a></li> - <li><a href='/resume.html'>📘 CV</a></li> - <li><a href='/posts/sitemap.html'>📝 Posts</a></li> - </ul> - </nav> - </header> - <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 id="theme_section"> - <div id="theme_selector"> - <button id="theme_button_default">🙂<span class="theme_button_text">Default</span></button> - <button id="theme_button_autumn">🍁<span class="theme_button_text">Autumn</span></button> - <button id="theme_button_winter">⛄<span class="theme_button_text">Winter</span></button> - <button id="theme_button_spring">🐦<span class="theme_button_text">Spring</span></button> - <button id="theme_button_summer">🌻<span class="theme_button_text">Summer</span></button> - </div> - </section> - </body> - - <script src='/index.js'></script> - <script src='/themes/dist/output.js'></script> -</html> |
