1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Removed Donations

A couple thousand people have seen this, not a single donation has
arrived.
This commit is contained in:
Lars Martens 2016-05-14 17:54:48 +02:00
parent fa573a60b4
commit 1d216261fc
5 changed files with 0 additions and 42 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -25,12 +25,6 @@
<div id="gl"></div> <div id="gl"></div>
<div id="donationanim" class="card">
Like it?<br/>
Consider donating :)<br/>
<img src="images/donate-color.png" />
</div>
<div class="right card"> <div class="right card">
<h1>MINECRAFT ARMORSTAND</h1> <h1>MINECRAFT ARMORSTAND</h1>
@ -38,9 +32,6 @@
<center> <center>
<a href="https://github.com/haselkern/Minecraft-ArmorStand" target="_blank"><img src="images/github.png" alt="GitHub" title="GitHub" /></a> <a href="https://github.com/haselkern/Minecraft-ArmorStand" target="_blank"><img src="images/github.png" alt="GitHub" title="GitHub" /></a>
<a href="http://www.twitter.com/haselcode" target="_blank"><img src="images/twitter.png" alt="Twitter" title="Twitter" /></a> <a href="http://www.twitter.com/haselcode" target="_blank"><img src="images/twitter.png" alt="Twitter" title="Twitter" /></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GRVLAZE7UED9Y" target="_blank" title="Like it? Donate :)">
<img src="images/donate-color.png" alt="Donate" />
</a>
</center> </center>
<br> <br>
<span class="padding" style="cursor: pointer;" onclick="javascript:$('#troubleshooting').slideToggle();"> <span class="padding" style="cursor: pointer;" onclick="javascript:$('#troubleshooting').slideToggle();">

View file

@ -124,29 +124,6 @@ $(document).ready(function(){
} }
}); });
// Animate donation div
var donationheight = $("#donationanim").height() * 1.5;
$("#donationanim").css({
"transform" : "translateY(-"+donationheight+"px)",
"visibility" : "visible"
});
// Slide in
setTimeout(function(){
$("#donationanim").css({
"transform" : "translateY(0px)",
"transition" : "400ms",
});
// Slide out
setTimeout(function(){
$("#donationanim").css({
"transform" : "translateY(-"+donationheight+"px)",
});
}, 4000);
}, 2000);
}); });
function setup(){ function setup(){

View file

@ -30,16 +30,6 @@ a{
color: #000000; color: #000000;
} }
#donationanim{
position: absolute;
width: 300px;
left: 50%;
margin-left: -150px;
padding: 5px;
text-align: center;
visibility: hidden;
}
#gl{ #gl{
width: 60%; width: 60%;
height: 100%; height: 100%;