feat: Add theming from gemini
All checks were successful
Build Docker / BuildImage (push) Successful in 39s
Check Code Quality / RuffCheck (push) Successful in 49s

This commit is contained in:
2025-11-20 23:31:51 +11:00
parent 99bf4a6a1a
commit 994b5bc5bf
4 changed files with 343 additions and 167 deletions

View File

@@ -7,6 +7,9 @@
<title>Fire Explorer</title>
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<meta name="description" content="A hot new Handshake Blockchain Explorer">
<!-- Open Graph Meta Tags -->
@@ -30,8 +33,10 @@
<body>
<header>
<div class="container">
<h1><img src="/assets/img/favicon.png" alt="Fire Icon" style="height: 1em; vertical-align: middle;"> Fire Explorer</h1>
<p class="subtitle">Handshake Blockchain Explorer</p>
<div class="brand">
<h1><img src="/assets/img/favicon.png" alt="Fire Icon" style="height: 1.2em; vertical-align: middle;"> Fire Explorer</h1>
<span class="subtitle">Handshake Blockchain Explorer</span>
</div>
</div>
</header>