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:
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 |
|
@ -25,12 +25,6 @@
|
|||
|
||||
<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">
|
||||
|
||||
<h1>MINECRAFT ARMORSTAND</h1>
|
||||
|
@ -38,9 +32,6 @@
|
|||
<center>
|
||||
<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="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>
|
||||
<br>
|
||||
<span class="padding" style="cursor: pointer;" onclick="javascript:$('#troubleshooting').slideToggle();">
|
||||
|
|
23
js/main.js
23
js/main.js
|
@ -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(){
|
||||
|
|
10
style.css
10
style.css
|
@ -30,16 +30,6 @@ a{
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
#donationanim{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
left: 50%;
|
||||
margin-left: -150px;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#gl{
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue