summaryrefslogtreecommitdiff
path: root/_layouts/tech.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/tech.html')
-rw-r--r--_layouts/tech.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/_layouts/tech.html b/_layouts/tech.html
new file mode 100644
index 0000000..06745b8
--- /dev/null
+++ b/_layouts/tech.html
@@ -0,0 +1,28 @@
+---
+layout: default
+---
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/mathematics">mathematics</a>
+ <a href="/linguistics">linguistics</a>
+ <b><a href="/computation">computation</a></b>
+ </nav>
+ <nav>
+ <a href="/ctf">ctf</a>
+ <a href="/plt">plt</a>
+ <b><a href="/tech">tech</a></b>
+ <a href="/web">web</a>
+ </nav>
+ <nav>
+ <a href="/tech/android">android</a>
+ <a href="/tech/transit">transit</a>
+ </nav>
+</div>
+</header>
+<main>
+{{ content }}
+</main>