Living-Hinge-Swatches/index.html
Scott Austin d97cc2a377 updated
2015-06-05 00:08:07 -07:00

39 lines
907 B
HTML

---
layout: default
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">
<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>
</div>