diff --git a/assets/css/main.css b/assets/css/main.css index 24adb6b..ed1f5a2 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3278,4 +3278,79 @@ body.is-touch #banner { margin: 0; padding: 0; } -} \ No newline at end of file +} + + +.pricing .card { + border: none; + border-radius: 1rem; + transition: all 0.2s; + box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); + } + + .pricing hr { + margin: 1.5rem 0; + } + + .pricing .card-title { + margin: 0.5rem 0; + font-size: 0.9rem; + letter-spacing: .1rem; + font-weight: bold; + } + + .pricing .card-price { + font-size: 3rem; + margin: 0; + } + + .pricing .card-price .period { + font-size: 0.8rem; + } + + .pricing ul li { + margin-bottom: 1rem; + } + + .pricing .text-muted { + opacity: 0.7; + } + + /* Hover Effects on Card */ + + @media (min-width: 992px) { + .pricing .card:hover { + margin-top: -.25rem; + margin-bottom: .25rem; + box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); + } + + .pricing .card:hover .btn { + opacity: 1; + } + } + +/* Tooltip container */ +.tooltip { + position: relative; + display: inline-block; + border-bottom: 1px dotted black; + } + + /* Tooltip text */ + .tooltip .tooltiptext { + visibility: hidden; + width: 120px; + background-color: #181920; + color: #fff; + text-align: center; + padding: 5px 0; + border-radius: 6px; + position: absolute; + z-index: 1; + } + + /* for showing the tooltip text when you mouse over the tooltip container */ + .tooltip:hover .tooltiptext { + visibility: visible; + } \ No newline at end of file diff --git a/assets/sass/main.scss b/assets/sass/main.scss index ed9aafd..c28af95 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -2369,3 +2369,4 @@ body.is-touch { } } } + diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..e378707 --- /dev/null +++ b/donate.html @@ -0,0 +1,170 @@ + + + + + + Donate + + + + + + + + +
+ + + + + + +
+ +
+
+
+

Donate

+
+

+ In order to maintain the server and pay for the fees necessary to progress the server and its + image we need donations. We have come up with a donations perk system that is EULA friendly + and is rewarding to the donor. If you want to donate here are our links. If you have + already donated before you will get the tier based off of your previous donation amount. +

+
+ PayPal + Patreon +
+
+
+
+
+
+

DonorPerks

+
+
+
+
+ +
+
+
+
Gold
+
$8
+
+
    +
  • Donor Discord role
  • +
  • /hat
  • +
  • Gold eGlow
  • +
  • VIP Donor Channel
  • +
  • Extra Commands/eglow Gold - Makes you glow gold + /tags - allows you to select your Gold ingame Donor tag + #for /tags a GUI should popup and you will see your available tags
  • +
  • ingame chat colors
  • +
  • Discord emoji of skin
  • +
  • Nicknames +
  • +
  • Player Particles
  • +
+
+ Paypal + Patreon +
+
+
+
+ +
+
+
+
Emerald
+
$20 or $3/month
+
+
    +
  • Donor Discord role
  • +
  • /hat
  • +
  • various eGlow colors
  • +
  • VIP Donor Channel
  • +
  • ingame chat colors
  • +
  • Discord emoji of skin
  • +
  • Extra Commands + /eglow [Red/Yellow/Blue/White/Black] - This will make you glow +/hat - This will let you put any item in the game in your helmet slot +/color [Red/Dark Red/Gold /Yellow /Green /Lime/Aqua /Teal/Blue /Indigo/Purple/White /Gray/Dark Gray/Black] +#/color will show up as red but it still works as a command, it is just not registered +
  • +
  • Nicknames +
  • +
  • Player Particles
  • +
+
+ Paypal + Patreon +
+
+
+
+ +
+
+
+
Diamond
+
$40 or $6/month
+
+
    +
  • Donor Discord role
  • +
  • /hat
  • +
  • eGlow of any color
  • +
  • VIP Donor Channel
  • +
  • ingame chat colors
  • +
  • Discord emoji of skin
  • +
  • Nicknames +
  • +
  • Player Particles
  • +
  • Extra Commands/eglow (all colors) - this allows you to glow + /pweather - this allows you to change the weather
    + #THIS IS CLIENT SIDE, THIS PURELY VISUAL + /ptime - allows you to change the time of day + #THIS I S ALSO PURELY CLIENT SIDE, AND IT IS ONLY VISUAL THE SERVER TIME DOESN'T CHANGE + /pp gui - this allows you to change particle effects, these show around the player
  • +
+
+ Paypal + Patreon +
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 5e7792a..41629cd 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@

ComparatorCraftSMP

A Hermitcraft like Minecraft server expreience.

+