Living-Hinge-Swatches/fields.html
Scott Austin 4f6af9c763 update
2015-06-05 19:32:23 -07:00

28 lines
1.8 KiB
HTML

---
layout: default
title: Home
---
<div class="center">
<a href="https://github.com/Obrary/{{ site.github.project_title }}/archive/master.zip" onClick="ga('send', 'event', 'VMA', 'Download design', '{{ site.github.project_title }}')">
<img src="{{ site.github.project_title | prepend:'/' }}/public/download-free-design-file.png" alt="Download free design package" class="center"></a>
<br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }}
</div>
<hr>
<h2>Other {{ site.github.project_title }} information</h2>
<ul>
<li><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}" onClick="ga('send', 'event', 'VMA', 'Go to repo', '{{ site.github.project_title }}')">Go to Github repository</a> - if you are familary with GitHub, follow this link to see the {{ site.github.project_title }} repository. Here, you will be able to fork the design to work on it on your own.</li>
<li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a>. The product page will have photos of the design, describe the product and provide videos and renderings of the design.</li>
<li><a href="http://forums.obrary.com/category/designs/{{ site.github.project_title | downcase }}">Join the discussions on the forums</a>. Join with other makers on the Obrary forums to discuss the {{ site.github.project_title }}. Ask questions. Share ideas and tips. Show photos of your {{ site.github.project_title }}.</li>
</ul>
<p>site.github.project_title - {{ site.github.project_title }}</p>
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
<p>site.time - {{ site.time }}</p>
<p>site.baseurl - {{ site.baseurl }}</p>