From 6b31f30beceb249b08c4efef8ac0f229248a06ef Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Tue, 22 Dec 2020 15:58:42 -0600 Subject: [PATCH 1/3] Donsplus initial integration. --- .vscode/extensions.json | 3 +-- weallcode/templates/weallcode/_base.html | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e9228afd..b9893f7a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -9,7 +9,6 @@ "pranaygp.vscode-css-peek", "mkaufman.htmlhint", "ecmel.vscode-html-css", - "ms-vscode-remote.vscode-remote-extensionpack", - "pkosta2005.heroku-command" + "ms-vscode-remote.vscode-remote-extensionpack" ] } diff --git a/weallcode/templates/weallcode/_base.html b/weallcode/templates/weallcode/_base.html index 9f8702d4..68398301 100644 --- a/weallcode/templates/weallcode/_base.html +++ b/weallcode/templates/weallcode/_base.html @@ -104,5 +104,6 @@ + From 89a1bff4cc00674a1c59d965431bc9f09ecb246a Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Mon, 28 Dec 2020 15:40:37 -0600 Subject: [PATCH 2/3] Remove CauseVox and add DonsPlus - Remove CauseVox - Add DonsPlus widget code - Replace all links to go to join-us/#donate - Add css smooth scroll - Replace custom smooth-scroll javascript with polyfill --- accounts/templates/account/login.html | 2 +- weallcode/static/weallcode/css/app.css | 8 ++- weallcode/static/weallcode/js/app.js | 63 +++---------------- weallcode/templates/weallcode/_base.html | 17 +---- weallcode/templates/weallcode/_footer.html | 2 +- weallcode/templates/weallcode/_header.html | 5 +- .../templates/weallcode/associate_board.html | 2 +- weallcode/templates/weallcode/contact.html | 2 +- weallcode/templates/weallcode/home.html | 2 +- weallcode/templates/weallcode/join_us.html | 6 +- 10 files changed, 29 insertions(+), 80 deletions(-) diff --git a/accounts/templates/account/login.html b/accounts/templates/account/login.html index 664aeaa2..e5da5948 100644 --- a/accounts/templates/account/login.html +++ b/accounts/templates/account/login.html @@ -12,7 +12,7 @@