created examples page

This commit is contained in:
Scott Austin 2015-06-05 10:22:30 -07:00
parent 5e54e6c0ed
commit 0da2829a29
3 changed files with 22 additions and 18 deletions

View File

@ -13,7 +13,7 @@
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<p>{{ site.github.project_title }} open design</p>
<h1>{{ site.github.project_title }} open design</h1>
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>

18
examples.html Normal file
View File

@ -0,0 +1,18 @@
---
layout: default
title: Examples
---
<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>

View File

@ -5,28 +5,14 @@ title: Home
<div class="container">
<h2>Open Design Files</h2>
<h3><a href="{{ site.baseurl }}/" title="Home">{{ site.github.project_title }}</a></h3>
<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>
<h3>All Open Designs</h3>
<a href="{{ site.baseurl }}/" title="Home">Open Designs Download Hub</a>
<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>