diff options
author | mattkae <mattkae@protonmail.com> | 2022-11-22 17:33:47 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-11-22 17:33:47 -0500 |
commit | d21ef9bf29465db18dce1ee6d4fcbdece655ba87 (patch) | |
tree | e3162fd55ad62730087c9743fe3b05a551d2acf2 /posts | |
parent | 76d7516960aa0ea570fa00000e83bfa283b2dbc2 (diff) |
Some new tags, unused for now
Diffstat (limited to 'posts')
-rw-r--r-- | posts/tag_books.html | 34 | ||||
-rw-r--r-- | posts/tag_food.html | 34 | ||||
-rw-r--r-- | posts/tag_programming.html | 34 |
3 files changed, 102 insertions, 0 deletions
diff --git a/posts/tag_books.html b/posts/tag_books.html new file mode 100644 index 0000000..332900c --- /dev/null +++ b/posts/tag_books.html @@ -0,0 +1,34 @@ + +<!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> + <h1>Matthew Kosarek</h1> + <nav> + <ul> + <li><a href='/'>🏡 Home</a></li> + <li><a href='/resume.html'>📘 CV</a></li> + <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏢 LinkedIn</a></li> + <li><a href='/posts.html'>📝 Posts</a></li> + </ul> + </nav> + </header> + + + + <section> + <h2>Posts</h2> + <ul id='post_list'> + + </ul> + </section> + </body> +</html> diff --git a/posts/tag_food.html b/posts/tag_food.html new file mode 100644 index 0000000..332900c --- /dev/null +++ b/posts/tag_food.html @@ -0,0 +1,34 @@ + +<!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> + <h1>Matthew Kosarek</h1> + <nav> + <ul> + <li><a href='/'>🏡 Home</a></li> + <li><a href='/resume.html'>📘 CV</a></li> + <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏢 LinkedIn</a></li> + <li><a href='/posts.html'>📝 Posts</a></li> + </ul> + </nav> + </header> + + + + <section> + <h2>Posts</h2> + <ul id='post_list'> + + </ul> + </section> + </body> +</html> diff --git a/posts/tag_programming.html b/posts/tag_programming.html new file mode 100644 index 0000000..332900c --- /dev/null +++ b/posts/tag_programming.html @@ -0,0 +1,34 @@ + +<!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> + <h1>Matthew Kosarek</h1> + <nav> + <ul> + <li><a href='/'>🏡 Home</a></li> + <li><a href='/resume.html'>📘 CV</a></li> + <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏢 LinkedIn</a></li> + <li><a href='/posts.html'>📝 Posts</a></li> + </ul> + </nav> + </header> + + + + <section> + <h2>Posts</h2> + <ul id='post_list'> + + </ul> + </section> + </body> +</html> |