-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webui/tips: document flow for submitting new cases
- Loading branch information
1 parent
e652594
commit 173a82d
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
<footer class="bg-gray-700 mt-8 p-4 text-center mt-auto"> | ||
<p>Built by <a href="https://raghavsood.com" target="_blank" class="hover:underline hover:text-slate-200 hover:decoration-dotted text-sky-400/70">Raghav Sood</a>.</p> | ||
<p>burned.money is licensed under <span class="inline-flex"><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" class="hover:underline hover:text-slate-200 hover:decoration-dotted text-sky-400/70">CC BY 4.0</a>.</span></p> | ||
<p><a href="/tips" class="hover:underline hover:text-slate-200 hover:decoration-dotted text-sky-400/70">Submit a tip</a> on lost or destroyed BTC not indexed here.</p> | ||
<p><a href="mailto:[email protected]" class="hover:underline hover:text-slate-200 hover:decoration-dotted text-sky-400/70">Contact</a> me if you have any questions or suggestions.</p> | ||
</footer> | ||
{{ end }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{{ define "content" }} | ||
<div class="lg:container mx-auto p-4"> | ||
<h1 class="text-2xl font-semibold mb-4">Submit a Tip</h1> | ||
<div class="text-pretty border rounded-lg border-slate-700 bg-slate-950/30 p-4"> | ||
<p class="mb-4">While every effort is made to keep this list up to date, it is impossible to pick up on all losses without your help.</p> | ||
<p class="mb-4">If you know of a transaction or address that destroys BTC and isn't covered here (simply try searching for it to check), you can submit a tip and help keep this list accurate and up to date.</p> | ||
<p class="mb-4">If you've personally lost access to a BTC address or wallet, or know someone who has, you can also submit a tip to help others avoid the same fate. Wallet ownership and provenance is kept confidential by default.</p> | ||
<h1 class="text-xl font-medium mb-4 mt-4">Information to include</h1> | ||
<p>Try and include as much information as possible, such as:</p> | ||
<ul class="list-disc ml-4 mb-4"> | ||
<li>Transaction ID</li> | ||
<li>Address</li> | ||
<li>Amount</li> | ||
<li>A description of the loss if it isn't a common reason</li> | ||
</ul> | ||
<h1 class="text-xl font-medium mb-4 mt-4">Submitting a tip</h1> | ||
<p class=mb-4>Submit a tip over on the <a href="https://github.com/RaghavSood/btcsupply/issues" target="_blank" class="text-sky-400/70 hover:underline hover:decoration-dotted hover:text-slate-200">GitHub Repository</a>. Alternatively, if you wish to contact me over a more private channel, you can submit information via email at <a href="mailto:[email protected]" class="text-sky-400/70 hover:underline hover:decoration-dotted hover:text-slate-200">[email protected]</a>.</p> | ||
</div> | ||
</div> | ||
{{ end }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters