Files
where_woof/frontend/templates/about.html

22 lines
1.1 KiB
HTML

{{define "content"}}
<div class="mx-auto max-w-2xl">
<h1 class="text-3xl font-extrabold tracking-tight">About Where Woof</h1>
<p class="mt-4 text-stone-700">
Where Woof makes it easy to get lost things — and lost dogs — home. Each Where Woof tag carries a
unique code. If your dog, baggage or gear goes missing, a finder scans the tag and sees exactly how
to return it: who to call, where to bring it, and how to reach you.
</p>
<p class="mt-3 text-stone-700">
When a finder scans your tag and shares their location, you get an instant SMS with a link to a map
showing where it was found. No app required — it just works from any phone.
</p>
<h2 class="mt-8 text-xl font-bold">How it works</h2>
<ul class="mt-3 space-y-2 text-stone-700">
<li>🏷️ Put the tag on your dog, luggage, skis — anything you care about.</li>
<li>📱 Claim it and set up your return details (description, photo, phone, address).</li>
<li>🔍 A finder scans the QR or taps the NFC tag and sees your details.</li>
<li>📍 If they share their location, you get an SMS with a map link.</li>
</ul>
</div>
{{end}}