created examples page
This commit is contained in:
parent
5e54e6c0ed
commit
0da2829a29
@ -13,7 +13,7 @@
|
|||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="masthead-title">
|
<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>
|
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
|
||||||
|
|
||||||
|
18
examples.html
Normal file
18
examples.html
Normal 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>
|
20
index.html
20
index.html
@ -5,28 +5,14 @@ title: Home
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h2>Open Design Files</h2>
|
<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 .zip file</a></p>
|
||||||
<p><a href="${link.path}/${link.name}">Download .tar 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>
|
<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>
|
<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://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><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>
|
</div>
|
Loading…
Reference in New Issue
Block a user