-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccessibility.html
More file actions
146 lines (125 loc) · 5.67 KB
/
accessibility.html
File metadata and controls
146 lines (125 loc) · 5.67 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accessibility Statement | Bee & Bee Property Management</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<meta name="description" content="Accessibility commitment for Bee & Bee Property Management's website ensuring usability for all visitors.">
</head>
<body>
<header>
<img src="images/logo.png" alt="Bee & Bee Property Management logo" class="brand-logo">
<h1>Accessibility Statement</h1>
<p>Our commitment to an inclusive and usable website</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Our Services</a>
<a href="about.html">About</a>
<a href="contact.html">Contact Us</a>
<a href="quote.html">Get a Quote</a>
<a href="owner-portal.html">Owner Portal</a>
</nav>
<main>
<section class="fade-in">
<h2>Our Commitment</h2>
<p>
Bee & Bee Property Management is committed to ensuring that our website is accessible to as many people as possible,
including people with disabilities. We aim to follow good practice and design our site so that it is:
</p>
<ul>
<li>Clear and easy to navigate</li>
<li>Readable on all devices and screen sizes</li>
<li>Compatible with screen readers where possible</li>
<li>Usable with keyboard-only navigation</li>
</ul>
</section>
<section class="fade-in fade-in-delay-1">
<h2>What We Have Done</h2>
<p>To support accessibility, we have taken steps such as:</p>
<ul>
<li>Using readable fonts and good colour contrast</li>
<li>Providing descriptive text for links where needed</li>
<li>Using simple, consistent layouts across the site</li>
<li>Ensuring forms and buttons are labelled clearly</li>
</ul>
</section>
<section class="fade-in fade-in-delay-2">
<h2>Requesting Information in Another Format</h2>
<p>
If you need any information on this website in a different format — such as large print,
plain text, audio, or another format — please contact us using the details below:
</p>
<ul>
<li><strong>Email:</strong> <a href="mailto:info@beeandbeeproperties.com">info@beeandbeeproperties.com</a></li>
<li><strong>Phone:</strong> <a href="tel:07850177876">07850 177 876</a></li>
</ul>
</section>
<section class="fade-in fade-in-delay-3">
<h2>Reporting Accessibility Problems</h2>
<p>
We are always looking to improve the accessibility of our website. If you find any problems
or believe we are not meeting accessibility requirements, please let us know so we can fix it.
</p>
<p>
You can report an accessibility issue by emailing us at
<a href="mailto:info@beeandbeeproperties.com">info@beeandbeeproperties.com</a>.
</p>
</section>
<section class="fade-in fade-in-delay-3">
<h2>Third-Party Content</h2>
<p>
Some parts of our website include third-party content such as social media icons,
embedded links or forms. We cannot guarantee that all third-party content meets
the same accessibility standards, but we aim to choose reputable services where possible.
</p>
</section>
<section class="fade-in fade-in-delay-3">
<h2>Feedback</h2>
<p>
We welcome suggestions and feedback about accessibility on our site.
If there is a way we can improve your experience, please contact us.
</p>
</section>
</main>
<footer class="site-footer centered-footer">
<div class="footer-container-center">
<h3 class="footer-logo">Bee & Bee Property Management</h3>
<p class="footer-tagline">Cleaning • Bookings • Maintenance for B&Bs</p>
<ul class="footer-links-center">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Our Services</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="quote.html">Get a Quote</a></li>
<a href="owner-portal.html">Owner Portal</a>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Use</a></li>
<li><a href="legal.html">Legal Information</a></li>
<li><a href="accessibility.html">Accessibility</a></li>
<li><a href="complaints.html">Complaints Policy</a></li>
</ul>
<ul class="footer-contact-center">
<li><a href="tel:07850177876">📞 07850 177 876</a></li>
<li><a href="mailto:info@beeandbeeproperties.com">✉️ info@beeandbeeproperties.com</a></li>
<li><a href="https://wa.me/447850177876" target="_blank">💬 WhatsApp</a></li>
</ul>
<ul class="footer-social">
<li><a href="#" aria-label="Facebook"><svg viewBox="0 0 24 24" class="social-icon"><path /></svg></a></li>
<li><a href="#" aria-label="Instagram"><svg viewBox="0 0 24 24" class="social-icon"><path /></svg></a></li>
<li><a href="#" aria-label="TikTok"><svg viewBox="0 0 24 24" class="social-icon"><path /></svg></a></li>
</ul>
<p class="footer-copy">
© <span id="year"></span> Bee & Bee Property Management. All rights reserved.
</p>
</div>
</footer>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>