diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-29 13:26:34 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-29 13:26:34 -0400 |
| commit | 68c2c6e4b140bbb07db6e422615c387b59fcd3eb (patch) | |
| tree | 8995ebfabb4a301e1b552756e383fd73a6182c19 | |
| parent | 1581854ee3f8be2612d77e12a7453493c2ec3622 (diff) | |
cover
| -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> |
