summaryrefslogtreecommitdiff
path: root/posts.html
blob: 36ef2120f712fd4d44789c1f2fd5d6238daf9902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

<!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='/'>&#127969; Home</a></li>
          <li><a href='/resume.html'>&#128216; CV</a></li>
          <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏢 LinkedIn</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>
  
    </ul>
    </section>
  </body>
</html>