Skip to content

Commit 73fa13f

Browse files
committed
add 2025Q1 new members, add member taglines
1 parent 06fa6dc commit 73fa13f

File tree

7 files changed

+115
-18
lines changed

7 files changed

+115
-18
lines changed

docs/.vuepress/public/css/variables.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ iframe.playground {
5858
margin: 1.5rem 1.5rem 1.5rem 0;
5959
text-align: center;
6060
}
61+
6162
.members img {
6263
display: block;
63-
width: 75px;
64-
height: 75px;
65-
margin-bottom: .5rem;
64+
width: 150px;
65+
height: 150px;
6666
}
6767

6868
.descriptor-support-table > table {
Loading
Loading
Loading
Loading
Loading

docs/foundation/members.md

Lines changed: 112 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,125 @@ The Bitcoin Dev Kit project is proudly supported by the Bitcoin Dev Kit Foundati
1414
<a href="/foundation/become-a-member" style="display: inline-block; background-color: var(--docs-primary-dark); color: var(--docs-dark); padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold;">Become A Member</a>
1515
</div>
1616

17-
## Platinum
17+
# Platinum
1818

19+
<!-- Spiral -->
1920
<div class="members">
20-
<div class="row">
21-
<a href="https://spiral.xyz/" target="_blank" rel="nofollow noopener">
22-
<img src="/img/spiral.svg" alt="Spiral">
23-
Spiral
24-
</a>
21+
<div class="members-logo">
22+
<a href="https://spiral.xyz/" target="_blank">
23+
<img src="/img/member-logos/spiral.png" alt="Spiral" />
24+
</a>
25+
</div>
26+
<div class="tagline">
27+
<h3>
28+
<a href="https://spiral.xyz/" target="_blank">Spiral</a>
29+
</h3>
30+
<p>Making bitcoin more than an investment. Bitcoin is the best money. It should be used like it. We build and fund free, open-source projects aimed at making bitcoin the planet’s preferred currency.</p>
31+
</div>
32+
</div>
33+
34+
# Gold
35+
36+
<!-- OpenSats -->
37+
<div class="members">
38+
<div class="members-logo">
39+
<a href="https://opensats.org/" target="_blank">
40+
<img src="/img/member-logos/opensats.png" alt="OpenSats" />
41+
</a>
42+
</div>
43+
<div class="tagline">
44+
<h3>
45+
<a href="https://opensats.org/" target="_blank">OpenSats</a>
46+
</h3>
47+
<p>OpenSats is a 501(c)(3) public charity that aims to support and maintain a sustainable ecosystem of funding for free and open-source projects and contributors, especially bitcoin-related projects and projects that help bitcoin flourish.</p>
2548
</div>
2649
</div>
27-
<br>
2850

29-
## Gold
51+
# Silver
3052

53+
<!-- AnchorWatch -->
3154
<div class="members">
32-
<div class="row">
33-
<a href="https://opensats.org/" target="_blank" rel="nofollow noopener">
34-
<img src="/img/opensats.png" alt="OpenSats">
35-
OpenSats
36-
</a>
55+
<div class="members-logo">
56+
<a href="https://www.anchorwatch.com/" target="_blank">
57+
<img src="/img/member-logos/anchorwatch.png" alt="AnchorWatch" />
58+
</a>
59+
</div>
60+
<div class="tagline">
61+
<h3>
62+
<a href="https://www.anchorwatch.com/" target="_blank">AnchorWatch</a>
63+
</h3>
64+
<p>AnchorWatch is a Lloyd's of London coverholder, offering 1:1
65+
insurance on bitcoin held in its cold storage solution Trident Vault for
66+
up to $100 Million per customer. Serving both retail and commercial
67+
clients today in the United States, AnchorWatch leverages advanced
68+
Bitcoin smart contracts with the functionality of Miniscript which is
69+
supported within BDK.</p>
3770
</div>
3871
</div>
39-
<br>
4072

41-
## Silver
73+
<!-- CleanSpark -->
74+
<div class="members">
75+
<div class="members-logo">
76+
<a href="https://www.cleanspark.com/" target="_blank">
77+
<img src="/img/member-logos/cleanspark.png" alt="CleanSpark" />
78+
</a>
79+
</div>
80+
<div class="tagline">
81+
<h3>
82+
<a href="https://www.cleanspark.com/" target="_blank">CleanSpark</a>
83+
</h3>
84+
<p>CleanSpark responsibly develops infrastructure for Bitcoin, an essential
85+
tool for financial independence and inclusion. We strive to leave the
86+
planet better than we found it by investing in communities that we operate
87+
in. Bitcoin is a watershed moment, not only in the history and invention of
88+
money, but in how we relate to each other.</p>
89+
</div>
90+
</div>
91+
92+
<!-- Proton Foundation -->
93+
<div class="members">
94+
<div class="members-logo">
95+
<a href="https://proton.me/foundation/" target="_blank">
96+
<img src="/img/member-logos/protonfoundation.png" alt="Proton Foundation" />
97+
</a>
98+
</div>
99+
<div class="tagline">
100+
<h3>
101+
<a href="https://proton.me/foundation/" target="_blank">Proton Foundation</a>
102+
</h3>
103+
<p>Proton Mail started in 2014 with uncensorable donations from the Bitcoin community. In 2024, Proton Wallet launched as a BDK-based Bitcoin wallet to protect financial freedom for all. As Proton's primary shareholder, the non-profit Proton Foundation supports technologies that advance privacy, freedom, and democracy around the world.</p>
104+
</div>
105+
</div>
106+
107+
<style>
108+
.members {
109+
display: flex;
110+
flex-direction: row;
111+
}
112+
113+
.members-logo {
114+
flex-basis: 20%;
115+
margin: auto;
116+
}
117+
118+
.tagline {
119+
flex-basis: 80%
120+
}
121+
122+
@media screen and (max-width: 700px) {
123+
.members {
124+
display: flex;
125+
flex-direction: column;
126+
justify-content: space-around;
127+
}
128+
129+
.members-logo {
130+
flex-basis: 20%;
131+
margin: auto;
132+
}
133+
134+
.tagline {
135+
flex-basis: 80%
136+
}
137+
}
138+
</style>

0 commit comments

Comments
 (0)