diff options
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 fe7b5ee..0000000 --- a/index.html +++ /dev/null @@ -1,59 +0,0 @@ -<!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 — 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 →</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>©2026 tjp · content <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> unless noted · <a href="feed.xml">feed</a></p> - </footer> - -</div> -</body> -</html> - |
