<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Privacy Policy & Terms | AskMeAboutLagos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
background-color: #f9fafb;
color: #333;
margin: 0;
padding: 0;
line-height: 1.7;
}
header {
background: #0f5132;
padding: 24px 16px;
text-align: center;
}
header img {
height: 70px;
margin-bottom: 10px;
}
header h1 {
color: #ffffff;
margin: 0;
font-size: 26px;
}
.container {
max-width: 900px;
margin: 30px auto;
padding: 24px;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
h2 {
color: #0f5132;
margin-top: 30px;
}
h3 {
margin-top: 20px;
}
ul {
padding-left: 20px;
}
footer {
text-align: center;
font-size: 14px;
color: #777;
padding: 20px;
}
a {
color: #0f5132;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.divider {
margin: 40px 0;
border-top: 1px solid #e5e7eb;
}
</style>
</head>
<body>
<header>
<!-- Replace with your actual logo path -->
<img src="/static/logo.png" alt="AskMeAboutLagos Logo">
<h1>AskMeAboutLagos</h1>
</header>
<div class="container">
<!-- ================= PRIVACY POLICY ================= -->
<h2>Privacy Policy</h2>
<p><strong>Effective Date:</strong> January 1, 2025</p>
<p>
AskMeAboutLagos (“we”, “our”, or “us”) is an application designed to help
users discover places, events, restaurants, beaches, and attractions
across Lagos, Nigeria. Your privacy is important to us, and this Privacy
Policy explains how we collect, use, and protect your information.
</p>
<h3>1. Information We Collect</h3>
<ul>
<li>Basic usage data (app interactions and feature usage)</li>
<li>Approximate location data (only if you grant permission)</li>
<li>Device information (device type, OS version)</li>
</ul>
<h3>2. How We Use Your Information</h3>
<ul>
<li>To recommend places and experiences in Lagos</li>
<li>To improve app performance and content quality</li>
<li>To provide customer support</li>
</ul>
<h3>3. Location Data</h3>
<p>
Location access is optional. If enabled, it allows us to show nearby
places and relevant recommendations. You may disable location access
at any time from your device settings.
</p>
<h3>4. Data Sharing</h3>
<p>
We do not sell or rent your personal data. Information may be shared
only with trusted service providers for analytics or infrastructure
support, strictly as needed.
</p>
<h3>5. Data Security</h3>
<p>
We use reasonable safeguards to protect your information. However,
no system is completely secure, and we cannot guarantee absolute
security.
</p>
<h3>6. Children’s Privacy</h3>
<p>
AskMeAboutLagos is not intended for children under the age of 13.
We do not knowingly collect personal data from children.
</p>
<h3>7. Changes to This Policy</h3>
<p>
We may update this Privacy Policy from time to time. Any updates will
be posted on this page with a revised effective date.
</p>
<h3>8. Contact Us</h3>
<p>
If you have questions about this Privacy Policy, contact us at:
<br>
<strong>Email:</strong> support@askmeaboutlagos.com
</p>
<div class="divider"></div>
<!-- ================= TERMS OF SERVICE ================= -->
<h2>Terms of Service</h2>
<p>
By using AskMeAboutLagos, you agree to the following Terms of Service.
If you do not agree, please discontinue use of the app.
</p>
<h3>1. Use of the App</h3>
<p>
AskMeAboutLagos provides informational content about places and
experiences in Lagos. The content is for general informational
purposes only.
</p>
<h3>2. User Responsibilities</h3>
<ul>
<li>You agree to use the app lawfully and responsibly</li>
<li>You will not misuse or attempt to disrupt the app</li>
<li>You understand that place information may change over time</li>
</ul>
<h3>3. Accuracy of Information</h3>
<p>
While we strive to keep information accurate and up to date, we do not
guarantee the completeness, accuracy, or reliability of any listings,
reviews, or recommendations.
</p>
<h3>4. Third-Party Services</h3>
<p>
The app may include links to third-party websites or services.
We are not responsible for the content, policies, or practices of
third parties.
</p>
<h3>5. Intellectual Property</h3>
<p>
All content, branding, logos, and design elements are the property
of AskMeAboutLagos unless otherwise stated. Unauthorized use is
prohibited.
</p>
<h3>6. Limitation of Liability</h3>
<p>
AskMeAboutLagos shall not be liable for any damages arising from your
use of the app, including decisions made based on provided information.
</p>
<h3>7. Termination</h3>
<p>
We reserve the right to suspend or terminate access to the app at any
time, without notice, for violations of these terms.
</p>
<h3>8. Changes to These Terms</h3>
<p>
These Terms may be updated periodically. Continued use of the app
constitutes acceptance of any changes.
</p>
</div>
<footer>
© 2025 AskMeAboutLagos. All rights reserved.
</footer>
</body>
</html>