summaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
commit6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 (patch)
treec4655d32bc67fddf0dae94660d23e6d3db749367 /projects/index.html
parent53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (diff)
Working on some major changes
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/projects/index.html b/projects/index.html
index 2036787..f19f3c7 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -4,8 +4,14 @@ title: Ben Burwell’s Projects
description: Projects I’ve done.
---
-<section class="projects">
- {% for post in site.categories.projects %}
- <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- {% endfor %}
+<section>
+ <h1><a class="project" href="/projects/viewtime/">ViewTime, a Browser Extension for YouTube&trade;</a></h1>
+
+ <h1><a class="project" href="/projects/forest-printer-management/">Forest&trade; Printer Management System</a></h1>
+
+ <h1><a class="project" href="/projects/mdengine/">MDEngine</a></h1>
+
+ <h1><a class="project" href="/projects/helvetica/">Helvetica for Safari and Chrome</a></h1>
+
+ <h1><a class="project" href="/projects/unified-show-control/">Unified Show Control</a></h1>
</section>