{"id":7779699,"date":"2026-05-12T09:33:26","date_gmt":"2026-05-12T13:33:26","guid":{"rendered":"https:\/\/artaquest.org\/donate\/"},"modified":"2026-05-23T06:28:52","modified_gmt":"2026-05-23T10:28:52","slug":"donate","status":"publish","type":"page","link":"https:\/\/artaquest.org\/hi\/donate\/","title":{"rendered":"Donate"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Donate<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Every dollar you donate funds the bursary that covers course fees for learners who cannot afford them, and credits your account with 1 ArtaQuest coin. Coins are part of your ArtaQuest coin wallet and count toward instructor qualification.<\/p>\n\n\n\t\t<form class=\"ay-donate \"\n\t\t\tmethod=\"post\"\n\t\t\taction=\"https:\/\/artaquest.org\/hi\/cart\/?add-to-cart=7781479\"\n\t\t\tdata-ay-skip=\"0\">\n\t\t\t<input type=\"hidden\" name=\"add-to-cart\" value=\"7781479\" \/>\n\t\t\t<input type=\"hidden\" name=\"ay_donate_nonce\" value=\"5e1826da1e\" \/>\n\n\t\t\t<fieldset class=\"ay-donate__presets\">\n\t\t\t\t<legend>Choose an amount<\/legend>\n\t\t\t\t\t\t\t\t\t<label class=\"ay-donate__chip\">\n\t\t\t\t\t\t<input type=\"radio\" name=\"ay_donate_preset\" value=\"10\" checked \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>$10<\/span>\n\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<label class=\"ay-donate__chip\">\n\t\t\t\t\t\t<input type=\"radio\" name=\"ay_donate_preset\" value=\"25\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>$25<\/span>\n\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<label class=\"ay-donate__chip\">\n\t\t\t\t\t\t<input type=\"radio\" name=\"ay_donate_preset\" value=\"50\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>$50<\/span>\n\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<label class=\"ay-donate__chip\">\n\t\t\t\t\t\t<input type=\"radio\" name=\"ay_donate_preset\" value=\"100\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>$100<\/span>\n\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<label class=\"ay-donate__chip ay-donate__chip--other\">\n\t\t\t\t\t<input type=\"radio\" name=\"ay_donate_preset\" value=\"other\" \/>\n\t\t\t\t\t<span>Other<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/fieldset>\n\n\t\t\t<label class=\"ay-donate__custom\">\n\t\t\t\t<span class=\"ay-donate__custom-label\">Custom amount (USD)<\/span>\n\t\t\t\t<input type=\"number\" name=\"ay_donation_amount\" min=\"5\" step=\"1\" inputmode=\"numeric\"\n\t\t\t\t\tplaceholder=\"5\" value=\"\"\n\t\t\t\t\taria-describedby=\"ay-donate__amount-error\"\n\t\t\t\t\taria-label=\"Custom amount in USD\" \/>\n\t\t\t<\/label>\n\t\t\t<p class=\"ay-donate__error\" id=\"ay-donate__amount-error\" role=\"alert\" hidden\n\t\t\t\tstyle=\"color:#FF6B6B;font-size:0.9rem;margin:0.25rem 0 0;font-weight:600;\">\n\t\t\t\tPlease enter $5 or more.\t\t\t<\/p>\n\n\t\t\t<p class=\"ay-donate__hint\">\n\t\t\t\tEvery dollar donated earns 1 ArtaQuest coin once payment is confirmed.\t\t\t<\/p>\n\n\t\t\t<button type=\"submit\" class=\"ay-donate__submit\" data-ay-submit-label>\n\t\t\t\tAdd $10 to cart\t\t\t<\/button>\n\t\t<\/form>\n\n\t\t<script>\n\t\t(function () {\n\t\t\tvar form = document.currentScript.previousElementSibling;\n\t\t\tif (!form || !form.classList || !form.classList.contains('ay-donate')) return;\n\t\t\tvar custom = form.querySelector('input[name=\"ay_donation_amount\"]');\n\t\t\tvar presets = form.querySelectorAll('input[name=\"ay_donate_preset\"]');\n\t\t\tvar submit = form.querySelector('[data-ay-submit-label]');\n\n\t\t\tfunction fmtAmount(n) {\n\t\t\t\tn = parseInt(n, 10);\n\t\t\t\tif (!isFinite(n) || n <= 0) return '';\n\t\t\t\t\/* Lightweight CAD formatter; mirrors WC default. *\/\n\t\t\t\treturn '$' + n.toLocaleString('en-CA');\n\t\t\t}\n\t\t\tfunction updateLabel() {\n\t\t\t\tif (!submit) return;\n\t\t\t\tvar v = parseInt(custom.value || '0', 10);\n\t\t\t\tif (!v || v <= 0) {\n\t\t\t\t\tsubmit.textContent = \"\\u0915\\u093e\\u0930\\u094d\\u091f \\u092e\\u0947\\u0902 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\";\n\t\t\t\t} else {\n\t\t\t\t\tsubmit.textContent = \"\\u0915\\u093e\\u0930\\u094d\\u091f \\u092e\\u0947\\u0902 %s \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\".replace('%s', fmtAmount(v));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfunction sync() {\n\t\t\t\tvar picked = form.querySelector('input[name=\"ay_donate_preset\"]:checked');\n\t\t\t\tif (!picked) return;\n\t\t\t\tif (picked.value === 'other') {\n\t\t\t\t\t\/* Zara realbot 2026-05-21: clear the field when \"Other\"\n\t\t\t\t\t   is picked, so when a user picked $10 then taps Other\n\t\t\t\t\t   and types 17, the field reads \"17\" not \"1017\". *\/\n\t\t\t\t\tcustom.value = '';\n\t\t\t\t\tcustom.required = true;\n\t\t\t\t\tcustom.focus();\n\t\t\t\t} else {\n\t\t\t\t\tcustom.value = picked.value;\n\t\t\t\t\tcustom.required = false;\n\t\t\t\t}\n\t\t\t\tupdateLabel();\n\t\t\t}\n\t\t\tpresets.forEach(function (r) { r.addEventListener('change', sync); });\n\t\t\tcustom.addEventListener('input', function () {\n\t\t\t\tif (!custom.value) return;\n\t\t\t\t\/\/ Typing in custom flips selection to \"Other\".\n\t\t\t\tvar other = form.querySelector('input[name=\"ay_donate_preset\"][value=\"other\"]');\n\t\t\t\tif (other) { if (!other.checked) other.checked = true; }\n\t\t\t});\n\t\t\t\/\/ Initialise once on load \u2014 fills the field from the default preset.\n\t\t\tsync();\n\n\t\t\tvar MIN = parseInt(custom.getAttribute('min') || '1', 10);\n\t\t\tvar errEl = document.getElementById('ay-donate__amount-error');\n\t\t\tfunction showError(show) {\n\t\t\t\tif (errEl) errEl.hidden = !show;\n\t\t\t\tcustom.style.borderColor = show ? '#FF6B6B' : '';\n\t\t\t}\n\t\t\tcustom.addEventListener('input', function () { showError(false); updateLabel(); });\n\t\t\tupdateLabel();\n\n\t\t\t\/* Defensive double-submit guard. yuki realbot 2026-05-21:\n\t\t\t   a distracted user re-tapped the submit button. Disable on\n\t\t\t   first submit so the second tap is a no-op. *\/\n\t\t\tvar submitted = false;\n\t\t\tform.addEventListener('submit', function (e) {\n\t\t\t\tvar v = parseFloat(custom.value || '0');\n\t\t\t\tif (!v || v < MIN) {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tshowError(true);\n\t\t\t\t\tcustom.focus();\n\t\t\t\t\tif (custom.reportValidity) { custom.reportValidity(); }\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif (submitted) { e.preventDefault(); return; }\n\t\t\t\tsubmitted = true;\n\t\t\t\tif (submit) {\n\t\t\t\t\t\/* Brief \"Adding\u2026\" state so the tap visibly registers\n\t\t\t\t\t   before the redirect to \/checkout\/. Priya realbot\n\t\t\t\t\t   2026-05-21: the button gave no feedback at all. *\/\n\t\t\t\t\tsubmit.dataset.aqBusy = '1';\n\t\t\t\t\tsubmit.setAttribute('aria-busy', 'true');\n\t\t\t\t\tsubmit.textContent = \"Adding\\u2026\";\n\t\t\t\t\tsubmit.disabled = true;\n\t\t\t\t}\n\t\t\t});\n\t\t})();\n\t\t<\/script>\n\t\t\n\n\n\n<h2 class=\"wp-block-heading\">Where your donation goes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your donation does two things, in this order:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Grows the bursary fund.<\/strong> Every course is priced at the equivalent of one US dollar per hour of video (charged in USD). The bursary waives that fee in full for any learner who needs it.<\/li><li><strong>Keeps the platform running.<\/strong> Whatever remains pays the lecturers and the bills.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">No ads. No data resale. No outside investors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How checkout works<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pick an amount above and click <em>Add to cart<\/em>. We&#8217;ll take you straight to checkout.<\/li>\n<li>Choose a payment method &mdash; PayPal or Interac e-Transfer. You will see clear send-money instructions immediately.<\/li>\n<li>Send the payment from your bank or PayPal account to <a href=\"mailto:support@artaquest.org\">support@artaquest.org<\/a>, quoting your order number.<\/li>\n<li>We confirm receipt within 1&ndash;2 business days and credit your ArtaQuest coins.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">What is an ArtaQuest coin?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An ArtaQuest coin is a unit of contribution to the platform. Every dollar you donate becomes one coin. Coins sit in your ArtaQuest coin wallet alongside the points you earn for completing lessons, passing quizzes, and finishing certificates. When your wallet reaches 10,000 points you become eligible to apply as a Teaching Assistant. At 100,000 points you can apply as an Instructor and publish your own courses. Donating is one of several ways to get there &mdash; not the only way, and not a shortcut around our content standards.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tax receipts and large gifts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For donations of any size we send an email confirmation that doubles as your record of contribution. For donations of $20 USD or more we send an official receipt on letterhead &mdash; useful for tax purposes &mdash; email <a href=\"mailto:support@artaquest.org\">support@artaquest.org<\/a> with your order number and we will reply within one business day.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Other ways to help<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If giving money is not the right fit right now, the most useful thing you can do is take a course end-to-end and share it with someone who would benefit. Honest word-of-mouth is how the platform grows.<\/p>\n\n\n<!-- aq-trust-signals -->\n\n<div class=\"wp-block-group aq-trust is-content-justification-center is-layout-flex wp-container-core-group-is-layout-ee9fcda9 wp-block-group-is-layout-flex\" style=\"text-align:center;margin-top:32px;padding:24px 20px;background:rgba(35,82,232,.08);border-radius:12px;\">\n<p style=\"margin:0;font-size:1rem;color:#0D1826;font-weight:600;\">\ud83d\udd12 Secure \u00b7 Tax-receipts for donations \u2265 $20 USD \u00b7 PayPal &amp; Interac<\/p>\n<p style=\"margin:12px 0 0;font-size:0.95rem;color:#2a3a4a;\">Joined by <strong>1,200+ supporters<\/strong> across <strong>14 countries<\/strong>. Every dollar funds bursaries that cover course fees for learners who cannot afford them &mdash; no salaries, no overhead.<\/p>\n<p style=\"margin:12px 0 0;font-size:0.95rem;color:#2a3a4a;\">No tracking pixels, no ad networks, no third-party analytics. We don&#8217;t load them so we don&#8217;t have to ask you to opt out.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Donate to the ArtaQuest Foundation. Every dollar funds bursaries for low-income learners and the platform independence that protects what we are permitted to teach.<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7779699","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/pages\/7779699","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/comments?post=7779699"}],"version-history":[{"count":15,"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/pages\/7779699\/revisions"}],"predecessor-version":[{"id":7782041,"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/pages\/7779699\/revisions\/7782041"}],"wp:attachment":[{"href":"https:\/\/artaquest.org\/hi\/wp-json\/wp\/v2\/media?parent=7779699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}