updated
This commit is contained in:
parent
788bfa6cb5
commit
d383e5a976
22
index.html
22
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user