From ef39b5c79c0ce9e6ec2d507f26a1ba1c300ec449 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 7 Sep 2019 21:15:20 +0200 Subject: [PATCH] donation link changed --- app/scripts/const/links.js | 2 +- app/styles/areas/_settings.scss | 31 ----------------------- app/templates/settings/settings-about.hbs | 4 ++- release-notes.md | 1 + 4 files changed, 5 insertions(+), 33 deletions(-) diff --git a/app/scripts/const/links.js b/app/scripts/const/links.js index 4828089d..371a44ff 100644 --- a/app/scripts/const/links.js +++ b/app/scripts/const/links.js @@ -11,7 +11,7 @@ const Links = { Manifest: 'https://app.keeweb.info/manifest.appcache', AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type', Translation: 'https://keeweb.oneskyapp.com/', - Donation: 'https://www.paypal.me/dvitkovsky', + Donation: 'https://opencollective.com/keeweb#support', Plugins: 'https://plugins.keeweb.info', PluginDevelopStart: 'https://github.com/keeweb/keeweb/wiki/Plugins' }; diff --git a/app/styles/areas/_settings.scss b/app/styles/areas/_settings.scss index 754663e4..26a412a9 100644 --- a/app/styles/areas/_settings.scss +++ b/app/styles/areas/_settings.scss @@ -179,37 +179,6 @@ } } } - &__donate-btn { - margin-bottom: $base-padding-h; - background: #ffae32; - display: inline-block; - padding: 2px 20px; - text-decoration: none; - color: #043667; - font-family: sans-serif; - font-size: 16px; - line-height: 20px; - font-style: italic; - font-weight: 900; - border-radius: 26px; - border: 1px solid #ffb163; - outline: none; - background: linear-gradient(to bottom, #fee1aa, #fee1aa 80%, #ffeed5); - box-shadow: 0 -3px 2px 2px rgba(255, 238, 213, 0.3) inset, 0 -11px 1px 0px #ffb33c inset; - &:active, - &:hover, - &:focus, - &:visited { - border-color: #ffb163; - color: #043667; - } - &:hover { - background: linear-gradient(to bottom, #fed891, #fed891 80%, #ffeed5); - } - &:active { - background: linear-gradient(to bottom, #fed585, #fed585 80%, #ffeed5); - } - } &__plugins { &-install-error { margin-top: $base-padding-v; diff --git a/app/templates/settings/settings-about.hbs b/app/templates/settings/settings-about.hbs index c5c82a74..ee7cc3b4 100644 --- a/app/templates/settings/settings-about.hbs +++ b/app/templates/settings/settings-about.hbs @@ -3,7 +3,9 @@

{{#res 'setAboutFirst'}}Antelle{{/res~}}  {{~#res 'setAboutSecond'}}MIT{{/res}} {{#res 'setAboutSource'}}GitHub {{/res}}

- Donate + + +

{{res 'setAboutBuilt'}}:

Libraries