Skip to content

Commit 6d91624

Browse files
committed
Merge commit 'refs/pull/196/head' of github.com:bitcoindevkit/bitcoindevkit.org
2 parents 6af693b + 1307ed7 commit 6d91624

File tree

4 files changed

+98
-0
lines changed

4 files changed

+98
-0
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const foundationSidebar = [
7171
['/foundation/supporters.md', 'Supporters'],
7272
['/foundation/grantees.md', 'Grantees'],
7373
['/foundation/grants.md', 'Grants'],
74+
['/foundation/members.md', 'Members'],
7475
]
7576
}
7677
]

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ iframe.playground {
5353
margin-bottom: .5rem;
5454
}
5555

56+
.members a {
57+
display: inline-block;
58+
margin: 1.5rem 1.5rem 1.5rem 0;
59+
text-align: center;
60+
}
61+
.members img {
62+
display: block;
63+
width: 75px;
64+
height: 75px;
65+
margin-bottom: .5rem;
66+
}
67+
5668
.descriptor-support-table > table {
5769
width: 100%;
5870
}

docs/foundation/become-a-member.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
sidebar: true
3+
tagline: "Foundation"
4+
description: "Information on how to become a member of the Bitcoin Dev Kit Foundation"
5+
editLink: false
6+
lastUpdated: false
7+
---
8+
9+
# Become a Member
10+
11+
The Bitcoin Dev Kit Foundation is a non-profit organization dedicated to supporting the development of Bitcoin infrastructure. We offer corporate membership tiers: Platinum, Gold, and Silver. We also provide an Associate Membership tier for non-profit organizations.
12+
13+
**We do not currently provide memberships for individuals.**
14+
15+
Membership benefits include listing on the BDK Foundation members page and representation in the Foundation board of directors.
16+
17+
## Membership Fee Information
18+
19+
| Tier | Annual Fee |
20+
| ---------- | --------------------- |
21+
| Platinum | 300,000 USD |
22+
| Gold | 150,000 USD |
23+
| Silver | See sliding scale |
24+
| Individual | Not currently offered |
25+
26+
### Silver Tier Sliding Scale
27+
28+
| Full Time Employees | Annual Fee |
29+
| ------------------- | ---------- |
30+
| 3000+ | 85,000 USD |
31+
| 1000-2999 | 55,000 USD |
32+
| 500-999 | 30,000 USD |
33+
| 100-499 | 15,000 USD |
34+
| 0-99 | 5,000 USD |
35+
36+
_* Associate membership is available only to nonprofits & educational institutions, and not to individuals. Acceptance is subject to board approval._
37+
38+
### Ready to apply?
39+
40+
<div style="text-align: left; margin-top: 2rem; margin-bottom: 2rem;">
41+
<a href="mailto:hello@bitcoindevkit.org" 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;">Send us an email</a>
42+
</div>
43+
44+
The Bitcoin Dev Kit project is made possible through the support of the BDK Foundation and its members. If you'd like to become a member please reach out at: [hello@bitcoindevkit.org](mailto:hello@bitcoindevkit.org)

docs/foundation/members.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
sidebar: true
3+
tagline: "Foundation"
4+
description: "Information about the Bitcoin Dev Kit Foundation"
5+
editLink: false
6+
lastUpdated: false
7+
---
8+
9+
# Members
10+
11+
The Bitcoin Dev Kit project is proudly supported by the Bitcoin Dev Kit Foundation and its members.
12+
13+
<div style="text-align: left; margin-bottom: 2rem;">
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+
</div>
16+
17+
## Platinum
18+
19+
<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>
25+
</div>
26+
</div>
27+
<br>
28+
29+
## Gold
30+
31+
<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>
37+
</div>
38+
</div>
39+
<br>
40+
41+
## Silver

0 commit comments

Comments
 (0)