Skip to content

Commit d6238a9

Browse files
committed
foundation: members
1 parent 149857a commit d6238a9

File tree

5 files changed

+118
-0
lines changed

5 files changed

+118
-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
}
Binary file not shown.

docs/foundation/become-a-member.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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 representation in the Foundation and influence on Bitcoin Dev Kit projects. Download our Membership Overview Deck to learn more.
16+
17+
<div style="text-align: left; margin-bottom: 2rem;">
18+
<a href="/membership-overview-deck.pdf" 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;">Membership Overview Deck</a>
19+
</div>
20+
21+
## Membership Fee Information
22+
23+
| Tier | Annual Fee |
24+
| ---------- | --------------------- |
25+
| Platinum | 300,000 USD |
26+
| Gold | 150,000 USD |
27+
| Silver | See sliding scale |
28+
| Individual | Not currently offered |
29+
30+
### Silver Tier Sliding Scale
31+
32+
| Full Time Employees | Annual Fee |
33+
| ------------------- | ---------- |
34+
| 3000+ | 85,000 USD |
35+
| 1000-2999 | 55,000 USD |
36+
| 500-999 | 30,000 USD |
37+
| 100-499 | 15,000 USD |
38+
| 0-99 | 5,000 USD |
39+
40+
_* Associate membership is available only to nonprofits & educational institutions, and not to individuals. Acceptance is subject to board approval._
41+
42+
### Ready to apply?
43+
44+
<div style="text-align: left; margin-top: 2rem; margin-bottom: 2rem;">
45+
<a href="mailto:[email protected]" 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>
46+
</div>
47+
48+
The Bitcoin Dev Kit project is proudly supported by a number of members. If you'd like to become a member please reach out at: [[email protected]](mailto:[email protected])
49+
50+
You can also download a sample copy of our Membership Agreement terms. <!-- Add link when available -->

docs/foundation/members.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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 a number of 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="Sponsor 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
42+
43+
<div class="members">
44+
<div class="row">
45+
<a href="https://spiral.xyz/" target="_blank" rel="nofollow noopener">
46+
<img src="/img/spiral.svg" alt="Sponsor Spiral">
47+
Spiral
48+
</a>
49+
<a href="https://opensats.org/" target="_blank" rel="nofollow noopener">
50+
<img src="/img/opensats.png" alt="OpenSats">
51+
OpenSats
52+
</a>
53+
</div>
54+
</div>
55+
<br>

0 commit comments

Comments
 (0)