Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit 7564eef

Browse files
committed
Add Flattr button
1 parent baf0b40 commit 7564eef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
background-color: #ddd;
128128
}
129129

130+
.flattr-button {
131+
padding-top: 5px;
132+
}
133+
130134
@keyframes fadeIn {
131135
0% { opacity: 0; margin-top: 25px; }
132136
100% { opacity: 1; margin-top: 50px; }
@@ -350,11 +354,16 @@ <h2 id="where-is-the-code">Where is the code?</h2>
350354

351355
<br>
352356

357+
353358
<div class="bottom-bar">
354359
<div class="small-text center">
355360
If you think this project deserves it,
356361
<strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKTNLZCRHMRTJ">sending me some coffee beans</a></strong>
357362
is most appreciated!
363+
364+
<span class="flattr-button">
365+
<script id='fb5satk'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//button.flattr.com/view/?fid=po0kw0&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fb5satk');</script>
366+
</span>
358367
</div>
359368
</div>
360369
</body>

0 commit comments

Comments
 (0)