diff options
| -rw-r--r-- | public/assets/img/okfocus_logo.gif | bin | 0 -> 59245 bytes | |||
| -rw-r--r-- | public/assets/img/okfocus_logo.png | bin | 4103 -> 2697 bytes | |||
| -rw-r--r-- | public/assets/js/app.js | 1 | ||||
| -rw-r--r-- | public/assets/ok.css | 13 | ||||
| -rw-r--r-- | templates/index.liquid | 6 |
5 files changed, 14 insertions, 6 deletions
diff --git a/public/assets/img/okfocus_logo.gif b/public/assets/img/okfocus_logo.gif Binary files differnew file mode 100644 index 0000000..1a1af64 --- /dev/null +++ b/public/assets/img/okfocus_logo.gif diff --git a/public/assets/img/okfocus_logo.png b/public/assets/img/okfocus_logo.png Binary files differindex 1373582..1bbf41b 100644 --- a/public/assets/img/okfocus_logo.png +++ b/public/assets/img/okfocus_logo.png diff --git a/public/assets/js/app.js b/public/assets/js/app.js index 7dabf26..aab6a7c 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -83,5 +83,6 @@ $(window).resize(function() { }, 400); }) + app.init() diff --git a/public/assets/ok.css b/public/assets/ok.css index 2832e87..c232883 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -107,7 +107,14 @@ h3 { -webkit-filter: grayscale(100%); filter: grayscale(100%); } - +.intro.cover .left span#cred { + width: 100%; + border-top: 1px solid; + padding: 15px 0 10px 0; +} +.intro.cover .left small { + display:none; +} .intro.cover .right { background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Victoria_crater_from_HiRise.jpg)no-repeat center; background-size: cover; @@ -169,8 +176,8 @@ h3 { background: black; } -.navopen .item .top, -.navopen .item .bottom { + +.navopen .item > * { opacity: 0.1; transition: 150ms opacity cubic-bezier(0, 0, 0, 1); background: #eee; diff --git a/templates/index.liquid b/templates/index.liquid index 1734d4a..9a46c9d 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -65,9 +65,9 @@ OKFocus Portfolio <span>2010 - 2016</span> </h1> - <span> - <img src="assets/img/okfocus_logo.png" width="102"><br> - <small>© 2016 OKFocus LLC.</small> + <span id="cred"> + <img src="assets/img/okfocus_logo.gif" width="102"><br> + <small><b>© 2016 OKFocus LLC.</b></small> </span> </div> <div class="right"> |
