]> Untitled Git - bitcoindevkit.org/commitdiff
docs: add bitcoin safe to bdk adoption page
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 28 Oct 2024 14:35:21 +0000 (10:35 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 28 Oct 2024 14:35:21 +0000 (10:35 -0400)
docs/.vuepress/public/img/case-studies-logos/bitcoin-safe-130.png [new file with mode: 0644]
docs/adoption/all.md
docs/adoption/desktop.md

diff --git a/docs/.vuepress/public/img/case-studies-logos/bitcoin-safe-130.png b/docs/.vuepress/public/img/case-studies-logos/bitcoin-safe-130.png
new file mode 100644 (file)
index 0000000..f520fd3
Binary files /dev/null and b/docs/.vuepress/public/img/case-studies-logos/bitcoin-safe-130.png differ
index 176bd3399dd9a4d8cc088442ae35e51fec328e78..b5150f0692fe1101e830ad04f2f96a8e03a9917e 100644 (file)
@@ -373,7 +373,7 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
   </div>
 </div>
 
-<!-- Volt-->
+<!-- Volt -->
 <div class="project">
   <div class="project-logo">
     <a href="https://github.com/Zero-1729/volt" target="_blank">
@@ -388,7 +388,7 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
   </div>
 </div>
 
-<!-- Strata-->
+<!-- Strata -->
 <div class="project">
   <div class="project-logo">
     <a href="https://www.stratabtc.org/" target="_blank">
@@ -418,9 +418,25 @@ Explore the ecosystem of projects that are built with the BDK family of librarie
   </div>
 </div>
 
+<!-- Bitcoin Safe -->
+<div class="project">
+  <div class="project-logo">
+    <a href="https://github.com/andreasgriffin/bitcoin-safe" target="_blank">
+      <img src="/img/case-studies-logos/bitcoin-safe-130.png" />
+    </a>
+  </div>
+  <div class="tagline">
+    <h3>
+      <a href="https://github.com/andreasgriffin/bitcoin-safe" target="_blank">Bitcoin Safe</a>
+    </h3>
+    <p>A Bitcoin wallet for the entire family.</p>
+  </div>
+</div>
+
+<br>
+
 <a href="https://github.com/orgs/bitcoindevkit/discussions/64" target="_blank" rel="noopener noreferrer" class="nav-link external action-button">
-  Add your project
-  <span><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg> <span class="sr-only">(opens new window)</span></span>
+  Add your project!
 </a>
 
 <style>
index 6d2d0f846ba5c25de947c333f3845737d54ca9b3..8c9bff0486c5850a9208ee58de38b1fea9cf923e 100644 (file)
@@ -83,6 +83,23 @@ lastUpdated: false
   </div>
 </div>
 
+<!-- Bitcoin Safe -->
+<div class="project">
+  <div class="project-logo">
+    <a href="https://github.com/andreasgriffin/bitcoin-safe" target="_blank">
+      <img src="/img/case-studies-logos/bitcoin-safe-130.png" />
+    </a>
+  </div>
+  <div class="tagline">
+    <h3>
+      <a href="https://github.com/andreasgriffin/bitcoin-safe" target="_blank">Bitcoin Safe</a>
+    </h3>
+    <p>A Bitcoin wallet for the entire family.</p>
+  </div>
+</div>
+
+<br>
+
 <style>
 .project {
   display: flex;