summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.liquid')
-rw-r--r--templates/index.liquid31
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 %}