Hall of Fame donations

This commit is contained in:
ReznoRMichael 2021-02-17 20:29:59 +01:00
parent 150d960160
commit c85409adb9
4 changed files with 36 additions and 4 deletions

View file

@ -235,9 +235,17 @@
<div style="margin-bottom: 20px;"></div> <div style="margin-bottom: 20px;"></div>
<h6 class="hall-of-fame">
Tool supporters Hall of Fame
</h6>
<p class="smalltext"> <p class="smalltext">
Valuable Tool supporters: <b>Klaudia</b> (Lvl 18), <b>Rohit</b> (Lvl 7), <b>Dominic</b> (Lvl 6), <b>David</b> (Lvl 5).<br> <b>Klaudia</b> (Lvl 18) - <b>Rohit</b> (Lvl 7) - <b>Dominic</b> (Lvl 6) - <b>David</b> (Lvl 5)
You too can get immortalized here. Donate any amount for the Tool! Lvl indicates your amount of support. </p>
<p class="smalltext">
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
Lvl indicates your amount of support.
</p> </p>
</div> <!-- end content --> </div> <!-- end content -->

View file

@ -219,6 +219,14 @@ h2 {
color: rgba(231, 251, 255, 0.6); color: rgba(231, 251, 255, 0.6);
} }
h6 {
text-align: center;
font-size: 1.2rem;
font-weight: 500;
margin: 0.6rem 0;
color: rgba(231, 251, 255, 0.6);
}
#save-location-input { #save-location-input {
display: block; display: block;
font-family: 'Consolas', monospace; font-family: 'Consolas', monospace;

View file

@ -112,6 +112,14 @@ h2 {
color: rgba(231, 251, 255, 0.6); color: rgba(231, 251, 255, 0.6);
} }
h6 {
text-align: center;
font-size: 1.2rem;
font-weight: 500;
margin: 0.6rem 0;
color: rgba(231, 251, 255, 0.6);
}
#save-location-input { #save-location-input {
display: block; display: block;
font-family: 'Consolas', monospace; font-family: 'Consolas', monospace;

View file

@ -120,9 +120,17 @@
<div style="margin-bottom: 20px;"></div> <div style="margin-bottom: 20px;"></div>
<h6 class="hall-of-fame">
Tool supporters Hall of Fame
</h6>
<p class="smalltext"> <p class="smalltext">
Valuable Tool supporters: <b>Klaudia</b> (Lvl 18), <b>Rohit</b> (Lvl 7), <b>Dominic</b> (Lvl 6), <b>David</b> (Lvl 5).<br> <b>Klaudia</b> (Lvl 18) - <b>Rohit</b> (Lvl 7) - <b>Dominic</b> (Lvl 6) - <b>David</b> (Lvl 5)
You too can get immortalized here. Donate at least $1 for the Tool! Lvl indicates your amount of support. </p>
<p class="smalltext">
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
Lvl indicates your amount of support.
</p> </p>
</div> <!-- end content --> </div> <!-- end content -->