diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 19:43:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 19:43:55 -0400 |
| commit | 6138260cdbebe40bd078643ce7a20416a5ac0ece (patch) | |
| tree | 2de447db9c82654442bdfbd8b0ad6714233a27af /templates/index.liquid | |
| parent | 1e0b1107fe9f95935cce4a7255d752cd75680643 (diff) | |
merge
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 348d931..88ca8ea 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -5,7 +5,6 @@ <title>OKFocus</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-capable" content="yes"> @@ -42,23 +41,23 @@ <nav> <span> <div class="index"> - <svg version="1.1" id="burger" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 57.4 53" style="enable-background:new 0 0 57.4 53;" xml:space="preserve"> -<g> - <g> - <rect width="57.4" height="13"/> - </g> - <g> - <rect y="20" width="57.4" height="13"/> - </g> - <g> - <rect y="40" width="57.4" height="13"/> - </g> -</g> - </svg> + <svg version="1.1" id="burger" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 57.4 53" style="enable-background:new 0 0 57.4 53;" xml:space="preserve"> + <g> + <g> + <rect width="57.4" height="13"/> + </g> + <g> + <rect y="20" width="57.4" height="13"/> + </g> + <g> + <rect y="40" width="57.4" height="13"/> + </g> + </g> + </svg> </div> <div>OKFocus LLC. - Portfolio • 2016</div> - <div>SLIDE.1 • PG.1</div> + <div>SLIDE.<b class="slide-no">1</b> • PG.<b class="page-no">1</b></div> </span> </nav> {% for project in projects %} |
