From 68c2c6e4b140bbb07db6e422615c387b59fcd3eb Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Tue, 29 Mar 2016 13:26:34 -0400 Subject: cover --- db.json | 2 +- public/assets/ok.css | 10 ++++++++++ templates/index.liquid | 14 ++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index b7f5093..ec8be5d 100644 --- a/db.json +++ b/db.json @@ -162,7 +162,7 @@ "press": [ { "text": "google", - "uri": "google.com" + "uri": "http://google.com" } ] } diff --git a/public/assets/ok.css b/public/assets/ok.css index 7f82bd7..2832e87 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -108,6 +108,11 @@ h3 { filter: grayscale(100%); } +.intro.cover .right { + background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Victoria_crater_from_HiRise.jpg)no-repeat center; + background-size: cover; + width:75%; +} .menu { position: fixed; height: 100vh; @@ -464,6 +469,11 @@ ul li { width: calc(52% - 8px); } +.press ul { + cursor:default; + height: 100% +} + .nopress span:last-child { display: none; } diff --git a/templates/index.liquid b/templates/index.liquid index d0df8b2..1734d4a 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -59,6 +59,20 @@
