From 6921252055a1490921eac01caf583ba26b0e4b2e Mon Sep 17 00:00:00 2001
From: Thomas Park <thomas@thomaspark.me>
Date: Tue, 1 Jul 2014 10:55:04 -0400
Subject: update sponsor

---
 amelia/index.html | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

(limited to 'amelia')

diff --git a/amelia/index.html b/amelia/index.html
index 8ff77c97..c35671f0 100644
--- a/amelia/index.html
+++ b/amelia/index.html
@@ -94,24 +94,23 @@
 
       <div class="page-header" id="banner">
         <div class="row">
-          <div class="col-lg-6">
+          <div class="col-lg-8 col-md-7 col-sm-6">
             <h1>Amelia</h1>
             <p class="lead">Sweet and cheery</p>
           </div>
-          <div class="col-lg-6" style="padding: 15px 15px 0 15px;">
-            <div class="well sponsor">
-              <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'treehouse']);" rel="nofollow" target="_blank">
-                <span style="float: left; margin-right: 15px;">
-                  <img src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onload="_gaq.push(['_trackEvent', 'banner', 'impression', 'treehouse']);" width="175" height="135">
-                </span>
-              </a>
-              <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'treehouse']);" rel="nofollow" target="_blank">
-                <h4 style="margin-bottom: 0.4em;">Treehouse</h4>
-                <div class="clearfix">
-                  <p>Learn Web Design, Coding, Mobile App Development &amp; More.</p>
-                  <p>Start Learning for Free!</p>
-                </div>
-              </a>
+          <div class="col-lg-4 col-md-5 col-sm-6">
+            <div class="sponsor">
+              <div id="md-large-widget"></div>
+              <script type="text/javascript">
+              (function() {
+                var url = 'http://www.mightydeals.com/widgets/large/image_only/yes/ref/bootswatch';
+                var s = document.createElement('script'), s1 = document.getElementsByTagName('script')[0];
+                s.type = 'text/javascript';
+                s.async = true;
+                s.src = url;
+                s1.parentNode.insertBefore(s, s1);
+              })();
+              </script>
             </div>
           </div>
         </div>
-- 
cgit v1.2.3