From 6683c632d7723d2bd617502aa94f45642e2699b5 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 29 Nov 2016 21:19:50 -0500
Subject: [PATCH] Fixed some of the buttons int he footer.

---
 source/index.html.haml                                      | 2 +-
 .../{getting-started.html.haml => getting-started.html.md}  | 2 +-
 source/layout.html.haml                                     | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename source/introduction/{getting-started.html.haml => getting-started.html.md} (56%)

diff --git a/source/index.html.haml b/source/index.html.haml
index 984c8a5..46abb33 100644
--- a/source/index.html.haml
+++ b/source/index.html.haml
@@ -5,7 +5,7 @@ description: Open-source framework for executing native Java code on the GPU.
 ---
 - content_for :additional_header do
   .row.center
-    %a#download-button.btn-large.waves-effect.waves-light{:href => "http://materializecss.com/getting-started.html.haml"} Get Started
+    %a#download-button.btn-large.waves-effect.waves-light{:href => "/introduction/getting-started.html"} Get Started
   .row.center
     %a.red-text.text-lighten-4{:href => "https://github.com/Syncleus/aparapi"} beta release v1.0.0
   .buysellads-header.buysellads-homepage.row.center
diff --git a/source/introduction/getting-started.html.haml b/source/introduction/getting-started.html.md
similarity index 56%
rename from source/introduction/getting-started.html.haml
rename to source/introduction/getting-started.html.md
index 5c9e521..ed458db 100644
--- a/source/introduction/getting-started.html.haml
+++ b/source/introduction/getting-started.html.md
@@ -1,4 +1,4 @@
 ---
 title: Getting Started
 ---
-<div>Hello World!</div>
+**Hello World!**
diff --git a/source/layout.html.haml b/source/layout.html.haml
index 4a157d6..2ab6d86 100644
--- a/source/layout.html.haml
+++ b/source/layout.html.haml
@@ -65,13 +65,13 @@
             %h5.white-text Connect
             %iframe{:allowtransparency => "true", :frameborder => "0", :height => "30", :scrolling => "0", :src => "http://ghbtns.com/github-btn.html?user=Syncleus&repo=aparapi&type=watch&count=true&size=large", :width => "170"}
             %br/
-            %a.twitter-follow-button{"data-dnt" => "true", "data-show-count" => "true", "data-size" => "large", :href => "https://twitter.com/MaterializeCSS"} Follow @MaterializeCSS
+            %a.twitter-follow-button{"data-dnt" => "true", "data-show-count" => "true", "data-size" => "large", :href => "https://twitter.com/AparapiLib"} Follow @AparapiLib
             %br/
-            .g-follow{"data-annotation" => "bubble", "data-height" => "24", "data-href" => "https://plus.google.com/108619793845925798422", "data-rel" => "publisher"}
+            .g-follow{"data-annotation" => "bubble", "data-height" => "24", "data-href" => "https://plus.google.com/102266131584900704956", "data-rel" => "publisher"}
       .footer-copyright
         .container
           © 2016-2017 Syncleus, All rights reserved.
-          %a.grey-text.text-lighten-4.right{:href => "https://github.com/Syncleus/aparapi/blob/master/LICENSE"} MIT License
+          %a.grey-text.text-lighten-4.right{:href => "https://github.com/Syncleus/aparapi/blob/master/LICENSE"} Apache License v2
     / Scripts
     %script{:src => "https://code.jquery.com/jquery-2.1.4.min.js"}
     :javascript
-- 
GitLab