-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
95 lines (91 loc) · 4.69 KB
/
Copy pathterms.html
File metadata and controls
95 lines (91 loc) · 4.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service | AgriPilot System</title>
<meta name="description" content="Terms of Service for AgriPilot System.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.agripilotsystem.com/{PATH}">
<meta property="og:title" content="Terms of Service | AgriPilot System">
<meta property="og:description" content="Terms of Service for AgriPilot System.">
<meta property="og:type" content="website">
<meta property="og:image" content="images/og-cover.svg">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="">
<header class="site-header">
<div class="container nav">
<a href="index.html" aria-label="AgriPilot System home"><img src="images/logo.svg" alt="AgriPilot System logo" height="34"></a>
<nav class="nav-links"><a href="index.html" class="">Home</a>
<a href="features.html" class="">Features</a>
<a href="species.html" class="">Species We Support</a>
<a href="about.html" class="">About</a>
<a href="contact.html" class="">Contact</a></nav>
<div class="nav-cta">
<button class="theme-toggle" data-theme-toggle aria-label="Toggle dark mode">🌙</button>
<a href="login.html" class="btn btn-ghost btn-sm">Log In</a>
<a href="register.html" class="btn btn-primary btn-sm">Start Free Trial</a>
<button class="nav-toggle" aria-label="Open menu">☰</button>
</div>
</div>
</header>
<section class="hero" style="padding:56px 0;"><div class="container"><span class="eyebrow">Legal</span><h1>Terms of Service</h1></div></section>
<section><div class="container-narrow">
<p>These terms govern your use of the AgriPilot System platform.</p>
<h2>1. Overview</h2><p>This document is a placeholder legal policy for the AgriPilot System demo package and should be reviewed by qualified legal counsel before production use.</p>
<h2>2. Data We Collect</h2><p>Farm, animal, health, financial and account data you enter into the platform, plus standard technical logs required for security and audit purposes.</p>
<h2>3. How We Use Data</h2><p>To operate core features (health alerts, AI recommendations, reporting), maintain security, and improve the platform.</p>
<h2>4. Your Rights</h2><p>You may request export or deletion of your farm's data at any time by contacting our support team.</p>
<h2>5. Contact</h2><p>Questions about this policy can be sent to <a href="mailto:olatundeajayi87@yahoo.com">olatundeajayi87@yahoo.com</a>.</p>
</div></section>
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<div>
<img src="images/logo-white.svg" alt="AgriPilot System" height="32">
<p class="footer-desc">AI-powered animal production management for poultry, cattle, dairy, goats, sheep, pigs, fish and mixed livestock farms — built for Africa, ready for the world.</p>
<div class="social-row">
<a href="https://wa.me/2348062177435" aria-label="WhatsApp">💬</a>
<a href="#" aria-label="Facebook">f</a>
<a href="#" aria-label="X / Twitter">𝕏</a>
<a href="#" aria-label="LinkedIn">in</a>
</div>
</div>
<div>
<h4>Platform</h4>
<a href="dashboard.html">Dashboard</a>
<a href="livestock.html">Livestock Registry</a>
<a href="health.html">AI Health Monitoring</a>
<a href="feed.html">Feed Management</a>
<a href="breeding.html">Breeding & Reproduction</a>
<a href="ai-advisor.html">AI Farm Advisor</a>
</div>
<div>
<h4>Company</h4>
<a href="about.html">About Us</a>
<a href="features.html">Features</a>
<a href="species.html">Species We Support</a>
<a href="reports.html">Sample Reports</a>
<a href="contact.html">Contact</a>
</div>
<div>
<h4>Contact</h4>
<a href="tel:+2348062177435">📞 +234 806 217 7435</a>
<a href="https://wa.me/2348062177435">🟢 WhatsApp: +234 806 217 7435</a>
<a href="mailto:olatundeajayi87@yahoo.com">✉️ olatundeajayi87@yahoo.com</a>
<a href="mailto:adavidigitalmediaconcepts@gmail.com">✉️ adavidigitalmediaconcepts@gmail.com</a>
<a href="#">📍 Ikorodu, Lagos, Nigeria</a>
</div>
</div>
<div class="footer-bottom">
<span>© <span data-year></span> AgriPilot System. All rights reserved.</span>
<span><a href="privacy.html">Privacy Policy</a> · <a href="terms.html">Terms of Service</a></span>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>