index.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. <script setup lang="ts">
  2. useHead({
  3. title: `Sponsors — Hush Your Money`,
  4. meta: [
  5. { name: 'description', content: `Hush Your Money developers greatly appreciate your support.` }
  6. ],
  7. })
  8. /* Initialize stores. */
  9. import { useSystemStore } from '@/stores/system'
  10. const System = useSystemStore()
  11. // onMounted(() => {
  12. // console.log('Mounted!')
  13. // // Now it's safe to perform setup operations.
  14. // })
  15. // onBeforeUnmount(() => {
  16. // console.log('Before Unmount!')
  17. // // Now is the time to perform all cleanup operations.
  18. // })
  19. </script>
  20. <template>
  21. <main class="max-w-5xl mx-auto py-5 flex flex-col gap-12">
  22. <h1 class="text-6xl lg:text-7xl font-light text-rose-400 tracking-widest italic leading-[60px]">
  23. Sponsors <span class="hidden lg:inline">💗</span>
  24. <!-- <svg class="inline h-16 w-auto" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  25. <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path>
  26. </svg> -->
  27. </h1>
  28. <h3 class="-mt-10 lg:pl-5 text-2xl text-rose-600 tracking-widest italic">
  29. Backing the Cost of a "Fair" FIGHT!
  30. </h3>
  31. <p class="-mt-8 w-full lg:w-4/5 text-base lg:text-xl text-sky-700 font-medium leading-6 lg:leading-9">
  32. Your support is SOOOO greatly appreciated!
  33. We're working <span class="font-bold text-sky-500">tirelessly &amp; fearlessly</span> around-the-clock to unlock NEW features across the leading UTXO-based L1 networks, including:
  34. <NuxtLink to="https://bitcoin.org" target="_blank" class="text-yellow-500 text-lg lg:text-2xl font-bold hover:text-yellow-400 hover:underline">Bitcoin</NuxtLink>,
  35. <NuxtLink to="https://bitcoincash.org" target="_blank" class="text-lime-500 text-lg lg:text-2xl font-bold hover:text-lime-400 hover:underline">Bitcoin Cash</NuxtLink>,
  36. <NuxtLink to="https://nexa.org" target="_blank" class="text-amber-500 text-lg lg:text-2xl font-bold hover:text-amber-400 hover:underline">Nexa</NuxtLink>
  37. and many more...
  38. </p>
  39. <SponsorHeading />
  40. <div>
  41. <h2 class="text-4xl font-medium">
  42. Privacy Seekers - Unlock Higher Tiers
  43. </h2>
  44. <p class="py-5">
  45. Will introduce higher blending tiers for large bag holders.
  46. </p>
  47. <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
  48. <NuxtLink to="/sponsors/btc/seekers" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  49. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  50. Bitcoin
  51. </h2>
  52. <h3 class="py-2 text-sm">
  53. Unlock the 0.1 BTC tier for blender pools
  54. </h3>
  55. <h3 class="px-3 py-1 bg-amber-200 text-center text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow group-hover:bg-sky-700 group-hover:text-sky-100 group-hover:border-sky-300">
  56. <span class="text-2xl font-bold">0.100000 BTC</span>
  57. <span class="block text-sm">remaining to unlock the next tier</span>
  58. </h3>
  59. <p class="mt-3 text-xs text-gray-700 text-center italic">
  60. + qualified for $HUSH BRC-20 airdrop
  61. </p>
  62. </NuxtLink>
  63. <NuxtLink to="/sponsors/bch/seekers" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  64. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  65. Bitcoin Cash
  66. </h2>
  67. <h3 class="py-2 text-sm">
  68. Unlock the 10 BCH tier for blender pools
  69. </h3>
  70. <h3 class="px-3 py-1 bg-amber-200 text-center text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow group-hover:bg-sky-700 group-hover:text-sky-100 group-hover:border-sky-300">
  71. <span class="text-2xl font-bold">10.000000 BCH</span>
  72. <span class="block text-sm">remaining to unlock the next tier</span>
  73. </h3>
  74. <p class="mt-3 text-xs text-gray-700 text-center italic">
  75. + qualified for $HUSH cash token airdrop
  76. </p>
  77. </NuxtLink>
  78. <NuxtLink to="/sponsors/nexa/seekers" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  79. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  80. Nexa
  81. </h2>
  82. <h3 class="py-2 text-sm">
  83. Adding 1B NEXA, 10B NEXA and 100B NEXA blender pools
  84. </h3>
  85. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow group-hover:bg-sky-700 group-hover:text-sky-100 group-hover:border-sky-300">
  86. <span class="text-2xl font-bold">1.00B NEXA</span> to unlock next tier
  87. </h3>
  88. <p class="mt-3 text-xs text-gray-700 text-center italic">
  89. + qualified for $HUSH native token airdrop
  90. </p>
  91. </NuxtLink>
  92. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  93. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  94. Litecoin
  95. </h2>
  96. <h3 class="py-2 text-sm">
  97. Adding 50 LTC, 500 LTC and 5K LTC blender pools
  98. </h3>
  99. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  100. <span class="text-2xl font-bold">50.000000 LTC</span> to unlock next tier
  101. </h3>
  102. </div>
  103. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  104. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  105. Flux
  106. </h2>
  107. <h3 class="py-2 text-sm">
  108. Adding 5K FLUX, 50K FLUX and 500K FLUX blender pools
  109. </h3>
  110. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  111. <span class="text-2xl font-bold">5.00K FLUX</span> to unlock next tier
  112. </h3>
  113. </div>
  114. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  115. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  116. eCash
  117. </h2>
  118. <h3 class="py-2 text-sm">
  119. Adding 5K XEC, 50K XEC and 500K XEC blender pools
  120. </h3>
  121. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  122. <span class="text-2xl font-bold">5.00K XEC</span> to unlock next tier
  123. </h3>
  124. </div>
  125. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  126. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  127. Doge
  128. </h2>
  129. <h3 class="py-2 text-sm">
  130. Adding 5K DOGE, 50K DOGE and 500K DOGE blender pools
  131. </h3>
  132. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  133. <span class="text-2xl font-bold">5K DOGE</span> to unlock next tier
  134. </h3>
  135. </div>
  136. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  137. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  138. Dash
  139. </h2>
  140. <h3 class="py-2 text-sm">
  141. Adding 5K DASH, 50K DASH and 500K DASH blender pools
  142. </h3>
  143. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  144. <span class="text-2xl font-bold">5K DASH</span> to unlock next tier
  145. </h3>
  146. </div>
  147. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  148. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  149. Kaspa
  150. </h2>
  151. <h3 class="py-2 text-sm">
  152. Adding 50K KAS, 500K KAS and 5M KAS blender pools
  153. </h3>
  154. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  155. <span class="text-2xl font-bold">50K KAS</span> to unlock next tier
  156. </h3>
  157. </div>
  158. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300">
  159. <h2 class="text-xl text-rose-700 font-medium tracking-widest uppercase">
  160. Sponsors Vote
  161. </h2>
  162. <p class="py-2 text-sm italic leading-6">
  163. All Sponsors will be invited to vote for the <span class="font-bold">FINAL network integration</span> into the inaugural launch of the HYM cloud network, before <span class="font-bold">"locking in $HUSH rewards"</span> and moving on to Phase II (Incognito).
  164. </p>
  165. </div>
  166. </div>
  167. <!-- TODO: ADD PLEDGE BUTTON -->
  168. </div>
  169. <SponsorHeading />
  170. <div>
  171. <h2 class="text-4xl font-medium">
  172. Privacy Masters - Wallet Integrations + Dev Kits
  173. </h2>
  174. <p class="py-5">
  175. Will offer native integration with the ecosystem's MOST popular wallets.
  176. </p>
  177. <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
  178. <NuxtLink to="/sponsors/btc/masters" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  179. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  180. Bitcoin
  181. </h2>
  182. <h3 class="py-2 text-sm">
  183. Integration with Bitcoin's MOST popular wallets.
  184. </h3>
  185. <h3 class="px-3 py-1 bg-amber-200 text-center text-amber-900 font-medium border border-amber-400 rounded-lg shadow group-hover:bg-sky-700 group-hover:text-sky-100 group-hover:border-sky-300">
  186. <span class="block text-2xl font-bold">0.888000 BTC</span>
  187. <span class="text-sm">qualifies for a NEW 3<sup>rd</sup> party wallet integration</span>
  188. </h3>
  189. <ol class="mt-3 pl-10 text-sm text-gray-700">
  190. <li>
  191. <svg class="inline h-4 w-auto text-green-700 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  192. <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"></path>
  193. </svg>
  194. Edge wallet
  195. </li>
  196. <li>
  197. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  198. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  199. </svg>
  200. Bitcoin.com wallet
  201. </li>
  202. <li>
  203. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  204. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  205. </svg>
  206. Unstoppable wallet
  207. </li>
  208. </ol>
  209. <p class="mt-3 text-xs text-gray-700 text-center italic">
  210. + qualified for $HUSH BRC-20 airdrop
  211. </p>
  212. </NuxtLink>
  213. <section>
  214. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  215. Bitcoin Cash
  216. </h2>
  217. <h3>
  218. Integration with the leading wallets from Bitcoin Cash.
  219. </h3>
  220. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  221. <span class="text-2xl font-bold">88.800000 BCH</span> per 3rd-party wallet integration
  222. </h3>
  223. <ol class="mt-3 pl-10 text-sm text-gray-700">
  224. <li>
  225. <svg class="inline h-4 w-auto text-green-700 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  226. <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"></path>
  227. </svg>
  228. Edge wallet
  229. </li>
  230. <li>
  231. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  232. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  233. </svg>
  234. Bitcoin.com wallet
  235. </li>
  236. <li>
  237. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  238. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  239. </svg>
  240. Paytaca wallet
  241. </li>
  242. <li>
  243. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  244. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  245. </svg>
  246. Selene wallet
  247. </li>
  248. <li>
  249. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  250. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  251. </svg>
  252. Cashonize wallet
  253. </li>
  254. <li>
  255. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  256. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  257. </svg>
  258. Zapit wallet
  259. </li>
  260. <li>
  261. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  262. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  263. </svg>
  264. Unstoppable wallet
  265. </li>
  266. </ol>
  267. </section>
  268. <section>
  269. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  270. Nexa
  271. </h2>
  272. <h3>
  273. Integration with the leading wallets from Nexa.
  274. </h3>
  275. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  276. <span class="text-2xl font-bold">8.88B</span> per 3rd-party wallet integration
  277. </h3>
  278. <ol class="mt-3 pl-10 text-sm text-gray-700">
  279. <li>
  280. <svg class="inline h-4 w-auto text-green-700 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  281. <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"></path>
  282. </svg>
  283. Otoplo wallet
  284. </li>
  285. <li>
  286. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  287. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  288. </svg>
  289. Core Node wallet <em>(as a plug-in)</em>
  290. </li>
  291. <li>
  292. <svg class="inline h-4 w-auto text-amber-500 font-bold" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
  293. <path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
  294. </svg>
  295. Wally wallet
  296. </li>
  297. </ol>
  298. </section>
  299. </div>
  300. <!-- TODO: ADD PLEDGE BUTTON -->
  301. <small class="block py-5 text-rose-400 italic">
  302. <h3 class="text-sm font-bold tracking-wider">PLEASE NOTE</h3>
  303. The <strong>Order of Delivery</strong> is subject to change;
  304. and <strong>Time of Deployment</strong> for ALL third-party integrations is subject to the wallet Provider's cooperation and software release schedule.
  305. </small>
  306. </div>
  307. <SponsorHeading />
  308. <div>
  309. <h2 class="text-4xl font-medium">
  310. Privacy Gurus - Native Apps
  311. </h2>
  312. <p class="py-5">
  313. Will introduce native Android and iOS applications.
  314. </p>
  315. <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
  316. <NuxtLink to="/sponsors/btc/gurus" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  317. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  318. Bitcoin
  319. </h2>
  320. <h3 class="py-2 text-sm">
  321. Releasing native mobile applications.
  322. </h3>
  323. <h3 class="px-3 py-1 bg-amber-200 text-center text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  324. <span class="text-2xl font-bold">1.000000 BTC</span>
  325. <span class="block text-sm">remaining to unlock the next release</span>
  326. </h3>
  327. <!-- TODO: ADD PLEDGE BUTTON -->
  328. <ol class="mt-3 pl-10 list-disc">
  329. <li>Windows desktop app</li>
  330. <li>iOS mobile app</li>
  331. <li>Android mobile app</li>
  332. <li>Mac desktop app</li>
  333. <li>Linux desktop app</li>
  334. </ol>
  335. <p class="mt-3 text-xs text-gray-700 text-center italic">
  336. + qualified for $HUSH BRC-20 airdrop
  337. </p>
  338. </NuxtLink>
  339. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  340. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  341. Bitcoin Cash
  342. </h2>
  343. <h3 class="py-2 text-sm">
  344. Releasing native mobile applications.
  345. </h3>
  346. <h3 class="px-3 py-1 bg-amber-200 text-center text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  347. <span class="text-2xl font-bold">100.000000 BCH</span>
  348. <span class="block text-sm">remaining to unlock the next release</span>
  349. </h3>
  350. <!-- TODO: ADD PLEDGE BUTTON -->
  351. <ol class="mt-3 pl-10 list-disc">
  352. <li>Windows desktop app</li>
  353. <li>iOS mobile app</li>
  354. <li>Android mobile app</li>
  355. <li>Mac desktop app</li>
  356. <li>Linux desktop app</li>
  357. </ol>
  358. <p class="mt-3 text-xs text-gray-700 text-center italic">
  359. + qualified for $HUSH cash token airdrop
  360. </p>
  361. </div>
  362. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  363. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  364. Nexa
  365. </h2>
  366. <h3 class="py-2 text-sm">
  367. Releasing native mobile applications.
  368. </h3>
  369. <h3 class="px-3 py-1 bg-amber-200 text-center text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  370. <span class="text-2xl font-bold">10.00B NEXA</span>
  371. <span class="block text-sm">remaining to unlock the next release</span>
  372. </h3>
  373. <!-- TODO: ADD PLEDGE BUTTON -->
  374. <ol class="mt-3 pl-10 list-disc">
  375. <li>Windows desktop app</li>
  376. <li>iOS mobile app</li>
  377. <li>Android mobile app</li>
  378. <li>Mac desktop app</li>
  379. <li>Linux desktop app</li>
  380. </ol>
  381. <p class="mt-3 text-xs text-gray-700 text-center italic">
  382. + qualified for $HUSH native token airdrop
  383. </p>
  384. </div>
  385. </div>
  386. </div>
  387. </main>
  388. </template>