-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
55 lines (48 loc) · 2.88 KB
/
Copy pathterms.html
File metadata and controls
55 lines (48 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms of Use — EdFringeNow</title>
<meta name="description" content="EdFringeNow is a free, independent tool for catching a Fringe show right now. The short terms." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/legal.css" />
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a href="index.html" class="logo">EdFringe<span class="logo-now">Now</span></a>
<a href="index.html" class="legal-back">← Back</a>
</div>
</header>
<main class="legal">
<h1>Terms of Use</h1>
<p class="legal-updated">Last updated 2 July 2026</p>
<p class="legal-lede">EdFringeNow is a free tool to help you catch an Edinburgh Fringe show right now. Using it means agreeing to the following — kept deliberately short.</p>
<h2>It's provided “as is”</h2>
<p>We offer EdFringeNow in good faith but make no guarantees. Show times, durations, prices, availability, walking times, and “you'll make it” estimates can be wrong or out of date. <strong>Check the venue or edfringe.com before you rely on anything</strong> — especially before buying a ticket or dashing across town.</p>
<h2>Not the official Fringe</h2>
<p>EdFringeNow is an independent project by Missing Bulb. It is <strong>not</strong> affiliated with, endorsed by, or connected to the Edinburgh Festival Fringe Society or edfringe.com. Ticket links send you to edfringe.com, where their terms apply.</p>
<h2>Third-party services</h2>
<p>Maps come from OpenStreetMap and Google Maps; tickets from edfringe.com. Your use of those services is governed by their own terms.</p>
<h2>No liability</h2>
<p>To the extent the law allows, we are not liable for anything arising from your use of the site — including a missed show, train, or dinner. Use your own judgement.</p>
<h2>Questions</h2>
<p>Email <a href="mailto:support@edfringenow.com">support@edfringenow.com</a>.</p>
</main>
<footer class="legal-foot">
<p class="legal-foot-copy">© 2026 Missing Bulb</p>
<nav class="legal-foot-links" aria-label="More from EdFringeNow">
<a href="privacy.html">Privacy</a>
<a href="accessibility.html">Accessibility</a>
<a href="terms.html">Terms</a>
<a href="mailto:support@edfringenow.com">Contact</a>
</nav>
</footer>
<!-- Privacy-first, cookieless visitor analytics (see js/analytics.js) -->
<script defer src="js/analytics.js"></script>
</body>
</html>