Skip to content

Commit 52c8fc1

Browse files
committed
Fix typos, implement feedback + update chat intro
1 parent 9386b60 commit 52c8fc1

File tree

6 files changed

+43
-9
lines changed

6 files changed

+43
-9
lines changed

advanced.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ share-img: https://bitcoiner.guide/assets/img/share.png
2020
</a>
2121
</p>
2222

23+
[Your first Desktop Coinjoin](https://www.youtube.com/watch?v=6TcUY2yU41w) - Coinjoin your Bitcoin using Whirlpool in Sparrow Wallet. Video by BTCSessions.
24+
25+
<p align="center">
26+
<iframe width="100%" height="415" src="https://www.youtube.com/embed/6TcUY2yU41w" class=responsive title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
27+
</p>
28+
2329
## Run your own Node
2430

2531
[Node Guide](/node) - Running a Bitcoin node is one of the most sovereign tasks a Bitcoiner can complete. Weigh up your options here.

beginner.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ share-img: https://bitcoiner.guide/assets/img/share.png
4242

4343
## Listen to this podcast
4444

45-
[Citadel Dispatch Ep.2](https://www.podpage.com/citadeldispatch/citadel-dispatch-e43-bitcoin-for-beginners-with-bitcoinq_a/) - Here I spend over 2 hours walking through practical tips for Bitcoin beginners.
45+
[Citadel Dispatch Ep.43](https://www.podpage.com/citadeldispatch/citadel-dispatch-e43-bitcoin-for-beginners-with-bitcoinq_a/) - Here I spend over 2 hours walking through practical tips for Bitcoin beginners.
4646

4747
<p align="center">
4848
<a href="https://www.podpage.com/citadeldispatch/citadel-dispatch-e43-bitcoin-for-beginners-with-bitcoinq_a/" title="Citadel Dispatch Ep.43">

bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25867,7 +25867,7 @@ zoo`.split('\n');
2586725867
return {
2586825868
c() {
2586925869
h1 = element("h1");
25870-
h1.textContent = "How would you like to connect?";
25870+
h1.textContent = "How would you like to connect? If you don't have a Nostr account, choose Anonymous.";
2587125871
t1 = space();
2587225872
t2 = space();
2587325873
if (if_block1) if_block1.c();

next.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: page
3+
title: Have Your Say
4+
subtitle: Vote on the next article to be written for the site
5+
#thumbnail-img: /assets/img/thumb.png
6+
share-img: https://bitcoiner.guide/assets/img/share.png
7+
tags: [books, test]
8+
---
9+
10+
<div>
11+
<iframe id="inlineFrameExample"
12+
title="Have your say"
13+
width="100%"
14+
height="2200px"
15+
src="https://tips.bitcoiner.guide/apps/3WThq9KiC1wuSmJ7gN8pyXgpGTc6/crowdfund">
16+
</iframe>
17+
</div>
18+
19+
20+

support.css

+13-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body {
6767
line-height: 1.5;
6868
color: #aaa;
6969
text-align: left;
70-
background-color: #00151a;
70+
background-color: #24262a;
7171
}
7272

7373
[tabindex="-1"]:focus:not(:focus-visible) {
@@ -2568,13 +2568,13 @@ fieldset:disabled a.btn {
25682568
.btn-primary:hover {
25692569
color: #fff;
25702570
background-color: #282c2f;
2571-
border-color: #232628;
2571+
border-color: #f99925 !important;
25722572
}
25732573

25742574
.btn-primary:focus, .btn-primary.focus {
25752575
color: #fff;
25762576
background-color: #282c2f;
2577-
border-color: #232628;
2577+
border-color: #f99925 !important;
25782578
box-shadow: 0 0 0 0.2rem rgba(88, 92, 96, 0.5);
25792579
}
25802580

@@ -2588,7 +2588,7 @@ fieldset:disabled a.btn {
25882588
.show > .btn-primary.dropdown-toggle {
25892589
color: #fff;
25902590
background-color: #232628;
2591-
border-color: #1d1f22;
2591+
border-color: #f99925 !important;
25922592
}
25932593

25942594
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
@@ -10389,7 +10389,7 @@ a.text-dark:hover, a.text-dark:focus {
1038910389
}
1039010390

1039110391
.btn {
10392-
border-color: rgba(0, 0, 0, 0.6);
10392+
border-color: #f99925;
1039310393
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
1039410394
}
1039510395

@@ -10803,3 +10803,11 @@ legend {
1080310803
.list-group-item-action:hover {
1080410804
background-color: #1c1e22;
1080510805
}
10806+
.perk-zoom-bg {
10807+
position: absolute;
10808+
width: 100%;
10809+
height: 100%;
10810+
left: 0;
10811+
top: 0;
10812+
opacity: 0.95 !important;
10813+
}

wallet/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ There goes a famous saying amongst Bitcoiners, ***'not your keys, not your coins
3737
For feature consideration in this guide, a wallet must meet these base criteria.
3838

3939
1. Be non custodial
40-
2. Be open source
40+
2. Be source viewable (Open Source preferred of course)
4141
3. Be actively maintained
42-
4. Be Bitcoin only or offer Bitcoin only firmware (*Hardware wallets*)
42+
4. Offer a Bitcoin focused option or firmware version (*Hardware wallets*)
4343

4444
***
4545

0 commit comments

Comments
 (0)