diff --git a/source/index.html.haml b/source/index.html.haml index 984c8a569af646c4e0b6506ae325b2ab99b2324c..46abb33ff412d5981328a984684fa5fca9a7b832 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 5c9e52136056717251f1f1bc0d46eafd75ad3c4a..ed458db0a7d34f5ace533bcb43b40ec855689025 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 4a157d6c84847406823deacdf3172794a0022d7a..2ab6d8632b320103cb4be71607b4bcb04f68d9d6 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