From cf593daf09477a0a3752792e3da1875f139008b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Fri, 7 Jun 2024 08:45:56 +0200 Subject: [PATCH] Redo office hours (#2327) --- README.md | 27 ++++++++------------------- docs/help.md | 22 ++++++---------------- docs/office-hours.md | 18 ++++++++++++++++++ sidebars.js | 4 ++++ yarn.lock | 5 ----- 5 files changed, 36 insertions(+), 40 deletions(-) create mode 100644 docs/office-hours.md diff --git a/README.md b/README.md index dba31b86234..acdfb22edc6 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ - [:moneybag: Referral Program](#moneybag-referral-program) - [:bulb: Help](#bulb-help) - [Real-time Conversation](#real-time-conversation) - - [Office Hours](#office-hours) - - [Additional Information](#additional-information) + - [Ecosystem Funding Office Hours](#ecosystem-funding-office-hours) - [:rocket: Alternative Funding Sources](#rocket-alternative-funding-sources) - [Treasury vs Web3 Grants](#treasury-vs-web3-grants) - [Treasury](#treasury) @@ -233,31 +232,21 @@ We also have Matrix/Element channels for real-time discussions on Web3 and Polka - [Polkadot Space](https://matrix.to/#/#polkadot:web3.foundation) - [Kusama Space](https://matrix.to/#/#kusama:web3.foundation) -### Office Hours +### Ecosystem Funding Office Hours -Web3 Foundation Grants Office Hours are a chance to ask the grants team questions regarding a specific (potential) grant application. It offers +Ecosystem Funding Office Hours are a chance to ask the W3F Ecosystem Funding team questions regarding a specific project or (potential) grant application. It offers -- general guidance regarding the grants program, +- general guidance regarding the various grants programs and prizes, - some quick initial feedback and - help how to navigate the ecosystem. Apply for Office Hours if you -- need feedback before submitting an application, -- want to find out what kind of support there might be available or -- need help finding the resources you need. +- want to find out what kind of support there might be available for your needs, +- need feedback before submitting an application or +- look for help finding other resources you might need. -It is **not** a chance to pitch your project, especially since only a small subset of the committee will participate in the call. To apply, please fill out the [Office Hours :alarm_clock: form](https://forms.gle/54xkiqU37WwdN9UR6). Be as specific as possible, so we can help you more quickly. We will get back to you with follow-up questions or a link for booking a timeslot. - -### Additional Information - -
- -| | | | | | -| :-: | :-: | :-: | :-: | :-: | -| [W3F Website](https://web3.foundation) | [W3F Twitter](https://twitter.com/web3foundation) | [W3F Medium](https://medium.com/web3foundation) | [Polkadot Wiki](https://wiki.polkadot.network/en/) | [W3F YouTube](https://www.youtube.com/channel/UClnw_bcNg4CAzF772qEtq4g) | - -
+It is **not** a chance to _pitch_ your project, especially since only the various programs and prizes have different evaluation criteria and decision makers and only a small subset of the Grants team will participate in the call. To apply, please fill out the [Office Hours :alarm_clock: form](https://forms.gle/54xkiqU37WwdN9UR6). Be as specific as possible, so we can help you more quickly. We will get back to you with follow-up questions or a link for booking a timeslot. ## :rocket: Alternative Funding Sources diff --git a/docs/help.md b/docs/help.md index 012e258b4d2..1e0eab22004 100644 --- a/docs/help.md +++ b/docs/help.md @@ -10,28 +10,18 @@ We have a Matrix channel for grant-related questions and activities. Head over t - [W3F Grants Community](https://matrix.to/#/!XpynPDLusWUWfDpaqr:matrix.org?via=web3.foundation&via=matrix.org) +There are also program-specific Matrix channels for the Decentralized Futures Program and the JAM Prize: + +- [JAM Prize](https://matrix.to/#/#jam:polkadot.io) +- [Decentralized Futures](https://matrix.to/#/#df:web3.foundation) + + We also have Matrix/Element channels for real-time discussions on Web3 and Polkadot. Join the conversation! - [Web3 Foundation Chat](https://matrix.to/#/#w3f:matrix.org) - [Polkadot Space](https://matrix.to/#/#polkadot:web3.foundation) - [Kusama Space](https://matrix.to/#/#kusama:web3.foundation) -### Office Hours - -Web3 Foundation Grants Office Hours are a chance to ask the grants team questions regarding a specific (potential) grant application. It offers - -- general guidance regarding the grants program, -- some quick initial feedback and -- help how to navigate the ecosystem. - -Apply for Office Hours if you - -- need feedback before submitting an application, -- want to find out what kind of support there might be available or -- need help finding the resources you need. - -It is **not** a chance to pitch your project, especially since only a small subset of the committee will participate in the call. To apply, please fill out the [Office Hours :alarm_clock: form](https://forms.gle/54xkiqU37WwdN9UR6). Be as specific as possible, so we can help you more quickly. We will get back to you with follow-up questions or a link for booking a timeslot. - ### Additional Information
diff --git a/docs/office-hours.md b/docs/office-hours.md new file mode 100644 index 00000000000..a48902b3a87 --- /dev/null +++ b/docs/office-hours.md @@ -0,0 +1,18 @@ +--- +sidebar_position: 7 +title: ☎️ Office Hours +--- + +**Ecosystem Funding Office Hours** are a chance to ask the W3F Ecosystem Funding team questions regarding a specific project or (potential) grant application. It offers + +- general guidance regarding the various grants programs and prizes, +- some quick initial feedback and +- help how to navigate the ecosystem. + +Apply for Office Hours if you + +- want to find out what kind of support there might be available for your needs, +- need feedback before submitting an application or +- look for help finding other resources you might need. + +It is **not** a chance to _pitch_ your project, especially since only the various programs and prizes have different evaluation criteria and decision makers and only a small subset of the Grants team will participate in the call. To apply, please fill out the [Office Hours :alarm_clock: form](https://forms.gle/54xkiqU37WwdN9UR6). Be as specific as possible, so we can help you more quickly. We will get back to you with follow-up questions or a link for booking a timeslot. diff --git a/sidebars.js b/sidebars.js index 3abb05bbfb2..96492819890 100644 --- a/sidebars.js +++ b/sidebars.js @@ -49,6 +49,10 @@ const sidebars = { type: 'doc', id:'docs/help' }, + { + type: 'doc', + id:'docs/office-hours' + }, { type: 'doc', id:'docs/faq' diff --git a/yarn.lock b/yarn.lock index 4cbd407f0b8..9f1b928e076 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4686,11 +4686,6 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -fsevents@~2.3.2: - version "2.3.3" - resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" - integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== - function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"