+ Projects, dashboards and documentation created and maintained in the context of the
+ Zcash Developer Relations Engineer grant. Open, transparent, and community-owned.
+
+
+
+ Explore the docs
+
+
+
+ Zcashd deprecation status
+
+
+
+
+
+
+
+
Start here
+ {'// zecdev.org'}
+
+
+
+
+
+
+
Zcash Z3
+
The Z3 stack: what it is, the zcashd end-of-life, contributing and weekly updates.
+
+
+
+
+
+
+
Deprecation Dashboard
+
Track the projects and milestones retiring zcashd across the ecosystem.
+
+
+
+
+
+
+
Community Billboard
+
The Zcasher's wishlist, block explorer directory and calls-to-action.
+ “ZecDev is inspired by ZecSec. These tools and resources belong to our beloved
+ ecosystem — like moving small plants to a bigger flowerpot so they can flourish
+ and grow stronger. You are all welcome to contribute. Let’s keep building the
+ Zcash we want to see in the world.”
+
+
Logo designed by @mine from Zcash Brazil · Licensed MIT
+
+
+
+ )
+}
diff --git a/src/content/_meta.js b/src/content/_meta.js
index b8113af..4e2ae84 100644
--- a/src/content/_meta.js
+++ b/src/content/_meta.js
@@ -1,5 +1,6 @@
export default {
index: '',
+ welcome: '',
'zcash-z3': '',
'community': '',
}
\ No newline at end of file
diff --git a/src/content/index.mdx b/src/content/index.mdx
index 44c9d03..390210e 100644
--- a/src/content/index.mdx
+++ b/src/content/index.mdx
@@ -1,60 +1,16 @@
-
-
-# Welcome to ZecDev
-
-
-
-
-Here you will find projects, resources and tools created and maintained
-in the context of the (Zcash) Developer Relations Engineer grant.
-
-A foreword from its maintainer (@pacu)
-> I’m an admirer of @defuse's work. As a Zcash community member, I honestly believe Taylor has been the greatest ZCG grantee of all times. His work combined dedication, humbleness, methodology, commitment, openness, transparency and professionalism. “ZecSec” is not only a legacy other teams like Least Authority are building on, but also a beacon we all should be inspired by.
->
->
-> ZecDev is inspired on [ZecSec](https://zecsec.com/). I always felt that the project I have the privilege to work in needed a better place than my own github profile. I may have developed those tools, but I did so because of, thanks to and for the Zcash community. These tools and resources belong to our beloved ecosystem and I feel that them being under `github/pacu` does not give Zcashers enough credit.
->
->
-> Github Organizations allow broader contributions. This will let these tools to have a better place to grow. This is like moving small plants to a bigger flowerpot so they can flourish and grow bigger and stronger!
->
->
-> You are all welcome to contribute to the projects hosted under ZecDev! let's keep building the Zcash we want to see in the world
-
-
-### Contributing
-ZecDev is built in public. Browse the different repost within ZecDev,
-look for the guidelines and start contributing to the Zcash ecosystem.
-
-### Useful Resources.
-
-If you want resources about Zcash you can visit the official website: [z.cash](https://z.cash), but I
-strongly recommend that you don't miss [ZECHUB](https://zechub.wiki), the first Zcash DAO ever, dedicated to
-curate and produce the best Zcash educational, technical and non-technical resources about Zcash.
-
-### License
-Unless indicated otherwise, everything we do here is licensed with the MIT LICENCSE
-
-MIT License
-
-Copyright (c) [2024] [ZecDev.org]
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-
-Logo designed by @mine from Zcash Brazil
+---
+title: ZecDev — Tools & resources for the Zcash ecosystem
+display: hidden
+theme:
+ layout: full
+ sidebar: false
+ toc: false
+ breadcrumb: false
+ pagination: false
+ timestamp: false
+ copyPage: false
+---
+
+import { HomeLanding } from '../components/HomeLanding'
+
+
diff --git a/src/content/welcome.mdx b/src/content/welcome.mdx
new file mode 100644
index 0000000..44c9d03
--- /dev/null
+++ b/src/content/welcome.mdx
@@ -0,0 +1,60 @@
+
+
+# Welcome to ZecDev
+
+
+
+
+Here you will find projects, resources and tools created and maintained
+in the context of the (Zcash) Developer Relations Engineer grant.
+
+A foreword from its maintainer (@pacu)
+> I’m an admirer of @defuse's work. As a Zcash community member, I honestly believe Taylor has been the greatest ZCG grantee of all times. His work combined dedication, humbleness, methodology, commitment, openness, transparency and professionalism. “ZecSec” is not only a legacy other teams like Least Authority are building on, but also a beacon we all should be inspired by.
+>
+>
+> ZecDev is inspired on [ZecSec](https://zecsec.com/). I always felt that the project I have the privilege to work in needed a better place than my own github profile. I may have developed those tools, but I did so because of, thanks to and for the Zcash community. These tools and resources belong to our beloved ecosystem and I feel that them being under `github/pacu` does not give Zcashers enough credit.
+>
+>
+> Github Organizations allow broader contributions. This will let these tools to have a better place to grow. This is like moving small plants to a bigger flowerpot so they can flourish and grow bigger and stronger!
+>
+>
+> You are all welcome to contribute to the projects hosted under ZecDev! let's keep building the Zcash we want to see in the world
+
+
+### Contributing
+ZecDev is built in public. Browse the different repost within ZecDev,
+look for the guidelines and start contributing to the Zcash ecosystem.
+
+### Useful Resources.
+
+If you want resources about Zcash you can visit the official website: [z.cash](https://z.cash), but I
+strongly recommend that you don't miss [ZECHUB](https://zechub.wiki), the first Zcash DAO ever, dedicated to
+curate and produce the best Zcash educational, technical and non-technical resources about Zcash.
+
+### License
+Unless indicated otherwise, everything we do here is licensed with the MIT LICENCSE
+
+MIT License
+
+Copyright (c) [2024] [ZecDev.org]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+Logo designed by @mine from Zcash Brazil