1
0

TokenTimeline.vue 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <script setup lang="ts">
  2. /* Define properties. */
  3. // https://vuejs.org/guide/components/props.html#props-declaration
  4. const props = defineProps({
  5. data: {
  6. type: [Object],
  7. },
  8. })
  9. // onMounted(() => {
  10. // console.log('Mounted!')
  11. // // Now it's safe to perform setup operations.
  12. // })
  13. // onBeforeUnmount(() => {
  14. // console.log('Before Unmount!')
  15. // // Now is the time to perform all cleanup operations.
  16. // })
  17. </script>
  18. <template>
  19. <main class="mt-20 mb-10 flex flex-col gap-12">
  20. <!-- Timeline section -->
  21. <div class="mx-auto max-w-7xl px-6 lg:px-8">
  22. <div class="mx-auto grid max-w-2xl grid-cols-1 gap-8 overflow-hidden lg:mx-0 lg:max-w-none lg:grid-cols-2">
  23. <div>
  24. <time datetime="2021-08" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
  25. <svg viewBox="0 0 4 4" class="mr-4 h-1 w-1 flex-none" aria-hidden="true">
  26. <circle cx="2" cy="2" r="2" fill="currentColor" />
  27. </svg>
  28. Fall '24
  29. <div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
  30. </time>
  31. <p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-900">
  32. Publish Web, Mobile and Desktop Apps
  33. </p>
  34. <p class="mt-1 text-sm leading-6 text-gray-600">
  35. Introduce the Hush Your Money platform to a private group of beta testers.
  36. </p>
  37. </div>
  38. <div>
  39. <time datetime="2021-12" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
  40. <svg viewBox="0 0 4 4" class="mr-4 h-1 w-1 flex-none" aria-hidden="true">
  41. <circle cx="2" cy="2" r="2" fill="currentColor" />
  42. </svg>
  43. Winter '24
  44. <div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
  45. </time>
  46. <p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-900">
  47. Offer Licenses for $HUSH Mining
  48. </p>
  49. <p class="mt-1 text-base leading-7 text-gray-600">
  50. Launch the $HUSH token on Nexa blockchain and $NITO as the native Hush asset.
  51. </p>
  52. </div>
  53. </div>
  54. </div>
  55. <!-- Timeline section -->
  56. <div class="mx-auto max-w-7xl px-6 lg:px-8">
  57. <div class="mx-auto grid max-w-2xl grid-cols-1 gap-8 overflow-hidden lg:mx-0 lg:max-w-none lg:grid-cols-2">
  58. <div>
  59. <time datetime="2022-02" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
  60. <svg viewBox="0 0 4 4" class="mr-4 h-1 w-1 flex-none" aria-hidden="true">
  61. <circle cx="2" cy="2" r="2" fill="currentColor" />
  62. </svg>
  63. Spring '25
  64. <div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
  65. </time>
  66. <p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-900">
  67. Deploy 1st $NITO Testnet
  68. </p>
  69. <p class="mt-1 text-base leading-7 text-gray-600">
  70. Sunt perspiciatis incidunt. Non necessitatibus aliquid. Consequatur ut officiis earum eum quia facilis. Hic deleniti dolorem quia et.
  71. </p>
  72. </div>
  73. <div>
  74. <time datetime="2022-12" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
  75. <svg viewBox="0 0 4 4" class="mr-4 h-1 w-1 flex-none" aria-hidden="true">
  76. <circle cx="2" cy="2" r="2" fill="currentColor" />
  77. </svg>
  78. Summer '25
  79. <div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
  80. </time>
  81. <p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-900">
  82. Release $NITO Vaults + Mainnet
  83. </p>
  84. <p class="mt-1 text-base leading-7 text-gray-600">
  85. Ut ipsa sint distinctio quod itaque nam qui. Possimus aut unde id architecto voluptatem hic aut pariatur velit.
  86. </p>
  87. </div>
  88. <div>
  89. <time datetime="2022-12" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
  90. <svg viewBox="0 0 4 4" class="mr-4 h-1 w-1 flex-none" aria-hidden="true">
  91. <circle cx="2" cy="2" r="2" fill="currentColor" />
  92. </svg>
  93. Fall '25
  94. <div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
  95. </time>
  96. <p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-900">
  97. EPIC20 Airdrop to ALL Sponsors
  98. </p>
  99. <p class="mt-1 text-base leading-7 text-gray-600">
  100. 20% of ALL $HUSH tokens will be airdrop to ALL supporters of ALL the HYM campaigns, spread across ALL supported networks.
  101. </p>
  102. </div>
  103. <div>
  104. <time datetime="2022-12" class="flex items-center text-lg font-semibold leading-6 text-indigo-600">
  105. <svg viewBox="0 0 4 4" class="mr-4 h-1 w-1 flex-none" aria-hidden="true">
  106. <circle cx="2" cy="2" r="2" fill="currentColor" />
  107. </svg>
  108. Winter '25
  109. <div class="absolute -ml-2 h-px w-screen -translate-x-full bg-gray-900/10 sm:-ml-4 lg:static lg:-mr-6 lg:ml-8 lg:w-auto lg:flex-auto lg:translate-x-0" aria-hidden="true"></div>
  110. </time>
  111. <p class="mt-6 text-lg font-semibold leading-8 tracking-tight text-gray-900">
  112. Partnerships + Integrations
  113. </p>
  114. <p class="mt-1 text-base leading-7 text-gray-600">
  115. Our goal is to "natively" integrate into the Incognito wallets of TOP browsers, namely Brave and Opera.
  116. </p>
  117. </div>
  118. </div>
  119. </div>
  120. </main>
  121. </template>