summaryrefslogtreecommitdiff
path: root/index.html
blob: fe7b5eead74de527897a1b22ef3b7accead9e355 (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
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tjp.lol</title>
<meta name="description" content="Personal site of tjp — software engineer in Salt Lake City. Weblog, notes, projects.">
<link rel="stylesheet" href="style.css">
<link rel="alternate" type="application/atom+xml" title="tjp.lol" href="feed.xml">
</head>
<body>
<div class="wrap">

  <header class="site">
    <h1 class="brand"><a href="index.html">~tjp<span class="cur"> $_</span></a></h1>
    <p class="tag">Elder-millennial software engineer in Salt Lake City, Utah. Writing about code, tools, and the small web.</p>
    <nav class="main">
      <a href="weblog/index.html">weblog</a>
      
      <a href="projects/index.html">projects</a>
      <a href="about/index.html">about</a>
      <a href="feed.xml">feed</a>
    </nav>
  </header>

  <main>
    <section class="intro">
      <p>Welcome in. This site is my writing desk: weblog posts moving over from my <span class="mono">gemini://</span> capsule, plus a public cut of the notes I keep in Obsidian and sync across my machines with Syncthing.</p>
      <p>Plain HTML and CSS. No JavaScript, no tracking &mdash; it reads exactly the same with scripts turned off. That's the point.</p>
    </section>

    <section>
      <h2 class="sec">recent posts</h2>
      <p style="margin-top:.9rem;font-size:.9rem;"><a href="weblog/index.html">all posts &rarr;</a></p>
    </section>

    <div class="cols">
      <section>
        <h2 class="sec">elsewhere</h2>
        <ul class="links">
          <li><span class="k">email</span><a href="mailto:t@tjp.lol">t@tjp.lol</a></li>
          <li><span class="k">code</span><a href="https://github.com/teepark">github.com/teepark</a></li>
          <li><span class="k">fedi</span><a href="https://tilde.zone/@tjpcc" rel="me">@tjpcc@tilde.zone</a></li>
          <li><span class="k">gemini</span><a href="about/index.html">gemini://…/~tjp</a></li>
        </ul>
      </section>
      
    </div>
  </main>

  <footer>
    
    <p>&copy;2026 tjp &middot; content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted &middot; <a href="feed.xml">feed</a></p>
  </footer>

</div>
</body>
</html>