From 7bc8ea07e5116fa2e60a2b7e4aeebcbbaa1280c8 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 19 Dec 2015 20:34:17 -0500 Subject: Major UI update to monokai style --- projects/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'projects') diff --git a/projects/index.html b/projects/index.html index b5e863a..79461a4 100644 --- a/projects/index.html +++ b/projects/index.html @@ -4,22 +4,22 @@ title: Ben Burwell’s Projects description: Projects I’ve done. --- -

Projects

+

My Projects

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

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

-

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

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

{{ project.description }}

-- cgit v1.2.3