From 829a7737077846ddfdd29f96c78806f8a5dfa5ff Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Fri, 5 Apr 2024 10:23:48 -0400 Subject: [PATCH] Add donation button and copy to confirmation page --- config/site_metadata.js | 16 +++++++++++++++- views/confirmation.hbs | 3 +++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/config/site_metadata.js b/config/site_metadata.js index 25e063a..4b86cfc 100644 --- a/config/site_metadata.js +++ b/config/site_metadata.js @@ -10,6 +10,20 @@ module.exports = { confirmation: { title: 'Success!', mainCopy: - 'Your application us now under review by the OSHWA team. In most cases this review is completed in less than two weeks. Once it is complete you will be notified at the email address you provided in your application. If the team has questions they will reach out to you directly at the same email address.\nIn the meantime, if you have any questions or concerns, please do not hesitate to contact us at certification@oshwa.org.' + 'Your application us now under review by the OSHWA team. ' + + 'In most cases this review is completed in less than two weeks. ' + + 'Once it is complete you will be notified at the email address you ' + + 'provided in your application. If the team has questions they will ' + + 'reach out to you directly at the same email address. ' + + 'In the meantime, if you have any questions or concerns, please do ' + + 'not hesitate to contact us at ' + + 'certification@oshwa.org. ' + + '\n\n' + + 'The Open Hardware Certification program is free, but as a ' + + 'non-profit, we rely on donations from individuals like you to keep ' + + 'it running. If you found certification helpful, please consider ' + + 'donating ' + + 'to help us build a more robust certification program and open ' + + 'hardware community. Any amount is greatly appreciated.' } }; diff --git a/views/confirmation.hbs b/views/confirmation.hbs index d202588..7dfc4ad 100644 --- a/views/confirmation.hbs +++ b/views/confirmation.hbs @@ -16,6 +16,9 @@
+
+ Donate +