-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
57 lines (51 loc) · 2 KB
/
terms.html
File metadata and controls
57 lines (51 loc) · 2 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
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Terms | Radiance Thermography</title>
<meta name="description" content="Terms of Service for Radiance Thermography." />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="ambient" aria-hidden="true"></div>
<header class="header">
<div class="container">
<div class="headerInner">
<a class="brand" href="./index.html">
<img src="./assets/img/logo.png" alt="Radiance Thermography" />
<span>Terms</span>
</a>
<a class="btn btn--ghost" href="./index.html">Home</a>
</div>
</div>
</header>
<main class="section">
<div class="container">
<div class="kicker">Terms</div>
<h1>Terms of Service</h1>
<p class="lead">PLACEHOLDER: Replace with client-approved terms (booking, cancellation, payments, disclaimers, liability).</p>
<div class="card" style="margin-top:18px;">
<strong>Booking & cancellations</strong>
<p>PLACEHOLDER: Cancellation window and no-show policy.</p>
</div>
</div>
<section class="section">
<div class="container">
<div class="card">
<h2>Thermography disclaimer</h2>
<p>Thermography is a non-invasive imaging method that measures skin surface temperature patterns. It does not diagnose disease and is not a replacement for medical evaluation, mammography, ultrasound, MRI, or other diagnostic tests. Always discuss your results and next steps with a qualified healthcare provider.</p>
<p>PLACEHOLDER: Add any clinic-specific compliance language or referral policy.</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footerBottom">
<p class="footerCredit">Designed, Hosted and Cared For by <a href="https://LittleFightNYC.com" target="_blank" rel="noopener">LittleFightNYC.com</a></p>
</div>
</div>
</footer>
</body>
</html>