diff --git a/README.md b/README.md index 0b1ebb690..99f7e6671 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The Bitcoin Research Kit is a high-performance toolchain designed to parse, index, compute, serve and visualize data from a Bitcoin Core node, enabling users to gain deeper insights into the Bitcoin network. -In other words it's an alternative to [Glassnode](https://glassnode.com), [mempool.space](https://mempool.space/) and [esplora](https://github.com/Blockstream/electrs)/[electrs](https://github.com/romanz/esplora) all in one package with a particular focus on simplicity and the self-hosting experience. +In other words it's an alternative to [Glassnode](https://glassnode.com), [mempool.space](https://mempool.space/) and [electrs](https://github.com/romanz/electrs) all in one package with a particular focus on simplicity and the self-hosting experience. The toolkit can be used in various ways to accommodate as many needs as possible: @@ -85,6 +85,7 @@ If you'd like to have your own instance hosted for you please contact [hosting@b - Direct communication for feature requests and support - Updates delivered at your convenience - Optional subdomains: `*.bitcoinresearchkit.org`, `*.kibo.money` and `*.satonomics.xyz` +- Logo featured in the Readme if desired Pricing: `0.01 BTC / month` *or* `0.1 BTC / year` diff --git a/websites/kibo.money/assets/fonts/geist_mono/1.4.01/GeistMono[wght].woff2 b/websites/kibo.money/assets/fonts/geist_mono/1.4.01/GeistMono[wght].woff2 new file mode 100644 index 000000000..a36fa26bf Binary files /dev/null and b/websites/kibo.money/assets/fonts/geist_mono/1.4.01/GeistMono[wght].woff2 differ diff --git a/websites/kibo.money/index.html b/websites/kibo.money/index.html index a458b1c98..63cf67801 100644 --- a/websites/kibo.money/index.html +++ b/websites/kibo.money/index.html @@ -2,7 +2,7 @@ - kibo + kibo.money fieldset { width: 100%; display: flex; - box-shadow: 0 0 1rem 0.5rem var(--background-color); gap: 1rem; > label { @@ -787,7 +786,7 @@ a, button, summary { - padding: 0.375rem 0; + padding: 0.25rem 0; } ul { @@ -796,7 +795,7 @@ overflow: hidden; li { - text-transform: capitalize; + text-transform: lowercase; display: block; position: relative; @@ -887,7 +886,7 @@ transparent, var(--background-color) ); - height: calc(var(--main-padding) * 10); + height: 24rem; bottom: 0; left: 0; right: 0; diff --git a/websites/kibo.money/packages/lightweight-charts/wrapper.js b/websites/kibo.money/packages/lightweight-charts/wrapper.js index 1bc922cb2..8879a619a 100644 --- a/websites/kibo.money/packages/lightweight-charts/wrapper.js +++ b/websites/kibo.money/packages/lightweight-charts/wrapper.js @@ -26,7 +26,7 @@ export default import("./v5.0.5/script.js").then((lc) => { const options = { autoSize: true, layout: { - fontFamily: "Satoshi", + fontFamily: "Geist mono", fontSize: 14, background: { color: "transparent" }, attributionLogo: false,