various updates
[~bandali/bndl.org] / projects.m4
diff --git a/projects.m4 b/projects.m4
new file mode 100644 (file)
index 0000000..b34ae41
--- /dev/null
@@ -0,0 +1,28 @@
+dnl -*- html -*-
+define(__title, `Projects')dnl
+define(__slug, `projects')dnl
+include(header.html)dnl
+
+<article id="projects">
+<h1>Projects</h1>
+
+<dl>
+<dt><a href="//git.emacsconf.org/bandali/refinery-theme">refinery-theme</a></dt>
+<dd>A refined, minimalist, layered colour theme for GNU Emacs</dd>
+
+<dt><a href="//git.emacsconf.org/bandali/george-mode">george-mode</a></dt>
+<dd>Emacs major mode for editing George files</dd>
+
+<dt><a href="//git.emacsconf.org/bandali/alloy-catalyst">alloy-catalyst</a></dt>
+<dd>Framework for performance analysis of Alloy models</dd>
+
+<dt><a href="//github.com/unitb/unitb-web">unitb-web</a></dt>
+<dd>Web interface for Unit-B</dd>
+
+<dt><a href="//github.com/unitb/tex2png-hs">tex2png-hs</a></dt>
+<dd>Library and CLI for converting TeX and LaTeX to PNG images</dd>
+</dl>
+</article>
+
+define(__copy, `2020')dnl
+include(footer.html)dnl