implement portfolio exhibits
[disinclined.org.git] / _includes / exhibits.html
diff --git a/_includes/exhibits.html b/_includes/exhibits.html
new file mode 100644 (file)
index 0000000..54ec0d8
--- /dev/null
@@ -0,0 +1,12 @@
+<div id='exhibit'>
+    {% for exhibit in site.data.personal-projects %}
+    <div class='exhibit' id='{{exhibit.name}}'>
+        <h1 id='{{exhibit.name}}'>
+            <a href='/git/{{exhibit.name}}/'>
+                {{exhibit.name}}
+            </a>
+        </h1>
+        {{exhibit.description}}
+    </div>
+    {% endfor %}
+</div>