32 lines
980 B
HTML
32 lines
980 B
HTML
---
|
|
layout: default
|
|
title: Home
|
|
---
|
|
<div class="container">
|
|
|
|
<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>
|
|
|
|
<p>site.title - {{ site.title }}</p>
|
|
|
|
<p>site.tagline - {{ site.tagline }}</p>
|
|
|
|
<p>page.title - {{ page.title }}</p>
|
|
|
|
<p>site.github - {{ site.github }}</p>
|
|
|
|
<p>site.time - {{ site.time }}</p>
|
|
|
|
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
|
|
|
|
</div> |