]> Untitled Git - bitcoindevkit.org/commitdiff
docs: add spotbit to case studies page
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Fri, 1 Dec 2023 20:49:16 +0000 (15:49 -0500)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Fri, 1 Dec 2023 20:49:16 +0000 (15:49 -0500)
docs/.vuepress/public/img/case-studies-logos/spotbit-130.png [new file with mode: 0644]
docs/case-studies.md

diff --git a/docs/.vuepress/public/img/case-studies-logos/spotbit-130.png b/docs/.vuepress/public/img/case-studies-logos/spotbit-130.png
new file mode 100644 (file)
index 0000000..6ca2448
Binary files /dev/null and b/docs/.vuepress/public/img/case-studies-logos/spotbit-130.png differ
index c3cfa44a174f8598f237e9889c7bd63d108fa392..d75175bedd11c56407079a9f330c8aff943e8f78 100644 (file)
@@ -15,7 +15,7 @@ lastUpdated: false
 
 <!-- <CodeSwitcher :languages="{all: 'All', mobile:'Mobile', web:'Web', desktop:'Desktop', custodial: 'Custodial', infra:'Infrastructure', misc:'Misc',}"> -->
   
-<CodeSwitcher :languages="{ all: 'All', mobile: 'Mobile', desktop: 'Desktop', hardware: 'Hardware', web:'Web', custodial: 'Custodial', exchange: 'Exchange' }">
+<CodeSwitcher :languages="{ all: 'All', mobile: 'Mobile', desktop: 'Desktop', hardware: 'Hardware', web:'Web', custodial: 'Custodial', exchange: 'Exchange', infra: 'Infrastructure' }">
 
   <template v-slot:mobile>
     <div class="case-studies">
@@ -179,19 +179,19 @@ lastUpdated: false
     </div>
   </template>
 
-  <!-- <template v-slot:infra>
+  <template v-slot:infra>
     <div class="case-studies">
       <div class="case-study-item">
-        <a href="https://bitcoindevkit.org" target="_blank">
-          <img src="/img/bitcoindevkit.svg" />
+        <a href="https://github.com/BlockchainCommons/spotbit" target="_blank">
+          <img src="/img/case-studies-logos/spotbit-130.png" />
         </a>
         <h3>
-          <a href="https://bitcoindevkit.org" target="_blank">Example Infrastructure App</a>
+          <a href="https://github.com/BlockchainCommons/spotbit" target="_blank">Spotbit</a>
         </h3>
-        <p>A cool app built with BDK.</p>
+        <p>Spotbit is a portable API for Bitcoin price data and candles.</p>
       </div>
     </div>
-  </template> -->
+  </template>
 
   <template v-slot:web>
     <div class="case-studies">
@@ -349,6 +349,16 @@ lastUpdated: false
         </h3>
         <p>Open-source wallet for Bitcoin and RGB assets.</p>
       </div>
+      <!-- Spotbit -->
+      <div class="case-study-item">
+        <a href="https://github.com/BlockchainCommons/spotbit" target="_blank">
+          <img src="/img/case-studies-logos/spotbit-130.png" />
+        </a>
+        <h3>
+          <a href="https://github.com/BlockchainCommons/spotbit" target="_blank">Spotbit</a>
+        </h3>
+        <p>Spotbit is a portable API for Bitcoin price data and candles.</p>
+      </div>
     </div>
   </template>