Skip to content

Commit

Permalink
Remove donation links for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldickison committed Aug 26, 2024
1 parent b0ec0b3 commit acceb4c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
<html lang="en">
<head>
<title>Kachi Clash · {% block subtitle %}main{% endblock %}</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#1c1c1c">
<meta name="vapid-public-key" content="{{base.vapid_public_key}}">

<link rel="icon" type="image/png" href="/static/img2/2021-Site-Icon-200x200.png">
<link rel="manifest" href="/static/app.webmanifest">
<link rel="stylesheet" href="/static/fonts/stylesheet.css">
<link rel="stylesheet" href="/static/css/base.css">

<script src="/static/js/base.js" type="module"></script>
<script async defer data-domain="kachiclash.com" src="https://plausible.io/js/plausible.js"></script>
<script defer src="https://donorbox.org/install-popup-button.js"></script>


{# Show standard placeholder for broken player avatar images #}
<script>
window.addEventListener(
Expand All @@ -28,7 +27,7 @@
true
)
</script>

{% block head %}{% endblock %}
</head>
<body>
Expand All @@ -44,7 +43,6 @@
<li><hr /></li>
<li><a href="/stats">stats</a></li>
<li><a href="https://discordapp.com/invite/Wg4DsMt" target="_blank">discord</a></li>
<li><a class="dbox-donation-button" href="https://donorbox.org/kachi-clash-website-donations" target="_blank">donate</a></li>
</menu>

{%- when None -%}
Expand All @@ -61,7 +59,7 @@
<img src="/static/img2/2021-Top-Banner-Logo.png" alt="Kachi Clash">
</picture>
</a>

{% match base.player %}
{%- when Some with (player) -%}
<div id="push-promo">
Expand Down Expand Up @@ -91,7 +89,6 @@
Powered by <a href="https://sumo-api.com" target="_blank">The Sumo API</a>
</li>
</ul>
<a class="dbox-donation-button" style="background: #41a2d8 url(https://donorbox.org/images/red_logo.png) no-repeat 37px;color: #fff;text-decoration: none;font-family: Verdana,sans-serif;display: inline-block;font-size: 16px;padding: 15px 38px;padding-left: 75px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;box-shadow: 0 1px 0 0 #1f5a89;text-shadow: 0 1px rgba(0, 0, 0, 0.3);" href="https://donorbox.org/kachi-clash-website-donations">Donate</a>
</footer>
</body>
</html>

0 comments on commit acceb4c

Please sign in to comment.