Rebrand for grin.us-ea.st deployment

- Point page metadata, API examples, and README at grin.us-ea.st
- Replace github.com/aglkm/grin-explorer references with
  git.pka.world/butler/grin-explorer (footer link, request UA, README)
- Drop upstream-specific Tor onion link and the grincoin.org donate page
  (route, template, and footer link), since neither applies to this fork

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-04 13:03:59 -04:00
parent ba2f464237
commit cf1e3ac612
7 changed files with 24 additions and 72 deletions
+11 -27
View File
@@ -1,13 +1,13 @@
<!doctype html>
<html lang="en" class="h-100">
<head>
<title>Grin Blockchain Explorer</title>
<meta property="og:site_name" content="Grincoin.org (GRIN) Blockchain Explorer" />
<meta property="og:url" content="https://grincoin.org" />
<title>Grin Blockchain Explorer — grin.us-ea.st</title>
<meta property="og:site_name" content="Grin Blockchain Explorer (grin.us-ea.st)" />
<meta property="og:url" content="https://grin.us-ea.st" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Grin Blockchain Explorer" />
<meta property="og:description" content="Grincoin.org website allows you to explore Grin blockchain." />
<meta name="description" content="Grincoin.org website allows you to explore Grin blockchain." />
<meta property="og:description" content="grin.us-ea.st — explore the Grin blockchain." />
<meta name="description" content="grin.us-ea.st — explore the Grin blockchain." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type= "text/css" href="/static/styles/style.css" />
<link rel= "stylesheet" type= "text/css" href= "/static/styles/bootstrap.css" />
@@ -341,46 +341,30 @@
<div class="d-sm-none"> <!-- Show on < sm screens-->
<div class="row mb-2">
<div class="d-flex justify-content-center">
<a class="text-decoration-none me-2" href="https://github.com/aglkm/grin-explorer">
<span style="color:grey"><i class="bi bi-github me-1"></i>v0.1.8</span>
<a class="text-decoration-none me-2" href="https://git.pka.world/butler/grin-explorer">
<span style="color:grey"><i class="bi bi-git me-1"></i>v0.1.9</span>
</a>
<a class="text-decoration-none me-2" href="/search">
<span style="color:grey"><i class="bi bi-search me-1"></i>Search</span>
</a>
<a class="text-decoration-none me-2" href="/api_overview">
<a class="text-decoration-none" href="/api_overview">
<span style="color:grey"><i class="bi bi-robot me-1"></i>API</span>
</a>
</div>
</div>
<div class="row mb-2">
<div class="d-flex justify-content-center">
<a class="text-decoration-none me-2" href="http://wieo55w5a56itvs73sqbvr5er6rxfukqjgf2rjbrlzxb3pax66rlodid.onion">
<span style="color:grey"><i class="bi bi-shield-check me-1"></i>Onion</span>
</a>
<a class="text-decoration-none" href="/donate">
<span style="color:grey"><i class="bi bi-heart me-1"></i>Donate</span>
</a>
</div>
</div>
</div>
<div class="d-none d-sm-block"> <!-- Show on >= sm screens -->
<div class="row mb-2">
<div class="d-flex justify-content-center">
<a class="text-decoration-none me-2" href="https://github.com/aglkm/grin-explorer">
<span style="color:grey"><i class="bi bi-github me-1"></i>v0.1.9</span>
<a class="text-decoration-none me-2" href="https://git.pka.world/butler/grin-explorer">
<span style="color:grey"><i class="bi bi-git me-1"></i>v0.1.9</span>
</a>
<a class="text-decoration-none me-2" href="/search">
<span style="color:grey"><i class="bi bi-search me-1"></i>Search</span>
</a>
<a class="text-decoration-none me-2" href="/api_overview">
<a class="text-decoration-none" href="/api_overview">
<span style="color:grey"><i class="bi bi-robot me-1"></i>API</span>
</a>
<a class="text-decoration-none me-2" href="http://wieo55w5a56itvs73sqbvr5er6rxfukqjgf2rjbrlzxb3pax66rlodid.onion">
<span style="color:grey"><i class="bi bi-shield-check me-1"></i>Onion</span>
</a>
<a class="text-decoration-none" href="/donate">
<span style="color:grey"><i class="bi bi-heart me-1"></i>Donate</span>
</a>
</div>
</div>
</div>