From 02284e82d3965ce692e5e302b7941c78fa00eb19 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Apr 2016 17:55:31 -0400 Subject: adding launch site button --- public/assets/ok.css | 8 ++++++++ templates/index.liquid | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index 0539a62..971be6c 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -684,6 +684,11 @@ nav { -webkit-column-count: 2; } +.projectLink { + display: block; + margin-top: 11px; +} + ul li { list-style-type: none; } @@ -714,6 +719,9 @@ ul li { width: 11px; padding: 1px 0 0 0; } + .projectLink { + margin-top: 17px; + } } diff --git a/templates/index.liquid b/templates/index.liquid index 56ba293..d38e8c6 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -148,7 +148,9 @@
{{ project.year }} {{ project.client }} - {% if project.alternateTitle %}{{ project.alternateTitle }}{% else %}{{ project.title }}{% endif %} + {% if project.alternateTitle %}{{ project.alternateTitle }}{% else %}{{ project.title }}{% endif %} + Launch Site +
    {% assign categories = project.NatureOfWork | newline_to_br | split: '
    ' %} -- cgit v1.2.3-70-g09d2