summaryrefslogtreecommitdiff
path: root/posts.html
diff options
context:
space:
mode:
authorMatthew Kosarek <matt.kosarek@canonical.com>2025-05-22 09:14:16 -0400
committerMatthew Kosarek <matt.kosarek@canonical.com>2025-05-22 09:14:16 -0400
commit8ef7ef367b5865796dd9d01c24170479545248ec (patch)
tree30b053c0ef6cdb922c2ae00145794e728aecd88e /posts.html
parentb9ff9ab7398b005aeb94a86219a3408b03d87eb4 (diff)
Adding an RSS feedHEADmaster
Diffstat (limited to 'posts.html')
-rw-r--r--posts.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/posts.html b/posts.html
deleted file mode 100644
index b096170..0000000
--- a/posts.html
+++ /dev/null
@@ -1,53 +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">
- <link rel="stylesheet" href="/posts.css">
- <title>Matthew Kosarek</title>
- <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon">
- </head>
- <body>
- <header>
- <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>
- <h2>Tags</h2>
-
- <div id='tag_list'>
-
- <a href="/posts/tag_personal.html"><button id="personal">Personal 👨</button></a>
-
-
- <a href="/posts/tag_programming.html"><button id="programming">Programming 💻</button></a>
-
-
- <a href="/posts/tag_books.html"><button id="books">Books 📖</button></a>
-
-
- <a href="/posts/tag_food.html"><button id="food">Food 🍲</button></a>
-
- </div>
- </section
-
- <section>
- <h2>Posts</h2>
- <ul id='post_list'>
-
- <li><a href="/posts/hello_world.html">Hello, World!</a></li>
-
- <li><a href="/posts/plato_1.html">Euthyphro: the pious and the god-loved</a></li>
-
- </ul>
- </section>
- </body>
-</html>