From 27857b7643dc234d9e6135f968638b630e99377e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 5 May 2015 17:28:21 -0400 Subject: Update the Projects page to have a cleaner look --- projects/index.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'projects/index.html') diff --git a/projects/index.html b/projects/index.html index 49365a9..a3d4f18 100644 --- a/projects/index.html +++ b/projects/index.html @@ -6,13 +6,20 @@ description: Projects I’ve done. {% for project in site.data.projects %} -

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

+

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

+ +

+ {{ project.description }} + {% if project.github %} + Read the code + {% endif %} +

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