Living-Hinge-Swatches/index.html

39 lines
907 B
HTML
Raw Normal View History

2015-06-04 22:45:52 +02:00
---
layout: default
title: Home
---
2015-06-05 07:14:11 +02:00
<div class="container">
2015-06-05 07:55:48 +02:00
<div class="row text-center">
2015-06-05 07:32:20 +02:00
<a class="btn btn-warning btn-lg" role="button" href="${link.path}/${link.name}">Download .zip file</a>
2015-06-05 09:08:07 +02:00
<br>
2015-06-05 07:32:20 +02:00
</div>
2015-06-05 07:55:48 +02:00
<div class="row text-center">
2015-06-05 07:32:20 +02:00
<a class="btn btn-warning btn-lg" role="button" href="${link.path}/${link.name}">Download .tar file</a>
2015-06-05 09:08:07 +02:00
<br>
2015-06-05 07:32:20 +02:00
</div>
2015-06-05 07:55:48 +02:00
<div class="row text-center">
2015-06-05 07:49:35 +02:00
<a class="btn btn-warning btn-lg" role="button" href="https://github.com/Obrary/Alex-Chair">Go to Github repository</a>
2015-06-05 09:08:07 +02:00
<br>
2015-06-05 07:32:20 +02:00
</div>
2015-06-05 07:55:48 +02:00
<div class="row">
2015-06-04 23:03:24 +02:00
2015-06-05 01:31:13 +02:00
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
2015-06-05 08:13:17 +02:00
2015-06-04 22:45:52 +02:00
<p>site.title - {{ site.title }}</p>
<p>site.tagline - {{ site.tagline }}</p>
<p>page.title - {{ page.title }}</p>
2015-06-05 08:09:50 +02:00
<p>site.github - {{ site.github }}</p>
2015-06-05 08:13:17 +02:00
<p>site.time - {{ site.time }}</p>
2015-06-05 08:09:50 +02:00
2015-06-05 08:13:17 +02:00
<p>Site.Github.public_repositories - {{ site.github.public_repositories }}</p>
2015-06-05 08:09:50 +02:00
2015-06-05 07:32:20 +02:00
</div>
</div>