-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookies.html
More file actions
118 lines (106 loc) · 7.11 KB
/
cookies.html
File metadata and controls
118 lines (106 loc) · 7.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Policy — GDR Software Development</title>
<meta name="description" content="GDR Software Development cookie policy. How we use cookies and similar technologies on our website.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 3L28 10L16 17L4 10Z' fill='%232997ff' fill-opacity='0.15' stroke='%232997ff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M4 10L16 17L16 31L4 24Z' fill='%232997ff' fill-opacity='0.07' stroke='%232997ff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M28 10L28 24L16 31L16 17Z' fill='%232997ff' fill-opacity='0.1' stroke='%232997ff' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E">
</head>
<body>
<div class="top-accent"></div>
<nav class="navbar is-scrolled" id="navbar">
<div class="nav-container">
<a href="index.html" class="nav-logo">
<div class="logo-mark">
<svg class="logo-icon" width="28" height="28" viewBox="0 0 32 32" fill="none">
<path d="M16 3L28 10L16 17L4 10Z" fill="currentColor" fill-opacity="0.1" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<path d="M4 10L16 17L16 31L4 24Z" fill="currentColor" fill-opacity="0.05" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<path d="M28 10L28 24L16 31L16 17Z" fill="currentColor" fill-opacity="0.07" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
<text x="16" y="10" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">R</text>
<text x="10" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">G</text>
<text x="22" y="20.5" font-family="Inter,sans-serif" font-size="5.5" font-weight="700" fill="currentColor" text-anchor="middle" dominant-baseline="central">D</text>
</svg>
<span class="logo-text">GDR</span>
</div>
</a>
<div class="nav-links" id="navLinks">
<a href="index.html#services" class="nav-link">Services</a>
<a href="index.html#process" class="nav-link">Process</a>
<a href="index.html#industries" class="nav-link">Industries</a>
<a href="index.html#about" class="nav-link">About</a>
<a href="index.html#contact" class="nav-link nav-link-cta">Start a Project</a>
</div>
<button class="nav-toggle" id="navToggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<section class="legal-page">
<div class="container">
<div class="legal-header">
<span class="section-tag">Legal</span>
<h1 class="section-title">Cookie Policy</h1>
<p class="legal-updated">Last updated: 17 February 2026</p>
</div>
<div class="legal-content">
<h2>1. What Are Cookies</h2>
<p>Cookies are small text files that are stored 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.</p>
<h2>2. How We Use Cookies</h2>
<p>GDR Software Development uses cookies to:</p>
<ul>
<li>Ensure the website functions correctly</li>
<li>Understand how visitors use our website</li>
<li>Remember your preferences</li>
<li>Improve your browsing experience</li>
</ul>
<h2>3. Types of Cookies We Use</h2>
<h3>Strictly Necessary Cookies</h3>
<p>These cookies are essential for the website to function and cannot be switched off. They are usually set in response to actions you take, such as setting your privacy preferences or filling in forms.</p>
<h3>Analytics Cookies</h3>
<p>These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. This helps us improve the website's structure and content.</p>
<h3>Functional Cookies</h3>
<p>These cookies enable enhanced functionality and personalisation, such as remembering your preferences when you return to the site.</p>
<h2>4. Managing Cookies</h2>
<p>You can control and manage cookies through your browser settings. Most browsers allow you to:</p>
<ul>
<li>View what cookies are stored and delete them individually</li>
<li>Block third-party cookies</li>
<li>Block cookies from specific sites</li>
<li>Block all cookies</li>
<li>Delete all cookies when you close your browser</li>
</ul>
<p>Please note that blocking or deleting cookies may impact your experience on our website and limit certain functionality.</p>
<h2>5. Third-Party Cookies</h2>
<p>We may use third-party services such as Google Analytics that set their own cookies. We have no direct control over these cookies. Please refer to the respective third-party privacy policies for more information.</p>
<h2>6. Changes to This Policy</h2>
<p>We may update this Cookie Policy from time to time. Any changes will be posted on this page with an updated revision date.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions about our use of cookies, please contact us at:</p>
<p><strong>Email:</strong> contact@gdragency.com<br>
<strong>Location:</strong> Manchester, United Kingdom</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-bottom">
<p>© 2026 GDR Software Development. All rights reserved.</p>
<div class="legal-nav">
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="cookies.html">Cookies</a>
<a href="security.html">Security</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>