mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-09-13 06:59:25 +00:00
add buttons to site to download demo and source
This commit is contained in:
@@ -31,5 +31,34 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="h-screen w-screen flex flex-col justify-center items-center">
|
<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>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user