From 9628e2cb68ceab15e5c32527c3478a52105d90b4 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 30 Nov 2016 13:04:59 -0500
Subject: [PATCH] Removed banner ads.

---
 source/index.html.haml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/source/index.html.haml b/source/index.html.haml
index 46abb33..f5cbc02 100644
--- a/source/index.html.haml
+++ b/source/index.html.haml
@@ -8,9 +8,6 @@ description: Open-source framework for executing native Java code on the GPU.
     %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
-    / CarbonAds Zone Code
-    %script#_carbonads_js{:async => "", :src => "//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=materializecss", :type => "text/javascript"}
   %br/
 
 - content_for :banner do
@@ -53,4 +50,4 @@ description: Open-source framework for executing native Java code on the GPU.
   .row.center
     %h3.light.header Aparapi Showcase
     %p.col.s8.offset-s2.caption Checkout what people are creating with Aparapi. Get inspired by these projects and you can even submit your own projects to be showcased here.
-    %a.btn-large.waves-effect.waves-light{:href => "http://materializecss.com/showcase.html"} Explore our Showcase
\ No newline at end of file
+    %a.btn-large.waves-effect.waves-light{:href => "http://aparapi.com"} Explore our Showcase
\ No newline at end of file
-- 
GitLab