-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
59 lines (54 loc) · 2.14 KB
/
privacy.html
File metadata and controls
59 lines (54 loc) · 2.14 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
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Rayford AI privacy notice.">
<title>Privacy | Rayford AI</title>
<link rel="canonical" href="https://rayford-ai.com/privacy.html">
<link rel="icon" href="assets/brand/official/rayford-logo-github.png" type="image/png">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html#top" aria-label="Rayford AI home">
<img class="brand-logo" src="assets/brand/official/rayford-logo-github.png" alt="Rayford AI">
<span>Rayford AI</span>
</a>
</header>
<main class="legal-page">
<p class="eyebrow">Privacy</p>
<h1>Privacy Notice</h1>
<p>
Rayford AI is an early-stage company website. We do not sell personal
information, run advertising trackers, or collect sensitive information
through this site.
</p>
<h2>Analytics</h2>
<p>
We use Plausible Analytics to understand aggregate website traffic.
Plausible does not use cookies and does not collect personally
identifiable information.
</p>
<h2>Contact</h2>
<p>
If you contact us by email, we use your message only to respond to your
inquiry and to manage customer discovery or partnership conversations.
</p>
<h2>Updates</h2>
<p>
This notice may change as Rayford AI adds products, pilots, or formal
data collection workflows. Last updated: April 27, 2026.
</p>
</main>
<footer class="footer">
<p>Rayford AI builds Ray, the property-level resilience intelligence platform.</p>
<nav class="footer-links" aria-label="Footer links">
<a href="mailto:contact@rayford-ai.com">contact@rayford-ai.com</a>
<a href="https://github.com/Rayford-AI/rayford-ai" target="_blank" rel="noopener noreferrer">GitHub ↗</a>
<a href="index.html#top">Home</a>
</nav>
<p class="footer-copy">© 2026 Rayford AI</p>
</footer>
</body>
</html>