Past.vue 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <script setup>
  2. import { ref } from 'vue'
  3. /* Initialize stores. */
  4. import { useSystemStore } from '@/stores/system'
  5. /* Initialize System. */
  6. const System = useSystemStore()
  7. defineProps({
  8. msg: String,
  9. })
  10. // onMounted(() => {
  11. // console.log('Mounted!')
  12. // // Now it's safe to perform setup operations.
  13. // })
  14. // onBeforeUnmount(() => {
  15. // console.log('Before Unmount!')
  16. // // Now is the time to perform all cleanup operations.
  17. // })
  18. const count = ref(0)
  19. </script>
  20. <template>
  21. <main class="flex flex-col gap-4">
  22. <p class="px-3 py-2 bg-yellow-100 text-sm border-2 border-yellow-300 rounded-lg shadow-md">
  23. Take a historical trip through the <span class="font-semibold text-yellow-900">Life of Nexa;</span>
  24. discovering ALL the pivotal moments that brought us to where we are today.
  25. </p>
  26. <ul role="list" class="mt-5 space-y-6">
  27. <li class="relative flex gap-x-4">
  28. <div class="absolute left-0 top-0 flex w-6 justify-center -bottom-6">
  29. <div class="w-px bg-gray-200"></div>
  30. </div>
  31. <div class="relative flex h-6 w-6 flex-none items-center justify-center bg-white">
  32. <div class="h-1.5 w-1.5 rounded-full bg-gray-100 ring-1 ring-gray-300"></div>
  33. </div>
  34. <p class="flex-auto py-0.5 text-xs leading-5 text-gray-500">
  35. <span class="font-medium text-gray-900">BitMart exchange listing</span> May 2023
  36. </p>
  37. <time datetime="2023-01-23T10:32" class="flex-none py-0.5 text-xs leading-5 text-gray-500">
  38. $12.88 / mNEXA
  39. </time>
  40. </li>
  41. <li class="relative flex gap-x-4">
  42. <div class="absolute left-0 top-0 flex w-6 justify-center -bottom-6">
  43. <div class="w-px bg-gray-200"></div>
  44. </div>
  45. <div class="relative flex h-6 w-6 flex-none items-center justify-center bg-white">
  46. <div class="h-1.5 w-1.5 rounded-full bg-gray-100 ring-1 ring-gray-300"></div>
  47. </div>
  48. <p class="flex-auto py-0.5 text-xs leading-5 text-gray-500"><span class="font-medium text-gray-900">
  49. MEXC exchange listing</span> Feb 2023
  50. </p>
  51. <time datetime="2023-01-23T11:03" class="flex-none py-0.5 text-xs leading-5 text-gray-500">
  52. $48.11 / mNEXA
  53. </time>
  54. </li>
  55. <li class="relative flex gap-x-4">
  56. <div class="absolute left-0 top-0 flex w-6 justify-center -bottom-6">
  57. <div class="w-px bg-gray-200"></div>
  58. </div>
  59. <div class="relative flex h-6 w-6 flex-none items-center justify-center bg-white">
  60. <div class="h-1.5 w-1.5 rounded-full bg-gray-100 ring-1 ring-gray-300"></div>
  61. </div>
  62. <p class="flex-auto py-0.5 text-xs leading-5 text-gray-500"><span class="font-medium text-gray-900">
  63. Txbit exchange listing</span> Oct 2022
  64. </p>
  65. <time datetime="2023-01-23T11:24" class="flex-none py-0.5 text-xs leading-5 text-gray-500">
  66. $12.71 / mNEXA
  67. </time>
  68. </li>
  69. <li class="relative flex gap-x-4">
  70. <div class="absolute left-0 top-0 flex w-6 justify-center -bottom-6">
  71. <div class="w-px bg-gray-200"></div>
  72. </div>
  73. <img
  74. src="https://i.ibb.co/TY4G064/image.png"
  75. alt=""
  76. class="relative mt-3 h-6 w-6 flex-none rounded-full bg-gray-50"
  77. />
  78. <div class="flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200">
  79. <div class="flex justify-between gap-x-4">
  80. <div class="py-0.5 text-xs leading-5 text-gray-500">
  81. <span class="font-medium text-gray-900">Exbitron exchange listing</span> Sept 2022
  82. </div>
  83. <time datetime="2023-01-23T15:56" class="flex-none py-0.5 text-xs leading-5 text-gray-500">
  84. $3.29 / mNEXA
  85. </time>
  86. </div>
  87. <p class="text-xs leading-6 text-gray-500">
  88. This ended the era of OTC trading on Nexa's chat channels.
  89. </p>
  90. </div>
  91. </li>
  92. <li class="relative flex gap-x-4">
  93. <div class="absolute left-0 top-0 flex w-6 justify-center -bottom-6">
  94. <div class="w-px bg-gray-200"></div>
  95. </div>
  96. <div class="relative flex h-6 w-6 flex-none items-center justify-center bg-white">
  97. <div class="h-1.5 w-1.5 rounded-full bg-gray-100 ring-1 ring-gray-300"></div>
  98. </div>
  99. <p class="flex-auto py-0.5 text-xs leading-5 text-gray-500"><span class="font-medium text-gray-900">
  100. NexaSwap launches</span> Sept 2022
  101. </p>
  102. <time datetime="2023-01-24T09:12" class="flex-none py-0.5 text-xs leading-5 text-gray-500">
  103. $1.74 / mNEXA
  104. </time>
  105. </li>
  106. <li class="relative flex gap-x-4">
  107. <div class="absolute left-0 top-0 flex w-6 justify-center h-6">
  108. <div class="w-px bg-gray-200"></div>
  109. </div>
  110. <div class="relative flex h-6 w-6 flex-none items-center justify-center bg-white">
  111. <svg class="h-6 w-6 text-indigo-600" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
  112. <path
  113. fill-rule="evenodd"
  114. d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z"
  115. clip-rule="evenodd"
  116. />
  117. </svg>
  118. </div>
  119. <p class="flex-auto py-0.5 text-xs leading-5 text-gray-500">
  120. <span class="font-medium text-gray-900">First trade by Paul Church</span> Aug 2022
  121. </p>
  122. <time datetime="2023-01-24T09:20" class="flex-none py-0.5 text-xs leading-5 text-gray-500">
  123. $1.00 / mNEXA
  124. </time>
  125. </li>
  126. </ul>
  127. </main>
  128. </template>