diff options
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 7158884..a3ce509 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -31,6 +31,9 @@ <body class="loading"> <div class="menu"> <ul> + {% for page in pages %} + <li data-id="{{ page.id }}">{{ page.title }}</li> + {% endfor %} {% for project in projects %} <li data-id="{{ project.id }}">{{ project.title }}</li> {% endfor %} @@ -38,7 +41,22 @@ </div> <nav> <span> - <div class="index"><img src="http://i1.wp.com/www.sora.digital/wp-content/uploads/glyphicons-517-menu-hamburger.png?fit=300%2C300" width="8"> INDEX</div> + <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> +INDEX</div> <div>OKFocus LLC. • 2016</div> <div>SLIDE.1 • PG.1</div> </span> |
