From 1ac9385f0e106a67c9cac159a88f1ef53ecc8f79 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 Mar 2016 17:25:41 -0400 Subject: preliminary formatting.. need to add a couple new datatypes --- templates/index.liquid | 173 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) (limited to 'templates/index.liquid') diff --git a/templates/index.liquid b/templates/index.liquid index e69de29..492dbcd 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -0,0 +1,173 @@ + + + + OKFOCUS + + + + + + + + + + + + + + + + + + + + + + + + + + + +{% for project in projects %} +
+
+
+
+
+ YEAR + CLIENT + TITLE + NATURE OF WORK + BRIEF +   +
+
+ {{ project.year }} + {{ project.client }} + {{ project.title }} + +
    + {% assign categories = project.NatureOfWork | split "\n" %} + {% for category in categories %} +
  • + {{ category }} +
  • + {% endfor %} +
+
+ + {{ project.brief }} + + + + +
+
+
+{% endfor %} + + + +{% if meta.production %} + +{% else %} + +{% endif %} + -- cgit v1.2.3-70-g09d2