diff --git a/backend/grant/templates/emails/proposal_approved_discussion.html b/backend/grant/templates/emails/proposal_approved_discussion.html index da4a2ad7..99823cdd 100644 --- a/backend/grant/templates/emails/proposal_approved_discussion.html +++ b/backend/grant/templates/emails/proposal_approved_discussion.html @@ -1,5 +1,5 @@

- Your proposal has been approved for public discussion and community feedback on ZF Grants. The Zcash Foundation reviews open grant applications on an ongoing basis, and may request additional revisions based on open feedback before making a final funding determination. + Your proposal has been approved for public discussion and community feedback on ZF Grants. The Zcash Foundation reviews open grant applications on an ongoing basis, and may request additional revisions based on open feedback before making a final funding determination. Please post your proposal to the Zcash Forums for community feedback!

{% if args.admin_note %} diff --git a/backend/grant/templates/emails/proposal_approved_discussion.txt b/backend/grant/templates/emails/proposal_approved_discussion.txt index 3770ace5..06d2ae6c 100644 --- a/backend/grant/templates/emails/proposal_approved_discussion.txt +++ b/backend/grant/templates/emails/proposal_approved_discussion.txt @@ -1,4 +1,4 @@ -Your proposal has been approved for public discussion and community feedback on ZF Grants. The Zcash Foundation reviews open grant applications on an ongoing basis, and may request additional revisions based on open feedback before making a final funding determination. +Your proposal has been approved for public discussion and community feedback on ZF Grants. The Zcash Foundation reviews open grant applications on an ongoing basis, and may request additional revisions based on open feedback before making a final funding determination. Please post your proposal to the Zcash Forums (https://forum.zcashcommunity.com/c/Grants/Applications) for community feedback! {% if args.admin_note %} diff --git a/frontend/client/components/Footer/index.tsx b/frontend/client/components/Footer/index.tsx index 3d16abc6..f2f0d585 100644 --- a/frontend/client/components/Footer/index.tsx +++ b/frontend/client/components/Footer/index.tsx @@ -31,7 +31,14 @@ const Footer: React.SFC = ({ t }) => ( className="Footer-main-links-link" target="_blank" > - About + About Zcash Foundation + + + About Zcash Open Major Grants (ZOMG) Contact @@ -51,6 +58,14 @@ const Footer: React.SFC = ({ t }) => ( Zcash Foundation + + @zcashomg + { render() { const {isTransparent, ccrDrafts, proposalDrafts, hasCheckedUser} = this.props; const {isDrawerOpen} = this.state; + const showBanner = false; return (
- The Zcash Foundation is not currently accepting any new grants; we are awaiting the - formation of the Major Grant Review Committee to help guide our future grant strategy. - For - more information, please email contact@zfnd.org

}/> + {showBanner && + The Zcash Foundation is not currently accepting any new grants; we are + awaiting the formation of the Major Grant Review Committee to help guide our future + grant strategy. For more information, please email + contact@zfnd.org

}/> + }
{ {Array.isArray(proposalDrafts) && proposalDrafts.length > 0 ? ( ) : ( - null // + )}
diff --git a/frontend/client/components/Home/Guide.tsx b/frontend/client/components/Home/Guide.tsx index b22d3425..b499bb44 100644 --- a/frontend/client/components/Home/Guide.tsx +++ b/frontend/client/components/Home/Guide.tsx @@ -9,19 +9,19 @@ import './Guide.less'; const HomeGuide: React.SFC = ({ t }) => { const items = [ { - text: t('home.guide.submit'), + text:

Individuals and teams submit proposals against requests from the community or the Zcash Foundation or Zcash Open Major Grants (ZOMG), or submit one of their own ideas

, icon: , }, { - text: t('home.guide.review'), + text:

The proposal is reviewed by the Zcash Foundation or Zcash Open Major Grants (ZOMG), after which the proposal may be accepted with or without funding. In cases where the proposal is accepted without funding, the community may donate directly when the team has set a tip address.

, icon: , }, { - text: t('home.guide.community'), + text:

The proposal is then opened up to the community to discuss, provide feedback, and optionally donate to the team

, icon: , }, { - text: t('home.guide.complete'), + text:

The proposal creator(s) post updates with their progress, and if having received a bounty, are paid out as they reach project milestones

, icon: , }, ]; diff --git a/frontend/client/components/Home/Intro.tsx b/frontend/client/components/Home/Intro.tsx index 4aa48186..a8fc0f8b 100644 --- a/frontend/client/components/Home/Intro.tsx +++ b/frontend/client/components/Home/Intro.tsx @@ -16,7 +16,7 @@ const HomeIntro: React.SFC = ({ t, authUser }) => (

{t('home.intro.title')}

-

{t('home.intro.subtitle')}

+

Development, research, and community growth. Help us build a better Zcash by creating a proposal or requesting an improvement to Zcash Foundation or Zcash Open Major Grants (ZOMG)

{authUser ? ( diff --git a/frontend/client/components/Home/index.tsx b/frontend/client/components/Home/index.tsx index b1119080..416f49ac 100644 --- a/frontend/client/components/Home/index.tsx +++ b/frontend/client/components/Home/index.tsx @@ -11,12 +11,13 @@ import './style.less'; class Home extends React.Component { render() { const { t } = this.props; + const showRequests = false; return (
- + { showRequests && }
diff --git a/frontend/client/static/markdown/CONTACT.md b/frontend/client/static/markdown/CONTACT.md index 9c989044..449a1576 100644 --- a/frontend/client/static/markdown/CONTACT.md +++ b/frontend/client/static/markdown/CONTACT.md @@ -2,7 +2,7 @@ Reach out to [contact@zfnd.org](mailto:contact@zfnd.org) for user support and general inquiries. -The Zcash Foundation can provide feedback on grant ideas, but we encourage you to start with conversations on the [Zcash Community Forum](https://forum.zcashcommunity.com/c/community-collaboration) or the [Zcash Community Chat](https://chat.zcashcommunity.com/channel/the-zcash-foundation). +The Zcash Foundation can provide feedback on grant ideas, but we encourage you to start with conversations on the [Zcash Community Forum](https://forum.zcashcommunity.com/c/community-collaboration) or the [Zcash Community Chat](https://chat.zcashcommunity.com/channel/the-zcash-foundation). Have a question about Zcash Open Major Grants (ZOMG)? [Post it to the forums](https://forum.zcashcommunity.com/c/Grants/33). **Security or privacy issues should be sent to contact@zfnd.org _and_ contact@grant.io to alert the development team immediately.** If you discover a software bug or vulnerability on ZF Grants, please follow the [Responsible Disclosure Policy](https://github.com/ZcashFoundation/zcash-grant-system/blob/develop/DISCLOSURE.md).