diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 18:12:57 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 18:12:57 -0400 |
| commit | 89581dc969502cc9837535b6e8702ba8e5989650 (patch) | |
| tree | 0642a1d819cb7ed7eae7ace8622397bcac6556e5 /templates | |
| parent | 56df9c0cf948a33f731c9c238afd281af46d094d (diff) | |
| parent | 69ac18cb0129369b385d3751b8c34cd537c9dfec (diff) | |
merge
Diffstat (limited to 'templates')
| -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> |
