Remove demo/docs link from index.html

Removed demo link and associated elements from the index.html file.

Signed-off-by: Joel Wetzell <github@jwetzell.com>
This commit is contained in:
Joel Wetzell
2025-12-03 16:10:01 -06:00
committed by GitHub
parent 2e734ec7d0
commit 40f7a33939
+1 -19
View File
@@ -34,33 +34,15 @@
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge" data-umami-event="logo-click"> </a>
<div class="text-5xl mb-2">showbridge</div>
<div class="flex justify-between w-full pt-2">
<div class="flex justify-end flex-grow basis-0 mx-2">
<a
target="_blank"
class="inline-block rounded border border-blue-400 px-12 py-3 text-sm font-medium text-blue-600 hover:bg-blue-400 hover:text-white focus:outline-none focus:ring active:bg-blue-500"
href="https://demo.showbridge.io"
data-umami-event="demo-click">
Demo
</a>
</div>
<div class="mx-2">
<a
target="_blank"
class="inline-block rounded border border-blue-400 px-12 py-3 text-sm font-medium text-blue-600 hover:bg-blue-400 hover:text-white focus:outline-none focus:ring active:bg-blue-500 mx-4"
href="https://github.com/jwetzell/showbridge/releases/latest"
href="https://github.com/jwetzell/showbridge-go/releases/latest"
data-umami-event="download-click">
Download
</a>
</div>
<div class="flex flex-grow basis-0 justify-start mx-2">
<a
target="_blank"
class="inline-block rounded border border-blue-400 px-12 py-3 text-sm font-medium text-blue-600 hover:bg-blue-400 hover:text-white focus:outline-none focus:ring active:bg-blue-500"
href="https://docs.showbridge.io"
data-umami-event="docs-click">
Docs
</a>
</div>
</div>
</body>
</html>