feat: Add more info
All checks were successful
Build Docker / BuildImage (push) Successful in 59s

This commit is contained in:
2025-08-22 13:46:14 +10:00
parent 132f97325a
commit 1d52d11c41
2 changed files with 26 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -7,6 +7,7 @@
<title>Fire HSD | Nathan.Woodburn</title> <title>Fire HSD | Nathan.Woodburn</title>
<link rel="icon" href="/assets/img/favicon.png" type="image/png"> <link rel="icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css"> <link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<style> <style>
/* Extra styling for index page */ /* Extra styling for index page */
.intro { .intro {
@@ -42,9 +43,8 @@
</style> </style>
</head> </head>
<body> <body class="bg-dark text-light">
<div class="spacer"></div> <div class="centre" style="margin-top: 2em;">
<div class="centre">
<img src="/assets/img/favicon.png" alt="Fire HSD Logo" class="logo"> <img src="/assets/img/favicon.png" alt="Fire HSD Logo" class="logo">
<h1>Fire HSD</h1> <h1>Fire HSD</h1>
<span style="font-size:1.2em; color:#f0f0f0;">A free public API for Handshake (HSD)</span> <span style="font-size:1.2em; color:#f0f0f0;">A free public API for Handshake (HSD)</span>
@@ -63,9 +63,25 @@
<h2>API Endpoints</h2> <h2>API Endpoints</h2>
<div id="api-endpoints"></div> <div id="api-endpoints"></div>
</div> </div>
<div class="spacer"></div> <div style="text-align: center; margin-top: 2em;">
<h1>Support Fire HSD</h1>
If you'd like to help keep the service running and growing,
consider
donating:<br />
<div class="btn-group-vertical btn-group-sm gap-1" role="group"><a class="btn btn-primary" role="button"
target="_blank" href="https://paypal.me/nathanwoodburn">PayPal</a><a class="btn btn-primary"
role="button" target="_blank" href="https://donate.stripe.com/8wM6pv0VD08Xe408ww">Card (via
Stripe)</a><a class="btn btn-primary" role="button" target="_blank"
href="https://nathan.woodburn.au/donate?c=hns">HNS</a><a class="btn btn-primary" role="button"
target="_blank" href="https://nathan.woodburn.au/donate?c=btc">BTC</a><a class="btn btn-primary"
role="button" target="_blank" href="https://nathan.woodburn.au/donate">Other Donation Options</a></div>
</p>
</div>
<footer> <footer>
&copy; 2025 Nathan Woodburn &mdash; <a href="https://git.woodburn.au/nathanwoodburn/firehsd" style="color:#aaa;">Source</a> &copy; 2025 Nathan Woodburn &mdash; <a href="https://git.woodburn.au/nathanwoodburn/firehsd"
style="color:#aaa;">Source</a>
</footer> </footer>
<script> <script>
function renderApiEndpoints(apiList) { function renderApiEndpoints(apiList) {