blob: a99a10b4e30893a884cfba099f7d0caf4a7aac43 (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Projects — tjp.lol</title>
<meta name="description" content="Things tjp has built.">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<div class="wrap">
{{template "header" .}}
<main>
<section class="intro">
<p>Small things I've built and still maintain. Most live on <a href="https://github.com/teepark">GitHub</a>.</p>
</section>
<section>
<h2 class="sec">maintained</h2>
</section>
<section>
<h2 class="sec">archived / for fun</h2>
</section>
</main>
{{template "footer" .}}
|