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,33 @@
|
||||
{{define "title"}}Terms of Service — 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;">Terms of Service</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 this is</h2>
|
||||
<p style="line-height:1.7;">bbq is a simple potluck signup tool. You can create an event, share a link, and let people claim slots. That's it.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Your responsibilities</h2>
|
||||
<p style="line-height:1.7;margin-bottom:12px;">By using this service you agree not to use it for spam, harassment, illegal activity, or anything that would embarrass a reasonable person at a potluck.</p>
|
||||
<p style="line-height:1.7;">Event organizers are responsible for the events they create and the information they share with guests. Guests are responsible for the names and notes they submit.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">No warranty</h2>
|
||||
<p style="line-height:1.7;">This service is provided as-is, without any warranty. We make no guarantees about uptime, data durability, or fitness for any particular purpose. Use it at your own risk.</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom:32px;">
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Changes</h2>
|
||||
<p style="line-height:1.7;">We may update these terms at any time. Continued use of the service after changes constitutes acceptance of the new terms.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 style="font-size:1.1rem;font-weight:700;margin-bottom:12px;">Contact</h2>
|
||||
<p style="line-height:1.7;"><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