diff options
| author | Ben Burwell <bburwell1@gmail.com> | 2014-12-22 21:43:59 -0500 |
|---|---|---|
| committer | Ben Burwell <bburwell1@gmail.com> | 2014-12-22 21:43:59 -0500 |
| commit | a2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (patch) | |
| tree | e5d4305522ff044257148facc70231906cfa09d7 /projects/index.html | |
| parent | c1204b0ec508038a6799b594802477ce21c409de (diff) | |
| parent | ced87d4c3a3331012c93a7a92c2788023dbe6c30 (diff) | |
Merge pull request #1 from benburwell/a-new-look
Some new styles
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> |
