implemented ul

This commit is contained in:
Scott Austin 2015-06-05 10:29:06 -07:00
parent c8e35cf98a
commit 21547a2b91
2 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,6 @@
<div class="sidebar" id="sidebar">
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="http://obrary.com">Product Page</a>
<a class="sidebar-nav-item" href="http://obrary.com">Obrary.com</a>
<a class="sidebar-nav-item" href="http://obrary.com/collections/products">Store</a>
<a class="sidebar-nav-item" href="http://obrary.com/collections/open-designs">Open Designs</a>

View File

@ -5,16 +5,23 @@ title: Home
<div class="container">
<h2>Open Design Files</h2>
<h3><a href="{{ site.baseurl }}/" title="Home">{{ site.github.project_title }}</a></h3>
<ul>
<li><a href="${link.path}/${link.name}">Download .zip file</a></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>
</ul>
<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>
<ul>
<li><a href="{{ site.baseurl }}/" title="Home">Open Designs Download Hub</a></li>
</ul>
<h3>Product Information</h2>
<ul>
<li><p><a href="http://obrary.com/products{{ site.github.project_title | prepend:'/' }}">See the product page</a></li>
<li><a href="http://forums.obrary.com/category/designs{{ site.github.project_title | prepend:'/' }}">Get support on the forums</a></li>
</ul>
</div>