Add privacy policy and terms of service pages
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{{define "title"}}Privacy Policy — bbq{{end}}
|
||||
{{define "content"}}
|
||||
<div class="page-wrap" style="max-width:680px;margin:48px auto;padding:0 24px 64px;">
|
||||
<h1 style="font-size:2rem;font-weight:800;letter-spacing:-0.03em;margin-bottom:8px;">Privacy Policy</h1>
|
||||
<p style="color:#555;font-size:0.9rem;margin-bottom:40px;">Last updated July 3, 2026</p>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">What we collect</h2>
|
||||
<p style="line-height:1.7;margin-bottom:12px;">When you RSVP or claim a slot at an event, we store your <strong>name</strong> and an optional <strong>note</strong> you provide. These are visible to anyone with the event link and to the event organizer.</p>
|
||||
<p style="line-height:1.7;margin-bottom:12px;">If you create an event with an attendee cap, you may be asked to sign in with your <strong>email address</strong>. We store your email and a short-lived verification code to confirm it. We do not store passwords.</p>
|
||||
<p style="line-height:1.7;">We do not collect addresses, phone numbers (unless you opt into SMS notifications on a specific event), or payment information.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">How we use it</h2>
|
||||
<p style="line-height:1.7;">Your data is used only to run the event signup — showing who has claimed what, letting you manage your own RSVP, and letting the organizer see their guest list. We do not sell, share, or use your data for advertising.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Third parties</h2>
|
||||
<p style="line-height:1.7;">We load fonts from Google Fonts and the HTMX library from unpkg. These requests go to their servers and are subject to their privacy policies. We have no other third-party integrations and use no analytics or tracking tools.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Cookies & sessions</h2>
|
||||
<p style="line-height:1.7;">If you sign in, a session token is stored in a cookie to keep you logged in. No other cookies are set.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Data retention</h2>
|
||||
<p style="line-height:1.7;">Event and RSVP data persists indefinitely unless an organizer deletes slots or the event is removed. There is no automated purge schedule. If you want your data removed, contact us.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Contact</h2>
|
||||
<p style="line-height:1.7;">Questions or deletion requests: <a href="mailto:ryan@torrtle.co" style="color:var(--ink);">ryan@torrtle.co</a></p>
|
||||
</section>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user