diff options
| -rw-r--r-- | db.json | 2 | ||||
| -rw-r--r-- | public/assets/ok.css | 10 | ||||
| -rw-r--r-- | templates/index.liquid | 14 |
3 files changed, 25 insertions, 1 deletions
@@ -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 @@ <div>e.g.<b class="slide-no">1</b> OF <b>3</b> • PG.<b class="page-no">1</b></div> </span> </nav> + <div class="item cover intro"> + <div class="left"> + <h1> + OKFocus Portfolio + <span>2010 - 2016</span> + </h1> + <span> + <img src="assets/img/okfocus_logo.png" width="102"><br> + <small>© 2016 OKFocus LLC.</small> + </span> + </div> + <div class="right"> + </div> + </div> <div class="item intro hidden"> <div class="left"> <h1> |
