Skip to content

Commit 4dc09be

Browse files
committed
Add Favicon, basic structure
1 parent cc66983 commit 4dc09be

4 files changed

Lines changed: 65 additions & 5 deletions

File tree

src/app/favicon.ico

4.39 KB
Binary file not shown.

src/app/layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default async function RootLayout({ children }) {
3737
banner={banner}
3838
navbar={navbar}
3939
pageMap={await getPageMap()}
40-
docsRepositoryBase="https://github.com/shuding/nextra/tree/main/docs"
40+
docsRepositoryBase="https://github.com/zecdev/zecdev.github.io/tree/main/src/"
4141
footer={footer}
4242
// ... Your additional layout options
4343
>

src/content/docs/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# Docs of ZecDev
1+
# Zcashd Deprecation Dashboard
22

3-
Hello, Docs!
3+
Here you will find a summary of all the tasks that the different Zcash teams
4+
are doing to complete this mancomunated effort.
5+
6+
_Last updated: March 14th 2025_

src/content/index.mdx

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
2+
13
# Welcome to ZecDev
2-
3-
Hello, Zcash!
4+
5+
![ZecDev Logo](https://github.com/user-attachments/assets/b0dedb72-1ad8-41c4-bf4e-7d37cbad626b)
6+
7+
8+
Here you will find projects, resources and tools created and maintained
9+
in the context of the (Zcash) Developer Relations Engineer grant.
10+
11+
A foreword from its maintainer (@pacu)
12+
> 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.
13+
>
14+
>
15+
> 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.
16+
>
17+
>
18+
> 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!
19+
>
20+
>
21+
> 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
22+
23+
24+
### Contributing
25+
ZecDev is built in public. Browse the different repost within ZecDev,
26+
look for the guidelines and start contributing to the Zcash ecosystem.
27+
28+
### Useful Resources.
29+
30+
If you want resources about Zcash you can visit the official website: [z.cash](https://z.cash), but I
31+
strongly recommend that you don't miss [ZECHUB](https://zechub.wiki), the first Zcash DAO ever, dedicated to
32+
curate and produce the best Zcash educational, technical and non-technical resources about Zcash.
33+
34+
### License
35+
Unless indicated otherwise, everything we do here is licensed with the MIT LICENCSE
36+
37+
MIT License
38+
39+
Copyright (c) [2024] [ZecDev.org]
40+
41+
Permission is hereby granted, free of charge, to any person obtaining a copy
42+
of this software and associated documentation files (the "Software"), to deal
43+
in the Software without restriction, including without limitation the rights
44+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45+
copies of the Software, and to permit persons to whom the Software is
46+
furnished to do so, subject to the following conditions:
47+
48+
The above copyright notice and this permission notice shall be included in all
49+
copies or substantial portions of the Software.
50+
51+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
57+
SOFTWARE.
58+
59+
60+
Logo designed by @mine from Zcash Brazil

0 commit comments

Comments
 (0)