add buttons to site to download demo and source

This commit is contained in:
2024-05-24 14:49:42 -05:00
committed by GitHub
parent 1a80361632
commit 2650557503
+29
View File
@@ -31,5 +31,34 @@
</head>
<body class="h-screen w-screen flex flex-col justify-center items-center">
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge" data-umami-event="logo-click"> </a>
<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"
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://github.com/jwetzell/showbridge"
data-umami-event="develop-click">
Develop
</a>
</div>
</div>
</body>
</html>