Living-Hinge-Swatches/index.html

32 lines
980 B
HTML
Raw Normal View History

2015-06-04 22:45:52 +02:00
---
layout: default
title: Home
---
2015-06-05 07:14:11 +02:00
<div class="container">
2015-06-05 07:55:48 +02:00
2015-06-05 18:53:22 +02:00
<h2>Open Design Files</h2>
<p><a href="${link.path}/${link.name}">Download .zip file</a></p>
<p><a href="${link.path}/${link.name}">Download .tar file</a></p>
2015-06-05 19:05:50 +02:00
<p><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}">Go to Github repository</a></p>
2015-06-05 18:53:22 +02:00
<h2>Product Information</h2>
2015-06-05 19:05:50 +02:00
<p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a></p>
<p><a href="http://forums.obrary.com/category/designs{{ site.github.project_title | prepend:'/' }}">Get support on the forums</a></p>
2015-06-05 18:53:22 +02:00
2015-06-04 23:03:24 +02:00
2015-06-05 01:31:13 +02:00
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
2015-06-05 08:13:17 +02:00
2015-06-04 22:45:52 +02:00
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
2015-06-05 08:09:50 +02:00
<p>site.github - {{ site.github }}</p>
2015-06-05 08:13:17 +02:00
<p>site.time - {{ site.time }}</p>
2015-06-05 08:09:50 +02:00
2015-06-05 08:13:17 +02:00
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
2015-06-05 08:09:50 +02:00
2015-06-05 19:05:50 +02:00
</div>