From 865bcc6fca1061b52dce4ec8b9ba8acfcaae143a Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 17 Nov 2025 14:50:17 -0600 Subject: [PATCH 1/6] feat: add badge for foundation members --- docs/adoption/all.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/adoption/all.md b/docs/adoption/all.md index 1428d6bfa8..5604e512f8 100644 --- a/docs/adoption/all.md +++ b/docs/adoption/all.md @@ -49,10 +49,11 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
-

- AnchorWatch -

-

Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.

+

+ AnchorWatch + Foundation Member +

+

Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.

@@ -402,6 +403,7 @@ Explore the ecosystem of projects that are built with the BDK family of librarie

Proton Wallet + Foundation Member

A self-custodial Bitcoin wallet from the makers of Proton Mail.

@@ -580,6 +582,20 @@ Explore the ecosystem of projects that are built with the BDK family of librarie flex-basis: 70% } +.foundation-member-badge { + display: inline-block; + margin-left: 0.5rem; + padding: 0.1rem 0.6rem; + font-size: 0.7rem; + font-weight: 600; + letter-spacing: 0.05em; + text-transform: uppercase; + border-radius: 999px; + background-color: var(--docs-primary-dark); + color: var(--docs-dark); + vertical-align: middle; +} + @media screen and (max-width: 700px) { .project { display: flex; From 5770be62f035ff41e1234d1b4dcb63528ba59191 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 17 Nov 2025 14:56:02 -0600 Subject: [PATCH 2/6] refactor: sort adoption page members at top --- docs/.vuepress/public/css/variables.css | 14 +++++ docs/adoption/all.md | 78 ++++++++++--------------- docs/adoption/desktop.md | 1 + docs/adoption/mobile.md | 31 +++++----- docs/adoption/web.md | 31 +++++----- 5 files changed, 79 insertions(+), 76 deletions(-) diff --git a/docs/.vuepress/public/css/variables.css b/docs/.vuepress/public/css/variables.css index 02eec1d457..9916f6121e 100644 --- a/docs/.vuepress/public/css/variables.css +++ b/docs/.vuepress/public/css/variables.css @@ -87,3 +87,17 @@ iframe.playground { word-wrap: break-word; overflow-wrap: anywhere; } + +.foundation-member-badge { + display: inline-block; + margin-left: 0.5rem; + padding: 0.1rem 0.6rem; + font-size: 0.7rem; + font-weight: 600; + letter-spacing: 0.05em; + text-transform: uppercase; + border-radius: 999px; + background-color: var(--docs-primary-dark); + color: var(--docs-dark); + vertical-align: middle; +} diff --git a/docs/adoption/all.md b/docs/adoption/all.md index 5604e512f8..010e0b30b2 100644 --- a/docs/adoption/all.md +++ b/docs/adoption/all.md @@ -11,6 +11,38 @@ lastUpdated: false Explore the ecosystem of projects that are built with the BDK family of libraries. + +
+ +
+

+ AnchorWatch + Foundation Member +

+

Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.

+
+
+ + +
+ +
+

+ Proton Wallet + Foundation Member +

+

A self-custodial Bitcoin wallet from the makers of Proton Mail.

+
+
+
- -
- -
-

- AnchorWatch - Foundation Member -

-

Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.

-
-
-
- -
- -
-

- Proton Wallet - Foundation Member -

-

A self-custodial Bitcoin wallet from the makers of Proton Mail.

-
-
-