-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
132 lines (128 loc) · 6.77 KB
/
Copy pathprivacy.html
File metadata and controls
132 lines (128 loc) · 6.77 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy | Local Web Fix</title>
<meta name="description" content="Plain-English privacy information for Local Web Fix, including how enquiry details are handled.">
<link rel="canonical" href="https://localwebfix.co.uk/privacy.html">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Privacy | Local Web Fix">
<meta property="og:description" content="Plain-English privacy information for Local Web Fix, including how enquiry details are handled.">
<meta property="og:url" content="https://localwebfix.co.uk/privacy.html">
<meta property="og:type" content="website">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<script>
(function () {
try {
var key = 'local-web-fix-theme';
var saved = localStorage.getItem(key);
var system = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
document.documentElement.setAttribute('data-theme', saved || system);
} catch (error) {}
}());
</script>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<header class="site-header">
<div class="container header-inner">
<a class="brand" href="/" aria-label="Local Web Fix home"><span class="brand-mark" aria-hidden="true"><svg viewBox="0 0 40 40" focusable="false"><rect x="5.5" y="5.5" width="29" height="29" rx="8"></rect><path d="M12.5 20.5l5.4 5.4L28 15.8"></path><path class="mark-line" d="M13 12.5h12"></path></svg></span><span class="brand-text">Local Web Fix</span></a>
<nav class="site-nav" aria-label="Main navigation"><a href="/">Home</a><a href="/scope.html">Scope</a><a href="/#quick-review">Free check</a></nav>
<button class="theme-toggle" type="button" data-theme-toggle aria-label="Switch colour theme" aria-pressed="false"><span data-theme-label>Dark</span></button>
</div>
</header>
<main id="main" class="page-main secondary-page">
<section class="page-hero">
<div class="container page-hero-grid">
<div class="page-hero-copy">
<a class="back-link" href="/">← Back to homepage</a>
<p class="eyebrow">Privacy</p>
<h1>Privacy, written plainly.</h1>
<p class="page-lede">This is a plain-language privacy notice for Local Web Fix. It explains what information I use to reply, check your request, and deliver any agreed small fix-up.</p>
</div>
<aside class="page-summary-card">
<h2>The short version</h2>
<p>I use your details to reply and handle the work. I do not sell your details. Please do not send passwords, card details or private customer data through the form.</p>
</aside>
</div>
</section>
<section class="page-section compact-info-strip">
<div class="container strip-grid">
<div><strong>No selling data</strong><span>Your enquiry is used to reply and manage the request.</span></div>
<div><strong>No passwords</strong><span>Access is handled through platform permissions where possible.</span></div>
<div><strong>No tracking cookies</strong><span>No non-essential analytics cookies.</span></div>
</div>
</section>
<section class="page-section">
<div class="container privacy-grid">
<article class="info-card">
<h2>What I may collect</h2>
<ul class="clean-list">
<li>Your name and business name.</li>
<li>Email address and optional phone number.</li>
<li>Website, Google, social, menu or booking links.</li>
<li>Details about what you want checked or fixed.</li>
</ul>
</article>
<article class="info-card">
<h2>Why I use it</h2>
<ul class="clean-list">
<li>To reply to your enquiry.</li>
<li>To check whether the request fits the service.</li>
<li>To agree a scope, quote and delivery plan.</li>
<li>To send notes, screenshots or a handover.</li>
</ul>
</article>
<article class="info-card accent-card">
<h2>Do not send this</h2>
<p>Please do not send passwords, card details, customer lists, staff data or private business information through the website form or normal email.</p>
</article>
<article class="info-card">
<h2>Where it may be stored</h2>
<p>Enquiries may be stored in Netlify Forms and Zoho Mail. Project notes may be kept in Google Drive or Google Sheets. Payment records may be stored in Stripe and basic finance records.</p>
</article>
</div>
</section>
<section class="page-section">
<div class="container page-split">
<div>
<p class="eyebrow">Access</p>
<h2>If platform access is needed</h2>
</div>
<div class="check-list-card">
<p>If you add <a href="mailto:hello@localwebfix.co.uk">hello@localwebfix.co.uk</a> as a collaborator, editor or manager, that access is only used for the agreed work and should be removed when the job is finished.</p>
<p>I will not ask you to send passwords by form, email, Instagram, Facebook or text.</p>
</div>
</div>
</section>
<section class="page-section">
<div class="container two-card-grid">
<article class="info-card">
<h2>Cookies and analytics</h2>
<p>This site does not use non-essential analytics cookies. If analytics or tracking is added later, this page will be updated to explain what is used and why.</p>
</article>
<article class="info-card">
<h2>Deleting information</h2>
<p>You can ask me to delete your enquiry details by emailing <a href="mailto:hello@localwebfix.co.uk">hello@localwebfix.co.uk</a>. I may still need to keep basic payment or project records where required for accounting or record-keeping.</p>
</article>
</div>
</section>
<section class="page-section final-cta">
<div class="container cta-card">
<div><p class="eyebrow">Questions?</p><h2>Email Jamie.</h2><p>For privacy questions or deletion requests, contact the business inbox.</p></div>
<a class="btn btn-primary" href="mailto:hello@localwebfix.co.uk">hello@localwebfix.co.uk</a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div><p class="footer-brand">Local Web Fix</p><p>Small website, Google and contact-flow fixes by Jamie Parr. Based in Belfast, helping small UK businesses.</p></div>
<div><p class="footer-heading">Contact</p><a href="mailto:hello@localwebfix.co.uk">hello@localwebfix.co.uk</a></div>
<div><p class="footer-heading">Links</p><a href="/">Home</a><a href="/scope.html">Scope & terms</a><a href="/privacy.html">Privacy</a></div>
</div>
</footer>
<script src="/theme.js" defer></script>
</body>
</html>