center style

This commit is contained in:
Scott Austin 2015-06-05 14:56:10 -07:00
parent 4bedd3e45a
commit 768ae9fa4b
3 changed files with 11 additions and 9 deletions

View File

@ -25,6 +25,11 @@
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<style>
center {
text-align: center;
}
</style>
<script>
(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),

View File

@ -6,9 +6,6 @@
<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/collections/products" target="_blank">Store</a>
<a class="sidebar-nav-item" href="http://obrary.com/collections/open-designs" target="_blank">Open Designs</a>

View File

@ -2,12 +2,12 @@
layout: default
title: Home
---
<p>
<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>
<br>This .zip file contains all of the CAD, interchange (.dxf, .pdf, etc) and CAM files for the {{ site.github.project_title }}
<div class="center">
<p>
<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>
<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>
<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>