From e8cf3b7b4ba21b30056a37b4c445a36124d32cdb Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:56:02 -0800 Subject: [PATCH] adds POAP section to readme Also adds poap-logo.svg to assets --- README.md | 25 +++++++++++++++++++++++-- src/assets/poap-logo.svg | 1 + 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 src/assets/poap-logo.svg diff --git a/README.md b/README.md index ee22121b0be..6e4034222e3 100644 --- a/README.md +++ b/README.md @@ -385,9 +385,30 @@ export const query = graphql` // These query results get passed as an object `props.data` to your component ``` -If you made it this far, stop in and say hi! +
-[![Discord](https://img.shields.io/discord/714888181740339261?color=1C1CE1&label=ethereum.org%20%7C%20Discord%20%F0%9F%91%8B%20&style=flat-square)](https://discord.gg/CetY6Y4) +![POAP Logo](src/assets/poap-logo.svg) + +## Claim your POAP! + +### What is POAP? + +> The Proof of Attendance Protocol is a dapp that distributes badges in the form of ERC-721 tokens to prove you participated in an event. More info on the dapp and the multiclient token can be found [here](https://www.poap.xyz/). + +### ethereum.org 2020 Contributor POAP + +- If you commited any changes in 2020 that were merged to our repo, you have a POAP waiting! +- This includes our dedicated supporters on Crowdin who contributed to our translation efforts + + [![Discord](https://img.shields.io/discord/714888181740339261?color=1C1CE1&label=Claim%20Your%20POAP!%20%7C%20Discord%20%F0%9F%91%8B%20&style=flat)](https://discord.gg/CetY6Y4) + +- 👆 To claim your Contributor POAP, join our Discord server and paste a link to your contribution in the #POAP channel + +- A member of our team will verify the request and DM you with a peronalized link to claim your own freshly minted POAP collectible! + +### Coming soon: 2021 POAPs + +- Stay tuned for details!
diff --git a/src/assets/poap-logo.svg b/src/assets/poap-logo.svg new file mode 100644 index 00000000000..be940a85dfe --- /dev/null +++ b/src/assets/poap-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file