]> Untitled Git - bitcoindevkit.org/commitdiff
Add BitMask Wallet to case studies page
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Tue, 10 Oct 2023 17:19:10 +0000 (13:19 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 23 Oct 2023 19:22:37 +0000 (15:22 -0400)
docs/.vuepress/public/img/case-studies-logos/bitmask-logo.png [new file with mode: 0644]
docs/case-studies.md

diff --git a/docs/.vuepress/public/img/case-studies-logos/bitmask-logo.png b/docs/.vuepress/public/img/case-studies-logos/bitmask-logo.png
new file mode 100644 (file)
index 0000000..a08b551
Binary files /dev/null and b/docs/.vuepress/public/img/case-studies-logos/bitmask-logo.png differ
index 874be101fcae04606132ac8a9bd568f5f50ec021..8dcb457e6d36a0ea5c49eb6f8654a90c3a25dcec 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', custodial: 'Custodial', exchange: 'Exchange' }">
+<CodeSwitcher :languages="{ all: 'All', mobile: 'Mobile', desktop: 'Desktop', hardware: 'Hardware', web:'Web', custodial: 'Custodial', exchange: 'Exchange' }">
 
   <template v-slot:mobile>
     <div class="case-studies">
@@ -164,19 +164,19 @@ lastUpdated: false
     </div>
   </template> -->
 
-  <!-- <template v-slot:misc>
+  <template v-slot:web>
     <div class="case-studies">
       <div class="case-study-item">
-        <a href="https://bitcoindevkit.org" target="_blank">
-          <img src="/img/bitcoindevkit.svg" />
+        <a href="https://bitmask.app/" target="_blank">
+          <img src="/img/case-studies-logos/bitmask-logo.png" />
         </a>
         <h3>
-          <a href="https://bitcoindevkit.org" target="_blank">Example miscellaneous App</a>
+          <a href="https://bitmask.app/" target="_blank">BitMask Wallet</a>
         </h3>
-        <p>A cool app built with BDK.</p>
+        <p>Your Gateway to DeepWeb3 on Bitcoin. A browser extension for decentralized applications on Bitcoin.</p>
       </div>
     </div>
-  </template> -->
+  </template>
 
   <template v-slot:all>
     <div class="case-studies">
@@ -270,6 +270,15 @@ lastUpdated: false
         </h3>
         <p>Merging traditional financial expertise with cutting-edge technology to shape the future of finance.</p>
       </div>
+      <div class="case-study-item">
+        <a href="https://bitmask.app/" target="_blank">
+          <img src="/img/case-studies-logos/bitmask-logo.png" />
+        </a>
+        <h3>
+          <a href="https://bitmask.app/" target="_blank">BitMask Wallet</a>
+        </h3>
+        <p>Your Gateway to DeepWeb3 on Bitcoin. A browser extension for decentralized applications on Bitcoin.</p>
+      </div>
     </div>
   </template>