This commit is contained in:
Scott Austin 2015-06-05 19:32:23 -07:00
parent 859b19d5b7
commit 4f6af9c763
2 changed files with 17 additions and 8 deletions

View File

@ -6,7 +6,7 @@
<div class="sidebar" id="sidebar">
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="http://obrary.com" target="_blank"><img src="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/Obrary_Logo.png" alt="Obrary.com" height="40"></a>
<a class="sidebar-nav-item" href="http://obrary.com" target="_blank"><img src="{{ site.github.project_title | prepend:'/' }}/public/Obrary_Logo.png" alt="Obrary.com" height="40"></a>
<a class="sidebar-nav-item" href="http://obrary.com/collections/products" target="_blank">Store</a>
<a class="sidebar-nav-item" href="http://obrary.com/collections/open-designs" target="_blank">Open Designs</a>
<a class="sidebar-nav-item" href="http://obrary.com/manufacturer" target="_blank">Manufacturers</a>

View File

@ -1,9 +1,21 @@
---
layout: default
title: Fields
title: Home
---
<div>
<p>site.github.project_title - {{ site.github.project_title | prepend:'/' }}</p>
<div class="center">
<a href="https://github.com/Obrary/{{ site.github.project_title }}/archive/master.zip" onClick="ga('send', 'event', 'VMA', 'Download design', '{{ site.github.project_title }}')">
<img src="{{ site.github.project_title | prepend:'/' }}/public/download-free-design-file.png" alt="Download free design package" class="center"></a>
<br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }}
</div>
<hr>
<h2>Other {{ site.github.project_title }} information</h2>
<ul>
<li><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}" onClick="ga('send', 'event', 'VMA', 'Go to repo', '{{ site.github.project_title }}')">Go to Github repository</a> - if you are familary with GitHub, follow this link to see the {{ site.github.project_title }} repository. Here, you will be able to fork the design to work on it on your own.</li>
<li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a>. The product page will have photos of the design, describe the product and provide videos and renderings of the design.</li>
<li><a href="http://forums.obrary.com/category/designs/{{ site.github.project_title | downcase }}">Join the discussions on the forums</a>. Join with other makers on the Obrary forums to discuss the {{ site.github.project_title }}. Ask questions. Share ideas and tips. Show photos of your {{ site.github.project_title }}.</li>
</ul>
<p>site.github.project_title - {{ site.github.project_title }}</p>
<p>site.title - {{ site.title }}</p>
@ -11,9 +23,6 @@ title: Fields
<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>
<p>site.baseurl - {{ site.baseurl }}</p>