Skip to content

Commit d3e854e

Browse files
author
Janaka-Steph
committed
Update readme
1 parent 744efb6 commit d3e854e

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

modules/ROOT/pages/index.adoc

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,20 @@ Throughout this guide, we want to provide you with sufficient explanation to eac
88

99
At the moment, Bitcoin Javascript tutorials are still very scarce, but we believe it doesn't have to be this way. The following guide intends to address this problem.
1010

11-
This guide is maintained on https://github.com/bitcoin-studio/Bitcoin-Programming-with-BitcoinJS[GitHub^] and available at
12-
https://bitcoinjs-guide.bitcoin-studio.com
11+
This guide is maintained on https://github.com/bitcoin-studio/Bitcoin-Programming-with-BitcoinJS[GitHub^] and available as a
12+
https://bitcoinjs-guide.bitcoin-studio.com[web book^]. It is written in awesome AsciiDoc and generated using the kickass https://antora.org/[Antora^] site generator.
13+
14+
{nbsp} +
15+
16+
****
17+
Do you like this content? +
18+
Do you want me to maintain it and update it to the latest BitcoinJS version? +
19+
Then please consider making a donation on https://tippin.me/@janakaSteph[Tippin.me^] +
20+
If you are broke, just send me 1 satoshi to show me some ❤️, it's more important than you may think. +
21+
Have a wonderful journey to Bitcoin mastery!
22+
****
23+
24+
{nbsp} +
1325

1426

1527
== Requirements
@@ -60,7 +72,3 @@ include::../nav.adoc[tag=nav4]
6072
=== Tools
6173

6274
include::../nav.adoc[tag=nav5]
63-
64-
65-
Please consider making a donation on my https://tippin.me/@janakaSteph[Tippin.me^] so that I can continue producing free educational
66-
content. ❤️

ui/src/css/doc.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
background: var(--sidebar-background);
487487
border-radius: 0.75rem;
488488
padding: 0.75rem 1.5rem;
489+
font-style: italic;
489490
}
490491

491492
.doc .sidebarblock > .content > .title {
@@ -494,6 +495,7 @@
494495
line-height: 1.3;
495496
margin-bottom: -0.3em;
496497
text-align: center;
498+
font-style: normal;
497499
}
498500

499501
.doc .sidebarblock > .content > :not(.title):first-child {

ui/src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
--quote-border-color: var(--color-gray-70);
112112
--quote-font-color: var(--color-gray-70);
113113
--quote-attribution-font-color: var(--color-gray-30);
114-
--sidebar-background: var(--color-smoke-90);
114+
--sidebar-background: #bab9de73;
115115
--table-border-color: var(--panel-border-color);
116116
/* footer */
117117
--footer-line-height: var(--doc-line-height);

0 commit comments

Comments
 (0)