@@ -14,28 +14,125 @@ The Bitcoin Dev Kit project is proudly supported by the Bitcoin Dev Kit Foundati
14
14
<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 >
15
15
</div >
16
16
17
- ## Platinum
17
+ # Platinum
18
18
19
+ <!-- Spiral -->
19
20
<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>
25
48
</div >
26
49
</div >
27
- <br >
28
50
29
- ## Gold
51
+ # Silver
30
52
53
+ <!-- AnchorWatch -->
31
54
<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 >
37
70
</div >
38
71
</div >
39
- <br >
40
72
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