From 8856c415d16ae558609b615873826816c6718f42 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 14 Nov 2015 14:25:23 -0500 Subject: redesign --- projects/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'projects/index.html') diff --git a/projects/index.html b/projects/index.html index d9beb47..b5e863a 100644 --- a/projects/index.html +++ b/projects/index.html @@ -1,23 +1,27 @@ --- -layout: master +layout: blog title: Ben Burwell’s Projects description: Projects I’ve done. --- +

Projects

+ {% for project in site.data.projects %} -

+
+

{% if project.live %} {{ project.name }} {% else %} {{ project.name }} {% endif %} -

+

{{ project.tech }} {% if project.github %} • - {{ project.github }} + {{ project.github }} {% endif %}

{{ project.description }}

+ {% endfor %} -- cgit v1.2.3