mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-07-03 14:25:35 +00:00
Donation++
I was told that you could hardly tell that it was possible to make donations. This should make it more prominent, though I did my best to not make it annoying.
This commit is contained in:
parent
ccf382b072
commit
fa573a60b4
3 changed files with 47 additions and 22 deletions
19
index.htm
19
index.htm
|
@ -25,19 +25,22 @@
|
|||
|
||||
<div id="gl"></div>
|
||||
|
||||
<div id="card">
|
||||
<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>
|
||||
<div class="padding">
|
||||
<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>
|
||||
<div id="donate">
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RRRKAAH4JNBZ8" target="_blank" title="Like it? Donate :)">
|
||||
<img src="images/donate.png" alt="Donate" />
|
||||
<img class="colorful" src="images/donate-color.png" alt="Donate" />
|
||||
</a>
|
||||
</div>
|
||||
<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();">
|
||||
|
@ -184,7 +187,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div id="card">
|
||||
<div class="right card">
|
||||
<span class="padding" style="cursor: pointer;" onclick="javascript:$('#getcommandblock').slideToggle();">
|
||||
+ Obtain a command block
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue