center style
This commit is contained in:
parent
4bedd3e45a
commit
768ae9fa4b
@ -25,6 +25,11 @@
|
|||||||
|
|
||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
||||||
|
<style>
|
||||||
|
center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
<div class="sidebar" id="sidebar">
|
<div class="sidebar" id="sidebar">
|
||||||
|
|
||||||
<nav class="sidebar-nav">
|
<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.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/collections/products" target="_blank">Store</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/collections/open-designs" target="_blank">Open Designs</a>
|
||||||
|
12
index.html
12
index.html
@ -2,12 +2,12 @@
|
|||||||
layout: default
|
layout: default
|
||||||
title: Home
|
title: Home
|
||||||
---
|
---
|
||||||
|
<div class="center">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/Obrary/{{ site.github.project_title }}/archive/master.zip">
|
<a href="https://github.com/Obrary/{{ site.github.project_title }}/archive/master.zip">
|
||||||
<img src="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/download-free-design-file.png" alt="Download free design package" align="middle"></a>
|
<img src="{{ site.baseurl }}{{ site.github.project_title | prepend:'/' }}/public/download-free-design-file.png" alt="Download free design package" align="middle"></a>
|
||||||
<br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }}
|
<br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }}
|
||||||
|
</div>
|
||||||
<h2>Other {{ site.github.project_title }} information</h2>
|
<h2>Other {{ site.github.project_title }} information</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user