Skip to content

Commit

Permalink
foundation: members
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Oct 8, 2024
1 parent 149857a commit b6a8a29
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const foundationSidebar = [
['/foundation/supporters.md', 'Supporters'],
['/foundation/grantees.md', 'Grantees'],
['/foundation/grants.md', 'Grants'],
['/foundation/members.md', 'Members'],
]
}
]
Expand Down
12 changes: 12 additions & 0 deletions docs/.vuepress/public/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ iframe.playground {
margin-bottom: .5rem;
}

.members a {
display: inline-block;
margin: 1.5rem 1.5rem 1.5rem 0;
text-align: center;
}
.members img {
display: block;
width: 75px;
height: 75px;
margin-bottom: .5rem;
}

.descriptor-support-table > table {
width: 100%;
}
Expand Down
44 changes: 44 additions & 0 deletions docs/foundation/become-a-member.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
sidebar: true
tagline: "Foundation"
description: "Information on how to become a member of the Bitcoin Dev Kit Foundation"
editLink: false
lastUpdated: false
---

# Become a Member

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.

**We do not currently provide memberships for individuals.**

Membership benefits include listing on the BDK Foundation members page and representation in the Foundation board of directors.

## Membership Fee Information

| Tier | Annual Fee |
| ---------- | --------------------- |
| Platinum | 300,000 USD |
| Gold | 150,000 USD |
| Silver | See sliding scale |
| Individual | Not currently offered |

### Silver Tier Sliding Scale

| Full Time Employees | Annual Fee |
| ------------------- | ---------- |
| 3000+ | 85,000 USD |
| 1000-2999 | 55,000 USD |
| 500-999 | 30,000 USD |
| 100-499 | 15,000 USD |
| 0-99 | 5,000 USD |

_* Associate membership is available only to nonprofits & educational institutions, and not to individuals. Acceptance is subject to board approval._

### Ready to apply?

<div style="text-align: left; margin-top: 2rem; margin-bottom: 2rem;">
<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>
</div>

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)
41 changes: 41 additions & 0 deletions docs/foundation/members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
sidebar: true
tagline: "Foundation"
description: "Information about the Bitcoin Dev Kit Foundation"
editLink: false
lastUpdated: false
---

# Members

The Bitcoin Dev Kit project is proudly supported by the Bitcoin Dev Kit Foundation and its members.

<div style="text-align: left; margin-bottom: 2rem;">
<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>
</div>

## Platinum

<div class="members">
<div class="row">
<a href="https://spiral.xyz/" target="_blank" rel="nofollow noopener">
<img src="/img/spiral.svg" alt="Spiral">
Spiral
</a>
</div>
</div>
<br>

## Gold

<div class="members">
<div class="row">
<a href="https://opensats.org/" target="_blank" rel="nofollow noopener">
<img src="/img/opensats.png" alt="OpenSats">
OpenSats
</a>
</div>
</div>
<br>

## Silver

0 comments on commit b6a8a29

Please sign in to comment.