diff --git a/_posts/2020-01-10-welcome.md b/_posts/2020-01-10-welcome.md index c46b5a54..04a9745a 100644 --- a/_posts/2020-01-10-welcome.md +++ b/_posts/2020-01-10-welcome.md @@ -11,7 +11,7 @@ toc: false last_modified_at: 2020-11-21 --- -Welcome! +## Welcome! I discovered decentralized identity as a freelance content creator, when I was hired to write a few in-depth articles about Hyperledger Indy. Inspired by @peacekeeper's [blockchain-identity](https://github.com/peacekeeper/blockchain-identity/) list on GitHub, I began working on my own **curated list of resources related to decentralized identity**. @@ -24,8 +24,35 @@ A few others have become friends to this effort, even if they haven't technicall * [Early Internet History](https://bitcoinfo.xyz/history/early-internet/) * [Peer to Peer rEvolution and Histories](https://bitcoinfo.xyz/peer-to-peer/) -## Feel free to reach out. +## Reach out -The landscape is moving quickly, and so I'm just filling out and discovering a map of the territory, as able. The idea has always been for this to be a collaborative effort. If you'd like to participate, feel free to reach out on twitter (@DecentralizeID or @infominer33), by email (identity.decentralized [at] gmail.com), or send a carrier pigeon according to the customary protocols. +The landscape is moving quickly, and so I'm just filling out and discovering a map of the territory, as able. The idea has always been for this to be a collaborative effort. --infominer \ No newline at end of file +## Contributing + +If you'd like to participate, feel free to reach out on twitter (@DecentralizeID or @infominer33), by email (identity.decentralized [at] gmail.com), or send a carrier pigeon according to the customary protocols. + +### Edit this page + +You can always [find us on GitHub](https://github.com/Decentralized-ID/), and contribute directly, but you may find these instructions helpful to get started. + +There is an "[Edit this page](https://github.com/Decentralized-ID/decentralized-id.github.io/blob/master/_posts/2020-01-10-welcome.md)" button at the bottom of each page. This makes it easy for you to get started adding a link here and there, needing only a [GitHub](https://github.com) account. Make a change and [create a pull request](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). + +![](https://i.imgur.com/fxdSpLM.png) + +#### Once you're signed into GitHub and have followed that link +#### Click the pencil icon to begin editing + +![](/images/welcome.webp) + +#### When you're done editing, click propose changes + +![](https://i.imgur.com/FJLqBRU.png + +#### Submit your Pull Request! + +![](/images/pull-request.webp) + +## Thanks for Visiting + +-[infominer](https://infominer.xyz) \ No newline at end of file diff --git a/images/pull-request.webp b/images/pull-request.webp new file mode 100644 index 00000000..f1631518 Binary files /dev/null and b/images/pull-request.webp differ diff --git a/images/welcome.webp b/images/welcome.webp new file mode 100644 index 00000000..066d774a Binary files /dev/null and b/images/welcome.webp differ