Skip to content

Commit 3162bac

Browse files
committed
Google ad to pay the bills
1 parent d7bf9de commit 3162bac

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ body {
8080
top: -5px;
8181
}
8282
}
83+
.google {
84+
max-height: 185px;
85+
}
8386
}
8487
.rightcol {
8588
width: 100% - $sidebar-width - 1%;

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@
9393
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
9494
<div class="fb-like" data-href="http://phpepl.herokuapp.com/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
9595
</div>
96+
<div class="google">
97+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
98+
<!-- PHPepl -->
99+
<ins class="adsbygoogle"
100+
style="display:block"
101+
data-ad-client="ca-pub-4527500590412561"
102+
data-ad-slot="6285196909"
103+
data-ad-format="auto"></ins>
104+
<script>
105+
(adsbygoogle = window.adsbygoogle || []).push({});
106+
</script>
107+
</div>
96108
</div>
97109
<div class="rightcol">
98110
<div id='editor'></div>

0 commit comments

Comments
 (0)