implemented ul
This commit is contained in:
parent
c8e35cf98a
commit
21547a2b91
@ -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>
|
||||
|
15
index.html
15
index.html
@ -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>
|
Loading…
Reference in New Issue
Block a user