From 62a0d6f1c89026cfd4da899deff26247e6396eec Mon Sep 17 00:00:00 2001 From: Claude Muller Date: Tue, 30 Jan 2024 10:34:11 +0100 Subject: [PATCH 1/2] Mention 1ClickNode on start page. --- docs/neo-n3/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/neo-n3/README.md b/docs/neo-n3/README.md index eb9ae0c..70d51a1 100644 --- a/docs/neo-n3/README.md +++ b/docs/neo-n3/README.md @@ -8,6 +8,21 @@ Neow3j is a development toolkit that provides easy and reliable tools to build N platform (Java, Kotlin, Android). It is an open-source project developed by the Neo community and maintained by [AxLabs](https://axlabs.com). + + + + + +
+ + 1ClickNode Logo + + + If you are in need of a testnet or mainnet Neo node for your dApp but don't want to spend hours on setup, check + out 1ClickNode. +
+ ## Features 🚀 * Support for the JSON-RPC API of the Neo node From dcdb1839489c622ba4d9499788cd9b7ea074c417 Mon Sep 17 00:00:00 2001 From: Claude Muller Date: Tue, 30 Jan 2024 10:34:30 +0100 Subject: [PATCH 2/2] Restrict max width of main content. --- docs/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/styles.css b/docs/styles.css index a9cb757..85f8c65 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -19,3 +19,8 @@ .markdown-section h4 { font-size: 1.1rem; } + +main { + max-width: 1600px; + margin: 0 auto; +} \ No newline at end of file