remove tracking stuff from site

This commit is contained in:
Joel Wetzell
2025-12-03 23:41:00 -06:00
parent 1e36c89b52
commit 3c37511b07
2 changed files with 8 additions and 5 deletions
View File
+8 -5
View File
@@ -26,22 +26,25 @@
<meta name="twitter:image" content="assets/images/icon512x512.png" /> <meta name="twitter:image" content="assets/images/icon512x512.png" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" /> <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<!-- <link href="assets/css/tailwind.css" rel="stylesheet" /> -->
<script defer src="assets/js/tracking.js"></script>
<link href="assets/css/tailwind.css" rel="stylesheet" /> <link href="assets/css/tailwind.css" rel="stylesheet" />
</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"> </a>
<div class="text-5xl mb-2">showbridge</div> <div class="text-5xl mb-2">showbridge</div>
<div class="flex justify-center w-full pt-2"> <div class="flex justify-center w-full pt-2">
<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-go/releases/latest" href="https://github.com/jwetzell/showbridge-go/releases/latest">
data-umami-event="download-click">
Download Download
</a> </a>
<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-go/releases/latest">
Docs
</a>
</div> </div>
</div> </div>
</body> </body>