This commit is contained in:
Scott Austin 2015-06-05 09:53:22 -07:00
parent 788bfa6cb5
commit d383e5a976

View File

@ -4,19 +4,15 @@ title: Home
---
<div class="container">
<div class="row text-center">
<a class="btn btn-warning btn-lg" role="button" href="${link.path}/${link.name}">Download .zip file</a>
<br>
</div>
<div class="row text-center">
<a class="btn btn-warning btn-lg" role="button" href="${link.path}/${link.name}">Download .tar file</a>
<br>
</div>
<div class="row text-center">
<a class="btn btn-warning btn-lg" role="button" href="https://github.com/Obrary/Alex-Chair">Go to Github repository</a>
<br>
</div>
<div class="row">
<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>
<p><a href="https://github.com/Obrary"{{ site.github.project_title | prepend:'/' }}>Go to Github repository</a></p>
<h2>Product Information</h2>
<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>
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>