File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
4949 </a >
5050 </div >
5151 <div class =" tagline " >
52- <h3 >
53- <a href="https://www.anchorwatch.com/" target="_blank">AnchorWatch</a>
54- </h3 >
55- <p >Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.</p >
52+ <h3>
53+ <a href="https://www.anchorwatch.com/" target="_blank">AnchorWatch</a>
54+ <span class="foundation-member-badge">Foundation Member</span>
55+ </h3>
56+ <p>Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.</p>
5657 </div >
5758</div >
5859
@@ -402,6 +403,7 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
402403 <div class =" tagline " >
403404 <h3>
404405 <a href="https://proton.me/wallet" target="_blank">Proton Wallet</a>
406+ <span class="foundation-member-badge">Foundation Member</span>
405407 </h3>
406408 <p>A self-custodial Bitcoin wallet from the makers of Proton Mail.</p>
407409 </div >
@@ -580,6 +582,20 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
580582 flex-basis : 70%
581583}
582584
585+ .foundation-member-badge {
586+ display : inline-block ;
587+ margin-left : 0.5rem ;
588+ padding : 0.1rem 0.6rem ;
589+ font-size : 0.7rem ;
590+ font-weight : 600 ;
591+ letter-spacing : 0.05em ;
592+ text-transform : uppercase ;
593+ border-radius : 999px ;
594+ background-color : var (--docs-primary-dark );
595+ color : var (--docs-dark );
596+ vertical-align : middle ;
597+ }
598+
583599@media screen and (max-width : 700px ) {
584600 .project {
585601 display : flex ;
You can’t perform that action at this time.
0 commit comments