Backup database and code changes - 2025-06-08 20:51:14
This commit is contained in:
@@ -8,7 +8,7 @@ header('Referrer-Policy: strict-origin-when-cross-origin');
|
||||
|
||||
$page_title = "Cookie Policy | UK Data Services - Website Cookie Information";
|
||||
$page_description = "Learn about how UK Data Services uses cookies on our website to improve user experience and comply with UK privacy regulations.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/cookie-policy.php";
|
||||
$canonical_url = "https://ukdataservices.co.uk/cookie-policy";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -115,10 +115,11 @@ $canonical_url = "https://ukdataservices.co.uk/cookie-policy.php";
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<a href="/" class="nav-link">Home</a>
|
||||
<a href="/#services" class="nav-link">Capabilities</a>
|
||||
<a href="project-types.php" class="nav-link">Project Types</a>
|
||||
<a href="about.php" class="nav-link">About</a>
|
||||
<a href="project-types" class="nav-link">Project Types</a>
|
||||
<a href="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
<a href="/#contact" class="nav-link">Contact</a>
|
||||
<a href="quote.php" class="nav-link cta-button">Request Consultation</a>
|
||||
<a href="quote" class="nav-link cta-button">Request Consultation</a>
|
||||
</div>
|
||||
<div class="nav-toggle" id="nav-toggle">
|
||||
<span class="bar"></span>
|
||||
@@ -132,7 +133,7 @@ $canonical_url = "https://ukdataservices.co.uk/cookie-policy.php";
|
||||
<h1>Cookie Policy</h1>
|
||||
<p class="last-updated">Last Updated: <?php echo date('jS F Y'); ?></p>
|
||||
|
||||
<p>This Cookie Policy explains how UK Data Services ("we", "our", or "us") uses cookies and similar technologies on our website. This policy should be read alongside our <a href="privacy-policy.php">Privacy Policy</a>.</p>
|
||||
<p>This Cookie Policy explains how UK Data Services ("we", "our", or "us") uses cookies and similar technologies on our website. This policy should be read alongside our <a href="privacy-policy">Privacy Policy</a>.</p>
|
||||
|
||||
<h2>1. What Are Cookies?</h2>
|
||||
<p>Cookies are small text files that are placed on your device when you visit a website. They are widely used to make websites work more efficiently and to provide information to website owners about user behaviour.</p>
|
||||
@@ -339,20 +340,21 @@ $canonical_url = "https://ukdataservices.co.uk/cookie-policy.php";
|
||||
<div class="footer-section">
|
||||
<h3>Company Information</h3>
|
||||
<ul>
|
||||
<li><a href="about.php">About UK Data Services</a></li>
|
||||
<li><a href="project-types.php">Project Types</a></li>
|
||||
<li><a href="about">About UK Data Services</a></li>
|
||||
<li><a href="project-types">Project Types</a></li>
|
||||
<li><a href="faq">FAQ</a></li>
|
||||
<li><a href="/#contact">Contact & Enquiries</a></li>
|
||||
<li><a href="quote.php">Request Consultation</a></li>
|
||||
<li><a href="quote">Request Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Legal</h3>
|
||||
<ul>
|
||||
<li><a href="privacy-policy.php">Privacy Policy</a></li>
|
||||
<li><a href="terms-of-service.php">Terms of Service</a></li>
|
||||
<li><a href="cookie-policy.php">Cookie Policy</a></li>
|
||||
<li><a href="gdpr-compliance.php">GDPR Compliance</a></li>
|
||||
<li><a href="privacy-policy">Privacy Policy</a></li>
|
||||
<li><a href="terms-of-service">Terms of Service</a></li>
|
||||
<li><a href="cookie-policy">Cookie Policy</a></li>
|
||||
<li><a href="gdpr-compliance">GDPR Compliance</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user