69 lines
3.3 KiB
PHP
69 lines
3.3 KiB
PHP
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy - Mapping Agricultural Land Use and Crop Suitability</title>
|
|
<meta name="description" content="Privacy Policy for the GIS Balangkayan project.">
|
|
<meta name="keywords" content="privacy policy, GIS, agricultural land use, crop suitability, QGIS, Balangkayan, Eastern Samar">
|
|
<meta property="og:title" content="Privacy Policy - Mapping Agricultural Land Use and Crop Suitability">
|
|
<meta property="og:description" content="Privacy Policy for the GIS Balangkayan project.">
|
|
<meta property="og:image" content="">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
|
|
<link rel="stylesheet" href="assets/css/custom.css">
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm sticky-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="/">GIS Balangkayan</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
<ul class="navbar-nav ms-auto">
|
|
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<main class="section">
|
|
<div class="container">
|
|
<h1 class="section-title">Privacy Policy</h1>
|
|
<div class="row">
|
|
<div class="col-md-8 mx-auto">
|
|
<p>This is a placeholder for the Privacy Policy. You should update this to reflect your data handling practices.</p>
|
|
|
|
<h2>Information We Collect</h2>
|
|
<p>We collect information you provide to us directly, such as when you fill out the contact form. This may include your name, email address, and any message you send.</p>
|
|
|
|
<h2>How We Use Information</h2>
|
|
<p>We use the information we collect to respond to your inquiries and to improve our services.</p>
|
|
|
|
<h2>Sharing of Information</h2>
|
|
<p>We do not share your personal information with third parties except as required by law.</p>
|
|
|
|
<h2>Contact Us</h2>
|
|
<p>If you have any questions about this Privacy Policy, please contact us through the form on our homepage.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container text-center">
|
|
<p>© 2025 GIS Balangkayan. All Rights Reserved.</p>
|
|
<p><a href="/privacy.php" class="text-white">Privacy Policy</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|