-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththank-you.html
More file actions
201 lines (185 loc) · 6.4 KB
/
Copy paththank-you.html
File metadata and controls
201 lines (185 loc) · 6.4 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Thank You | EthicaData</title>
<meta
name="description"
content="Confirmation page for successful contact form submission on EthicaData."
>
<meta name="author" content="Baber Khan">
<meta name="robots" content="noindex, nofollow">
<!-- Favicon -->
<link
rel="shortcut icon"
href="./images/common/logo_dark.svg"
type="image/x-icon"
>
<!-- Fonts -->
<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@400;600;700&family=Poppins:wght@300;600;900&display=swap"
rel="stylesheet"
>
<!-- Styles -->
<link rel="stylesheet" href="./styles/styles.css">
<!-- Scripts -->
<script src="./scripts/scripts.js" defer></script>
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<!-- SITE HEADER -->
<header class="site-header">
<div class="header-content">
<a href="./index.html" class="brand" aria-label="EthicaData homepage">
<img
class="logo"
src="./images/common/logo_dark.svg"
alt="EthicaData logo"
>
</a>
<div class="design-line-wrapper" aria-hidden="true">
<!-- Alt is intentionally empty for this image as per W3 guidelines -->
<img
class="design-line"
src="./images/common/design-line.svg"
alt=""
loading="lazy"
>
</div>
<div class="menu">
<button
class="menu-button"
type="button"
aria-expanded="false"
aria-controls="primary-nav"
aria-label="Toggle navigation"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</button>
<nav
id="primary-nav"
class="nav"
aria-label="Primary navigation"
hidden
>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./principles.html">Principles</a></li>
<li><a href="./practice.html">Practice</a></li>
<li><a href="./references.html">References</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- SITE MAIN CONTENT -->
<main id="main" class="main-content">
<!-- SECTION: Contact -->
<section class="page-section thank-you" aria-labelledby="thank-you-title">
<header class="thank-you-header">
<h1 class="page-title" id="thank-you-title">Thank You</h1>
<p class="page-subtitle">
Your message has been received successfully.
</p>
<p>
We review all enquiries carefully and will respond as soon as
possible, usually within one to two working days.
</p>
<p>
EthicaData values thoughtful dialogue around responsible technology,
data practice, and ethical decision-making. We appreciate you taking
the time to reach out.
</p>
<p class="thank-you-notice">
Your information is handled securely and used only to respond to
your enquiry.
</p>
<a href="./contact.html" class="button cta-button">
<span aria-hidden="true">←</span>
Go back to contact page
</a>
</header>
</section>
</main>
<!-- SITE FOOTER -->
<footer class="site-footer">
<!-- Main footer content -->
<div class="footer-content-container">
<div class="footer-content">
<!-- Logo -->
<a href="./index.html" class="brand" aria-label="EthicaData homepage">
<img
class="logo"
src="./images/common/logo_light.svg"
alt="EthicaData logo"
>
</a>
<!-- UN SDGs -->
<figure class="un-sdgs">
<figcaption class="sr-only">
United Nations Sustainable Development Goals supported
</figcaption>
<img
src="./images/home/sdg16.svg"
alt="SDG 16 - Peace, Justice and Strong Institutions"
loading="lazy"
>
<img
src="./images/home/sdg10.svg"
alt="SDG 10 - Reduced Inequalities"
loading="lazy"
>
<img
src="./images/home/sdg9.svg"
alt="SDG 9 - Industry, Innovation and Infrastructure"
loading="lazy"
>
<img
src="./images/home/sdg3.svg"
alt="SDG 3 - Good Health and Well-Being"
loading="lazy"
>
</figure>
<!-- Footer Navigation -->
<nav id="footer-nav" class="nav" aria-label="Footer navigation">
<h2 class="nav-heading">Explore</h2>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./principles.html">Principles</a></li>
<li><a href="./practice.html">Practice</a></li>
<li><a href="./references.html">References</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<!-- Contact Details -->
<section class="contact-details" aria-labelledby="contact-heading">
<h2 id="contact-heading">Contact</h2>
<address>
<span>Millennium Point</span><br>
<span>Birmingham City University</span><br>
<span>Curzon Street</span><br>
<span>Birmingham B4 7AP</span><br>
</address>
<div>
<a href="tel:+447438234827">(+44) 7438 234 827</a>
<a href="mailto:baber.khan@mail.bcu.ac.uk">
baber.khan@mail.bcu.ac.uk
</a>
<p class="student-id">Student ID No. 17125325</p>
</div>
</section>
</div>
</div>
<!-- Copyright -->
<p class="copyright">
Copyright © 2025, EthicaData. All rights reserved.
</p>
</footer>
</body>
</html>