Skip to content

Commit

Permalink
Repositioned ads to make them less intrusive
Browse files Browse the repository at this point in the history
  • Loading branch information
grevory committed May 23, 2014
1 parent 3b2bc3a commit d08649f
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,21 @@ <h1>Give it a try</h1>
<li>Allows programmatic access to remove all keys for a given app</li>
</ul>

<!-- Sorry guys, I need to earn a living -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ALS Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8242772837340688"
data-ad-slot="1586567981"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<h3>Usage</h3>

<!-- Sorry guys, I need to earn a living -->
<div style="float: right">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ALS Leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8242772837340688"
data-ad-slot="1586567981"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

<h6>Dependencies:</h6>
<ul>
<li><code>AngularJS</code> <small><a href="http://angularjs.org/">http://angularjs.org/</a></small></li>
Expand Down

0 comments on commit d08649f

Please sign in to comment.