-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
174 lines (150 loc) · 6.48 KB
/
Copy pathprivacy.html
File metadata and controls
174 lines (150 loc) · 6.48 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/e3d8263e91.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css">
<title>Privacy Policy - SimForge</title>
<style>
.legal {
margin-top: 80px;
padding: 80px 0 100px;
background: #1a1a1a;
}
.legal .container {
max-width: 860px;
}
.legal h1 {
font-size: 42px;
font-weight: 700;
color: #ffffff;
margin-bottom: 12px;
}
.legal .last-updated {
color: #808080;
font-size: 15px;
margin-bottom: 48px;
}
.legal h2 {
font-size: 24px;
font-weight: 700;
color: #ffffff;
margin: 40px 0 16px;
}
.legal p {
color: #c0c0c0;
font-size: 16px;
margin-bottom: 16px;
}
.legal ul {
color: #c0c0c0;
font-size: 16px;
margin: 0 0 16px 24px;
}
.legal li {
margin-bottom: 8px;
}
.legal a {
color: #3b82f6;
text-decoration: none;
}
.legal a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<header>
<div class="container">
<nav>
<a href="index.html" class="logo">SimForge</a>
<ul class="nav-links">
<li><a href="index.html#applications">Applications</a></li>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#technology">Technology</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="legal">
<div class="container">
<h1>Privacy Policy</h1>
<p class="last-updated">Last updated: 15 June 2026</p>
<p>SimForge.io, as part of the Embodied AI Foundation ("we", "us", or "our"), is committed to protecting
your privacy. This Privacy Policy explains how we collect, use, and safeguard your information when you
visit <a href="https://simforge.io">simforge.io</a> (the "Site") or get in touch with us.</p>
<h2>1. Information We Collect</h2>
<p>We only collect personal information that you choose to provide to us, for example when you submit our
contact form. This may include:</p>
<ul>
<li>Your first and last name</li>
<li>Your email address</li>
<li>Your company name</li>
<li>Your industry focus</li>
<li>The contents of any message you send us</li>
</ul>
<p>We may also collect limited, non-identifying technical data (such as browser type and pages visited)
through standard web server logs.</p>
<h2>2. How We Use Your Information</h2>
<p>We use the information you provide to:</p>
<ul>
<li>Respond to your enquiries and provide the information or services you request</li>
<li>Communicate with you about SimForge products and solutions</li>
<li>Improve and maintain the Site</li>
</ul>
<p>We do not sell, rent, or trade your personal information to third parties.</p>
<h2>3. How We Collect It</h2>
<p>Our contact form is processed through Google Forms. When you submit the form, the information you
provide is transmitted to and stored by Google on our behalf. Please refer to
<a href="https://policies.google.com/privacy">Google's Privacy Policy</a> for details on how Google
handles data.</p>
<h2>4. Data Retention</h2>
<p>We retain personal information only for as long as necessary to fulfil the purposes described in this
policy, or as required to comply with our legal obligations.</p>
<h2>5. Your Rights</h2>
<p>Depending on your location, you may have the right to access, correct, or request deletion of the
personal information we hold about you. To exercise these rights, please contact us using the details
below.</p>
<h2>6. Cookies</h2>
<p>The Site does not use tracking or advertising cookies. Any third-party services we rely on (such as
Google Forms) may set their own cookies, governed by their respective privacy policies.</p>
<h2>7. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. Any changes will be posted on this page with an
updated "Last updated" date.</p>
<h2>8. Contact Us</h2>
<p>If you have any questions about this Privacy Policy or how we handle your data, please contact SimForge.io,
part of the Embodied AI Foundation, at <a href="mailto:hello@simforge.io">hello@simforge.io</a>.</p>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h4>SimForge</h4>
<p>Advancing autonomous systems through high-fidelity physical AI simulation.</p>
</div>
<div class="footer-section">
<h4>Solutions</h4>
<a href="index.html#applications">Automotive</a>
<a href="index.html#applications">Warehouse Robotics</a>
<a href="index.html#applications">Last-Mile Delivery</a>
<a href="index.html#applications">Aerospace</a>
<a href="index.html#applications">Logistics</a>
</div>
<div class="footer-section">
<h4>Contact</h4>
<p>hello@simforge.io</p>
<p>SimForge.io</p>
<a href="privacy.html">Privacy Policy</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 SimForge. All rights reserved.</p>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>