diff --git a/images/donate-color.png b/images/donate-color.png
deleted file mode 100644
index 629b24e..0000000
Binary files a/images/donate-color.png and /dev/null differ
diff --git a/images/donate.png b/images/donate.png
deleted file mode 100644
index addd869..0000000
Binary files a/images/donate.png and /dev/null differ
diff --git a/index.htm b/index.htm
index 9fcf692..082cb78 100644
--- a/index.htm
+++ b/index.htm
@@ -25,12 +25,6 @@
-
- Like it?
- Consider donating :)
-

-
-
MINECRAFT ARMORSTAND
@@ -38,9 +32,6 @@
-
-
-
diff --git a/js/main.js b/js/main.js
index d41eeae..606a6f7 100644
--- a/js/main.js
+++ b/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(){
diff --git a/style.css b/style.css
index 8b62d65..8772948 100644
--- a/style.css
+++ b/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%;