index.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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. </NuxtLink>
  60. <NuxtLink to="/sponsors/bch/seekers" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  61. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  62. Bitcoin Cash
  63. </h2>
  64. <h3 class="py-2 text-sm">
  65. Unlock the 10 BCH tier for blender pools
  66. </h3>
  67. <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">
  68. <span class="text-2xl font-bold">10.000000 BCH</span>
  69. <span class="block text-sm">remaining to unlock the next tier</span>
  70. </h3>
  71. </NuxtLink>
  72. <NuxtLink to="/sponsors/nexa/seekers" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  73. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  74. Nexa
  75. </h2>
  76. <h3 class="py-2 text-sm">
  77. Adding 1B NEXA, 10B NEXA and 100B NEXA blender pools
  78. </h3>
  79. <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">
  80. <span class="text-2xl font-bold">1.00B NEXA</span> to unlock next tier
  81. </h3>
  82. </NuxtLink>
  83. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  84. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  85. Litecoin
  86. </h2>
  87. <h3 class="py-2 text-sm">
  88. Adding 50 LTC, 500 LTC and 5K LTC blender pools
  89. </h3>
  90. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  91. <span class="text-2xl font-bold">50.000000 LTC</span> to unlock next tier
  92. </h3>
  93. </div>
  94. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  95. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  96. Flux
  97. </h2>
  98. <h3 class="py-2 text-sm">
  99. Adding 5K FLUX, 50K FLUX and 500K FLUX blender pools
  100. </h3>
  101. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  102. <span class="text-2xl font-bold">5.00K FLUX</span> to unlock next tier
  103. </h3>
  104. </div>
  105. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  106. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  107. eCash
  108. </h2>
  109. <h3 class="py-2 text-sm">
  110. Adding 5K XEC, 50K XEC and 500K XEC blender pools
  111. </h3>
  112. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  113. <span class="text-2xl font-bold">5.00K XEC</span> to unlock next tier
  114. </h3>
  115. </div>
  116. <!-- <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  117. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  118. Dash
  119. </h2>
  120. <h3 class="py-2 text-sm">
  121. Adding 5K DASH, 50K DASH and 500K DASH blender pools
  122. </h3>
  123. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  124. <span class="text-2xl font-bold">5K DASH</span> to unlock next tier
  125. </h3>
  126. </div> -->
  127. </div>
  128. <!-- TODO: ADD PLEDGE BUTTON -->
  129. </div>
  130. <SponsorHeading />
  131. <div>
  132. <h2 class="text-4xl font-medium">
  133. Privacy Masters - Wallet Integrations + Dev Kits
  134. </h2>
  135. <p class="py-5">
  136. Will offer native integration with the ecosystem's MOST popular wallets.
  137. </p>
  138. <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
  139. <NuxtLink to="/sponsors/btc/masters" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  140. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  141. Bitcoin
  142. </h2>
  143. <h3 class="py-2 text-sm">
  144. Integration with Bitcoin's MOST popular wallets.
  145. </h3>
  146. <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">
  147. <span class="block text-2xl font-bold">0.888000 BTC</span>
  148. <span class="text-sm">qualifies for a NEW 3<sup>rd</sup> party wallet integration</span>
  149. </h3>
  150. <ol class="mt-3 pl-10 text-sm text-gray-700">
  151. <li>
  152. <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">
  153. <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>
  154. </svg>
  155. Edge wallet
  156. </li>
  157. <li>
  158. <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">
  159. <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>
  160. </svg>
  161. Bitcoin.com wallet
  162. </li>
  163. <li>
  164. <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">
  165. <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>
  166. </svg>
  167. Unstoppable wallet
  168. </li>
  169. </ol>
  170. </NuxtLink>
  171. <section>
  172. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  173. Bitcoin Cash
  174. </h2>
  175. <h3>
  176. Integration with the leading wallets from Bitcoin Cash.
  177. </h3>
  178. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  179. <span class="text-2xl font-bold">88.800000 BCH</span> per 3rd-party wallet integration
  180. </h3>
  181. <ol class="mt-3 pl-10 text-sm text-gray-700">
  182. <li>
  183. <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">
  184. <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>
  185. </svg>
  186. Edge wallet
  187. </li>
  188. <li>
  189. <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">
  190. <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>
  191. </svg>
  192. Bitcoin.com wallet
  193. </li>
  194. <li>
  195. <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">
  196. <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>
  197. </svg>
  198. Paytaca wallet
  199. </li>
  200. <li>
  201. <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">
  202. <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>
  203. </svg>
  204. Selene wallet
  205. </li>
  206. <li>
  207. <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">
  208. <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>
  209. </svg>
  210. Cashonize wallet
  211. </li>
  212. <li>
  213. <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">
  214. <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>
  215. </svg>
  216. Zapit wallet
  217. </li>
  218. <li>
  219. <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">
  220. <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>
  221. </svg>
  222. Unstoppable wallet
  223. </li>
  224. </ol>
  225. </section>
  226. <section>
  227. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  228. Nexa
  229. </h2>
  230. <h3>
  231. Integration with the leading wallets from Nexa.
  232. </h3>
  233. <h3 class="px-3 py-1 bg-amber-200 text-lg text-amber-900 font-medium border border-amber-400 rounded-lg shadow">
  234. <span class="text-2xl font-bold">8.88B</span> per 3rd-party wallet integration
  235. </h3>
  236. <ol class="mt-3 pl-10 text-sm text-gray-700">
  237. <li>
  238. <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">
  239. <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>
  240. </svg>
  241. Otoplo wallet
  242. </li>
  243. <li>
  244. <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">
  245. <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>
  246. </svg>
  247. Core Node wallet <em>(as a plug-in)</em>
  248. </li>
  249. <li>
  250. <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">
  251. <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>
  252. </svg>
  253. Wally wallet
  254. </li>
  255. </ol>
  256. </section>
  257. </div>
  258. <!-- TODO: ADD PLEDGE BUTTON -->
  259. <small class="block py-5 text-rose-400 italic">
  260. <h3 class="text-sm font-bold tracking-wider">PLEASE NOTE</h3>
  261. The <strong>Order of Delivery</strong> is subject to change;
  262. and <strong>Time of Deployment</strong> for ALL third-party integrations is subject to the wallet Provider's cooperation and software release schedule.
  263. </small>
  264. </div>
  265. <SponsorHeading />
  266. <div>
  267. <h2 class="text-4xl font-medium">
  268. Privacy Gurus - Native Apps
  269. </h2>
  270. <p class="py-5">
  271. Will introduce native Android and iOS applications.
  272. </p>
  273. <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
  274. <NuxtLink to="/sponsors/btc/gurus" class="group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 hover:bg-sky-100">
  275. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  276. Bitcoin
  277. </h2>
  278. <h3 class="py-2 text-sm">
  279. Releasing native mobile applications.
  280. </h3>
  281. <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">
  282. <span class="text-2xl font-bold">1.000000 BTC</span>
  283. <span class="block text-sm">remaining to unlock the next release</span>
  284. </h3>
  285. <!-- TODO: ADD PLEDGE BUTTON -->
  286. <ol class="mt-3 pl-10 list-disc">
  287. <li>Windows desktop app</li>
  288. <li>iOS mobile app</li>
  289. <li>Android mobile app</li>
  290. <li>Mac desktop app</li>
  291. <li>Linux desktop app</li>
  292. </ol>
  293. </NuxtLink>
  294. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  295. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  296. Bitcoin Cash
  297. </h2>
  298. <h3 class="py-2 text-sm">
  299. Releasing native mobile applications.
  300. </h3>
  301. <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">
  302. <span class="text-2xl font-bold">100.000000 BCH</span>
  303. <span class="block text-sm">remaining to unlock the next release</span>
  304. </h3>
  305. <!-- TODO: ADD PLEDGE BUTTON -->
  306. <ol class="mt-3 pl-10 list-disc">
  307. <li>Windows desktop app</li>
  308. <li>iOS mobile app</li>
  309. <li>Android mobile app</li>
  310. <li>Mac desktop app</li>
  311. <li>Linux desktop app</li>
  312. </ol>
  313. </div>
  314. <div class="cursor-not-allowed group px-5 py-7 bg-sky-200 rounded-xl border border-sky-300 opacity-30">
  315. <h2 class="text-xl text-gray-700 font-medium tracking-widest uppercase">
  316. Nexa
  317. </h2>
  318. <h3 class="py-2 text-sm">
  319. Releasing native mobile applications.
  320. </h3>
  321. <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">
  322. <span class="text-2xl font-bold">10.00B NEXA</span>
  323. <span class="block text-sm">remaining to unlock the next release</span>
  324. </h3>
  325. <!-- TODO: ADD PLEDGE BUTTON -->
  326. <ol class="mt-3 pl-10 list-disc">
  327. <li>Windows desktop app</li>
  328. <li>iOS mobile app</li>
  329. <li>Android mobile app</li>
  330. <li>Mac desktop app</li>
  331. <li>Linux desktop app</li>
  332. </ol>
  333. </div>
  334. </div>
  335. </div>
  336. </main>
  337. </template>