Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
chore: replace discord banner with kofi
Browse files Browse the repository at this point in the history
  • Loading branch information
leia-uwu committed Oct 30, 2024
1 parent deb2ad1 commit 658e349
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion client/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ a:active {
}

.surviv-shirts {
background-image: url(/img/discord-promo.png);
background-image: url(/img/survev-kofi.png);
}

/*
Expand Down Expand Up @@ -455,6 +455,12 @@ a:active {
box-shadow: inset 0 -4px #9b2354;
}

.btn-kofi {
background-image: url(/img/icon_kofi.png);
background-color: #ff6433;
box-shadow: inset 0 -4px #be4926;
}

.btn-darken:hover,
.btn-darken:active {
color: inherit;
Expand Down
3 changes: 2 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ <h2 data-l10n='index-account'>Account</h2>
<div id='left-column' class='menu-column'>
<div id='ad-block-left'>
<div class='surviv-shirts'>
<a href='https://discord.gg/6uRdCdkTPt' target="_blank"></a>
<a href='https://ko-fi.com/surve' target="_blank"></a>
</div>
<!--
<div class='adblock-plea'>
Expand All @@ -809,6 +809,7 @@ <h2 data-l10n='index-account'>Account</h2>
<a href='https://www.instagram.com/survev/' target='_blank' class='btn-social btn-darken btn-instagram'></a>
-->
<a href='https://discord.gg/6uRdCdkTPt' target='_blank' class='btn-social btn-darken btn-discord'></a>
<a href='https://ko-fi.com/survev' target='_blank' class='btn-social btn-darken btn-kofi'></a>
<!--
<a href='https://www.youtube.com/c/survev?sub_confirmation=1' target='_blank' class='btn-social btn-darken btn-youtube'></a>
-->
Expand Down
Binary file added client/public/img/icon_kofi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/img/survev-kofi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions client/public/img/survev-kofi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 658e349

Please sign in to comment.