mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-09-12 06:39:26 +00:00
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:
+1
-19
@@ -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>
|
<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="text-5xl mb-2">showbridge</div>
|
||||||
<div class="flex justify-between w-full pt-2">
|
<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">
|
<div class="mx-2">
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
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"
|
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">
|
data-umami-event="download-click">
|
||||||
Download
|
Download
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user