diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-01-30 14:57:09 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-01-30 14:57:09 -0500 |
commit | b3efb8129175f97553feb0e9fa7d13cd158f5e83 (patch) | |
tree | f0f6ae0e1fd9e888727e3199bc8f09dffb8bcc47 /flatly/index.html | |
parent | 2ffd0ca70b6f783e6e67db57831cf8908014d296 (diff) |
added treehouse as sponsor
Diffstat (limited to 'flatly/index.html')
-rw-r--r-- | flatly/index.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/flatly/index.html b/flatly/index.html index 628f1531..9602f136 100644 --- a/flatly/index.html +++ b/flatly/index.html @@ -28,7 +28,6 @@ </script> </head> <body> - <script src="../assets/js/bsa.js"></script> <div class="navbar navbar-default navbar-fixed-top"> <div class="container"> @@ -97,9 +96,20 @@ <h1>Flatly</h1> <p class="lead">Flat and modern</p> </div> - <div class="col-lg-6"> - <div class="bsa well"> - <div id="bsap_1277971" class="bsarocks bsap_c466df00a3cd5ee8568b5c4983b6bb19"></div> + <div class="col-lg-6" style="padding: 15px 15px 0 15px;"> + <div class="well"> + <a href="http://teamtreehouse.com/join/first-week-free?utm_source=bootswatch&utm_content=ap-grid-bootswatch&cid=1432" rel="nofollow" target="_blank"> + <span style="float: left; margin-right: 15px;"> + <img src="../assets/img/treehouse.jpg" width="175" height="135" style="border: 1px solid #ccc; border-radius: 4px;"> + </span> + </a> + <a href="http://teamtreehouse.com/join/first-week-free?utm_source=bootswatch&utm_content=ap-grid-bootswatch&cid=1432" rel="nofollow" target="_blank"> + <h4 style="margin-bottom: 0.4em;">Treehouse</h4> + <div class="clearfix"> + <p>Learn Web Design, Coding, Mobile App Development & More.</p> + <p>Start Learning for Free!</p> + </div> + </a> </div> </div> </div> |