cleaned up
This commit is contained in:
parent
68a84b622c
commit
5e0688337f
@ -19,7 +19,6 @@
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/syntax.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/lanyon.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/css/bootstrap.min.css">
|
||||
{{ site.github.project_title | prepend:'/' }}
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
||||
|
||||
<!-- Icons -->
|
||||
|
14
index.html
14
index.html
@ -3,22 +3,20 @@ layout: default
|
||||
title: Home
|
||||
---
|
||||
|
||||
<h2>Open Design Files</h2>
|
||||
|
||||
<h3><a href="{{ site.baseurl }}/" title="Home">{{ site.github.project_title }}</a></h3>
|
||||
<h2>{{ site.github.project_title }} Open Design Files</h2>
|
||||
<ul>
|
||||
<li><a href="${link.path}/${link.name}">Download .zip file</a></li>
|
||||
<li><a href="${link.path}/${link.name}">Download .zip file</a> - this .zip file contains all of the CAD, interchange (.dxf and .pdf) and CAM files for the {{ site.github.project_title }} </li>
|
||||
<li><a href="${link.path}/${link.name}">Download .tar file</a></li>
|
||||
<li><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}">Go to Github repository</a></li>
|
||||
<li><a href="https://github.com/Obrary{{ site.github.project_title | prepend:'/' }}">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>
|
||||
</ul>
|
||||
|
||||
<h3>All Open Designs</h3>
|
||||
<h2>All Open Designs</h2>
|
||||
<ul>
|
||||
<li><a href="{{ site.baseurl }}/" title="Home">Open Designs Download Hub</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Product Information</h2>
|
||||
<h2>Other {{ site.github.project_title }} Information</h2>
|
||||
<ul>
|
||||
<li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a></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 | prepend:'/' }}">Get support on the forums</a></li>
|
||||
</ul>
|
Loading…
Reference in New Issue
Block a user