summaryrefslogtreecommitdiff
path: root/index.html~
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-22 21:04:35 -0400
committermattkae <mattkae@protonmail.com>2022-06-22 21:04:35 -0400
commitada7e2de99de2b87f5a1ca3ba7f1896c8a664d21 (patch)
tree56a7d79df5d3929db33288c5a94a5403d6efc045 /index.html~
parent29059f552223d70bdab287b0d121567cec0ed6c7 (diff)
Remove leftover files
Diffstat (limited to 'index.html~')
-rw-r--r--index.html~59
1 files changed, 0 insertions, 59 deletions
diff --git a/index.html~ b/index.html~
deleted file mode 100644
index 80d17e8..0000000
--- a/index.html~
+++ /dev/null
@@ -1,59 +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="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon">
- </head>
- <body>
- <header>
- <h1>Matthew Kosarek</h1>
- <nav>
- <ul>
- <li><a href='/'>&#127969; Home</a></li>
- <li><a href='/resume.html'>&#128216; CV</a></li>
- <li><a href='/posts.html'>&#128221; Posts</a></li>
- </ul>
- </nav>
- </header>
- <section id='landing_page'>
-
- <p>
- <div id='carousel'>
- <div id='image_container'>
- <figure class='carousel_image'>
- <img src='images/portrait.jpg' />
- <figcaption>
- Me in front of my desktop, circa August 2021.
- </figcaption>
- </figure>
- <figure class='carousel_image'>
- <img src='images/dog_and_me.jpg' />
- <figcaption>
- Hanging with my dog named Rizzy, circa May 2020.
- </figcaption>
- </figure>
- <figure class='carousel_image'>
- <img src='images/friends.jpg' />
- <figcaption>
- Hanging with my friends, circa July 2019.
- </figcaption>
- </figure>
- </div>
- <button id='carousel_left'>&#8592;</button>
- <button id='carousel_right'>&#8594;</button>
- </div>
- </p>
-
- <p>
- My name is Matthew Kosarek. I am a computer programmer currently living in New Jersey. I keep my CV up to date on this website. I also write some posts about computers when I find something particularly interesting. You can find a link to my Github <a href='https://github.com/mattkae'>here</a>. I am also building a website about physics simulation in video games which you can find <a href='https://physicsforgames.com/'>here</a>.
- </p>
- <br/>
- </section>
-
- </body>
-
- <script src='/index.js'></script>
-</html>