Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add donation button and copy to confirmation page #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion config/site_metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="mailto:certification@oshwa.org">certification@oshwa.org</a>.'
'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 '
+ '<a href="mailto:certification@oshwa.org">certification@oshwa.org</a>. '
+ '\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 '
+ '<a href="https://www.oshwa.org/donate/" target="_blank">donating</a> '
+ 'to help us build a more robust certification program and open '
+ 'hardware community. Any amount is greatly appreciated.'
}
};
3 changes: 3 additions & 0 deletions views/confirmation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
</div>
</div>
<div class="row confirmation--button">
<div class="column large-12">
<a class="button button--purple" href="https://www.oshwa.org/donate/" target="_blank">Donate</a>
</div>
<div class="column large-12">
<a class="button button--purple" href="/apply">Submit another project</a>
</div>
Expand Down