diff options
Diffstat (limited to 'projects/index.html')
-rw-r--r-- | projects/index.html | 14 |
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™</a></h1> + + <h1><a class="project" href="/projects/forest-printer-management/">Forest™ 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> |