feat(index): Add umami events
This commit is contained in:
@@ -15,19 +15,21 @@
|
|||||||
<a
|
<a
|
||||||
href="https://rambhat.la"
|
href="https://rambhat.la"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class=" bg-[#8dbef2] btn text-xl">My Work</a
|
class=" bg-[#8dbef2] btn text-xl"
|
||||||
|
data-umami-event="My Work">My Work</a
|
||||||
>
|
>
|
||||||
<!-- Thanks https://cssf1.com/snippet/create-a-neon-effect-with-tailwindcss -->
|
<!-- Thanks https://cssf1.com/snippet/create-a-neon-effect-with-tailwindcss -->
|
||||||
<a
|
<a
|
||||||
href="https://liberapay.com/TheOnlyWayUp/"
|
href="https://liberapay.com/TheOnlyWayUp/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class=" bg-[#8dbef2] btn text-2xl shadow-[0_0_2px_#fff,inset_0_0_2px_#fff,0_0_5px_#08f,0_0_1px_#08f,0_0_30px_#08f]"
|
class=" bg-[#8dbef2] btn text-2xl shadow-[0_0_2px_#fff,inset_0_0_2px_#fff,0_0_5px_#08f,0_0_1px_#08f,0_0_30px_#08f]"
|
||||||
>Donate</a
|
data-umami-event="Donate">Donate</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="https://discord.gg/P9RHC4KCwd"
|
href="https://discord.gg/P9RHC4KCwd"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class=" bg-[#8dbef2] btn text-xl">Discord</a
|
class=" bg-[#8dbef2] btn text-xl"
|
||||||
|
data-umami-event="Discord">Discord</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-6 join">
|
<div class="py-6 join">
|
||||||
@@ -40,7 +42,8 @@
|
|||||||
<a
|
<a
|
||||||
class="btn btn-info rounded-l-none"
|
class="btn btn-info rounded-l-none"
|
||||||
class:btn-disabled={!story_id}
|
class:btn-disabled={!story_id}
|
||||||
href={`/download/${story_id}`}>Download</a
|
href={`/download/${story_id}`}
|
||||||
|
data-umami-event="Download">Download</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user