Skip to content

Commit c051e2b

Browse files
authored
Matrix Checkbox Labels & Podcast (#2338)
1 parent 242ba6a commit c051e2b

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

_layouts/podcast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layout: default
1414

1515
<h1 class="post-title">Podcast</h1>
1616

17-
Join Bitcoin Optech as we discuss Bitcoin and Lightning technology each week and review our newsletters.
17+
Join us for the weekly Bitcoin Optech Recap on <a href="https://riverside.fm/studio/bitcoin-optech">Riverside</a> at 16:30 UTC as we discuss Bitcoin and Lightning technology and review our newsletters.
1818

1919
{% include functions/podcast-links.md %}
2020

en/matrix.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,30 @@ th, td {
8989
<td style="border-style:hidden;"></td>
9090
<td style="border-style:hidden;text-align:left;vertical-align: top;font-size:14px;">
9191
<font size="3"><b>Select features to display:</b></font><br>
92-
&#160;<input type="checkbox" id="showPlatform">Platform<br>
93-
&#160;<input type="checkbox" id="showHWInterface">Hardware Wallet Interface<br>
94-
&#160;<input type="checkbox" id="showFeeBumping">Fee Bumping<br>
95-
&#160;<input type="checkbox" id="showDescriptors">Descriptors<br>
96-
&#160;<input type="checkbox" id="showMultiPartyTxn">Multi-Party<font size="1"> (PSBT, MuSig2, Coinjoin, Payjoin)</font><br>
92+
&#160;<label>
93+
<input type="checkbox" id="showPlatform">Platform<br>
94+
</label>
95+
&#160;<label>
96+
<input type="checkbox" id="showHWInterface">Hardware Wallet Interface<br>
97+
</label>
98+
&#160;<label>
99+
<input type="checkbox" id="showFeeBumping">Fee Bumping<br>
100+
</label>
101+
&#160;<label>
102+
<input type="checkbox" id="showDescriptors">Descriptors<br>
103+
</label>
104+
&#160;<label>
105+
<input type="checkbox" id="showMultiPartyTxn">Multi-Party<font size="1"> (PSBT, MuSig2, Coinjoin, Payjoin)</font><br>
106+
</label>
97107
</td>
98108
<td style="border-style:hidden;text-align:left;vertical-align: top;font-size:14px;">
99109
<font size="3"><b></b></font><br>
100-
&#160;<input type="checkbox" id="showPC_SilentPayments">Payment Codes, Silent Payments<br>
101-
&#160;<input type="checkbox" id="showLightning">Lightning<br>
110+
&#160;<label>
111+
<input type="checkbox" id="showPC_SilentPayments">Payment Codes, Silent Payments<br>
112+
</label>
113+
&#160;<label>
114+
<input type="checkbox" id="showLightning">Lightning<br>
115+
</label>
102116
</td>
103117
<td style="border-style:hidden;text-align:left;vertical-align: top;font-size:14px;">
104118
<font size="3"><b>Legend:</b></font><br>

index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ layout: home
1111
Bitcoin Optech helps Bitcoin users and businesses integrate scaling
1212
technologies.
1313

14-
We provide [workshops][], [weekly
15-
newsletters][], [case studies and
16-
announcements][blog], [analysis of Bitcoin software and
17-
services][matrix], a [podcast][], and help facilitate improved relations between
14+
We provide [weekly newsletters][], a [podcast][], [case studies and
15+
announcements][blog], [analyses of Bitcoin software and
16+
services][matrix], [workshops][] and help to facilitate improved relations between
1817
businesses
1918
and the open source community.
2019

0 commit comments

Comments
 (0)