summaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
commita2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (patch)
treee5d4305522ff044257148facc70231906cfa09d7 /projects/index.html
parentc1204b0ec508038a6799b594802477ce21c409de (diff)
parentced87d4c3a3331012c93a7a92c2788023dbe6c30 (diff)
Merge pull request #1 from benburwell/a-new-look
Some new styles
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>