Skip to content

Commit 559d819

Browse files
committed
foundation: associate members
1 parent 12b1410 commit 559d819

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading
Loading

docs/foundation/members.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,38 @@ money, but in how we relate to each other.</p>
104104
</div>
105105
</div>
106106

107+
# Associate
108+
109+
<!-- Btrust -->
110+
<div class="members">
111+
<div class="members-logo">
112+
<a href="https://www.btrust.tech" target="_blank">
113+
<img src="/img/member-logos/btrust-logo-black.svg" alt="Btrust" class="btrust-logo" />
114+
</a>
115+
</div>
116+
<div class="tagline">
117+
<h3>
118+
<a href="https://www.btrust.tech" target="_blank">Btrust</a>
119+
</h3>
120+
<p>A Decentralised Future for Bitcoin Software Development.</p>
121+
</div>
122+
</div>
123+
124+
<!-- Vinteum -->
125+
<div class="members">
126+
<div class="members-logo">
127+
<a href="https://vinteum.org" target="_blank">
128+
<img src="/img/member-logos/vinteum.png" alt="Vinteum" />
129+
</a>
130+
</div>
131+
<div class="tagline">
132+
<h3>
133+
<a href="https://vinteum.org" target="_blank">Vinteum</a>
134+
</h3>
135+
<p>Empowering open-source Bitcoin builders in Brazil.</p>
136+
</div>
137+
</div>
138+
107139
<style>
108140
.members {
109141
display: flex;
@@ -119,6 +151,16 @@ money, but in how we relate to each other.</p>
119151
flex-basis: 80%
120152
}
121153

154+
.btrust-logo {
155+
filter: none;
156+
}
157+
158+
html[data-theme="dark"] .btrust-logo,
159+
.dark .btrust-logo,
160+
[data-theme="dark"] .btrust-logo {
161+
filter: brightness(0) invert(1);
162+
}
163+
122164
@media screen and (max-width: 700px) {
123165
.members {
124166
display: flex;

0 commit comments

Comments
 (0)