diff --git a/src/index.html b/src/index.html index 999cc0b..cf8c73c 100644 --- a/src/index.html +++ b/src/index.html @@ -285,7 +285,7 @@ - + Support the developer diff --git a/src/partials/changelog.html b/src/partials/changelog.html index e83b6a6..dbd668f 100644 --- a/src/partials/changelog.html +++ b/src/partials/changelog.html @@ -16,7 +16,7 @@
  • ๐Ÿš€ Announcement: Web Maker 3.0 is coming! Tweet out to @webmakerApp or message in chat lobby to get a sneak peek.
  • Suggest features or report bugs.
  • -
  • Web Maker now has more than 50K weekly active users! Thank you for being a part of this community of awesome developers. If you find Web Maker helpful, Please rate Web Maker   Share it  Support the developer
  • +
  • Web Maker now has more than 50K weekly active users! Thank you for being a part of this community of awesome developers. If you find Web Maker helpful, Please rate Web Maker   Share it  Support the developer
  • diff --git a/src/partials/help-modal.html b/src/partials/help-modal.html index 61c3f82..704e1c4 100644 --- a/src/partials/help-modal.html +++ b/src/partials/help-modal.html @@ -11,10 +11,10 @@

    Tweet out your feature requests, comments & suggestions to @webmakerApp.

    Like this extension? Please rate it here.

    - Show some love + Support the developer + Share Web Maker Chat Report a bug - Support the developer

    diff --git a/src/partials/pledge-modal.html b/src/partials/pledge-modal.html index ec25d05..a81d572 100644 --- a/src/partials/pledge-modal.html +++ b/src/partials/pledge-modal.html @@ -6,23 +6,17 @@

    Support the Developer

    -

    Hi! Web Maker is a free and open-source project. To keep myself motivated for working on such open-source and free side projects, I am accepting donations. Your pledge, no matter how small, will act as an appreciation towards my work and keep me going forward, creating & maintaining more such useful projects. So please consider donating ๐Ÿ™๐Ÿผ (could be as small as $1/month). +

    Hi, Kushagra here! Web Maker is a free and open-source project. To keep myself motivated for working on such open-source and free side projects, I am accepting donations. Your pledge, no matter how small, will act as an appreciation towards my work and keep me going forward making Web Maker more awesome๐Ÿ”ฅ. So please consider donating. ๐Ÿ™๐Ÿผ (could be as small as $1/month).

    -
    - -
    OR
    - - + + + + Or, make a one time donation +
    \ No newline at end of file diff --git a/src/paypal-logo.png b/src/paypal-logo.png deleted file mode 100644 index aab877a..0000000 Binary files a/src/paypal-logo.png and /dev/null differ diff --git a/src/script.js b/src/script.js index d115ee1..604db7a 100644 --- a/src/script.js +++ b/src/script.js @@ -2042,6 +2042,12 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn e.preventDefault(); }; + scope.openSupportDeveloperModal = function(e) { + closeAllOverlays(); + trackEvent('ui', e.target.dataset.eventAction); + scope.toggleModal(pledgeModal); + } + scope.updateProfileUi = () => { if (window.user) { document.body.classList.add('is-logged-in'); diff --git a/src/style.css b/src/style.css index da7b46f..948ee18 100644 --- a/src/style.css +++ b/src/style.css @@ -39,6 +39,9 @@ p { .flex-v-center { align-items: center; } +.flex-h-center { + justify-content: center; +} .fr { float: right; } @@ -1148,10 +1151,6 @@ body:not(.is-app) .show-when-app { display: none; } -.onboard-selection-wrap { - justify-content: center; - align-items: center; -} .onboard-selection { padding: 10px; margin: 0 40px;