File size: 24,340 Bytes
046b6ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About Us | Tameside & Wirral Community Computers</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        .mission-bg {
            background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('http://static.photos/technology/1200x630/5');
            background-size: cover;
            background-position: center;
        }
        .btn-hover-effect {
            transition: all 0.3s ease;
        }
        .btn-hover-effect:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
        }
    </style>
</head>
<body class="font-sans antialiased">
    <!-- Navigation -->
    <nav class="bg-white shadow-lg sticky top-0 z-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-16">
                <div class="flex items-center">
                    <div class="flex-shrink-0 flex items-center">
                        <img class="h-10 w-auto" src="http://static.photos/technology/200x200/1" alt="Community Computers Logo">
                        <span class="ml-2 text-xl font-bold text-gray-800">Community Computers</span>
                    </div>
                    <div class="hidden md:ml-10 md:flex md:space-x-8">
                        <a href="index.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
                        <a href="about.html" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">About Us</a>
                        <a href="news.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">News</a>
                        <a href="case-studies.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Case Studies</a>
                        <a href="get-involved.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Get Involved</a>
                    </div>
                </div>
                <div class="hidden md:ml-6 md:flex md:items-center">
                    <a href="contact.html" class="ml-8 inline-flex items-center justify-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 btn-hover-effect">Contact Us</a>
                </div>
                <div class="-mr-2 flex items-center md:hidden">
                    <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false">
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>

        <!-- Mobile menu -->
        <div class="md:hidden hidden" id="mobile-menu">
            <div class="pt-2 pb-3 space-y-1">
                <a href="index.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
                <a href="about.html" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About Us</a>
                <a href="news.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">News</a>
                <a href="case-studies.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Case Studies</a>
                <a href="get-involved.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Get Involved</a>
                <a href="contact.html" class="block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-500 hover:text-gray-700 hover:bg-gray-50">Contact</a>
            </div>
        </div>
    </nav>

    <!-- Page Header -->
    <div class="bg-gray-50">
        <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
            <div class="text-center">
                <h1 class="text-4xl font-extrabold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl" data-aos="fade-up">
                    Our Story
                </h1>
                <p class="mt-6 max-w-3xl mx-auto text-xl text-gray-500" data-aos="fade-up" data-aos-delay="100">
                    Bridging the digital divide through sustainable technology solutions.
                </p>
            </div>
        </div>
    </div>

    <!-- Our Mission -->
    <div class="mission-bg text-white py-20">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:text-center" data-aos="fade-up">
                <h2 class="text-base text-blue-300 font-semibold tracking-wide uppercase">Our Purpose</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight sm:text-4xl">
                    Fighting Digital Poverty, Reducing E-Waste
                </p>
                <p class="mt-4 max-w-2xl text-xl text-blue-100 lg:mx-auto">
                    We believe everyone deserves access to technology, and every device deserves a second life.
                </p>
            </div>
        </div>
    </div>

    <!-- History -->
    <div class="bg-white py-16">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
                <div class="mb-12 lg:mb-0" data-aos="fade-right">
                    <h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl">
                        From Humble Beginnings
                    </h2>
                    <p class="mt-4 text-lg text-gray-600">
                        Founded in 2015 by a group of tech-savvy volunteers concerned about both digital exclusion and growing e-waste, Tameside Community Computers began as a small project refurbishing donated laptops in a church basement.
                    </p>
                    <p class="mt-4 text-lg text-gray-600">
                        As demand grew, we incorporated as a Community Interest Company in 2017. Our Wirral branch launched in 2019 to serve Merseyside communities. Today, we operate from three dedicated workshops across Greater Manchester and Wirral.
                    </p>
                </div>
                <div class="relative" data-aos="fade-left">
                    <div class="relative w-full rounded-lg shadow-xl overflow-hidden">
                        <img class="w-full" src="http://static.photos/workspace/640x360/10" alt="Our first workshop">
                        <div class="absolute inset-0 bg-blue-500 mix-blend-multiply"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Team -->
    <div class="bg-gray-50 py-16">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:text-center">
                <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase" data-aos="fade-up">Our Team</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl" data-aos="fade-up">
                    Passionate People Making Change
                </p>
                <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto" data-aos="fade-up">
                    Our dedicated staff and volunteers come from all walks of life, united by a shared mission.
                </p>
            </div>

            <div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="100">
                    <img class="h-48 w-full object-cover rounded-t-lg" src="http://static.photos/people/640x360/4" alt="Sarah Johnson">
                    <h3 class="mt-4 text-xl font-bold text-gray-900">Sarah Johnson</h3>
                    <p class="text-blue-600">Founder & CEO</p>
                    <p class="mt-2 text-gray-600">
                        Former IT teacher who saw first-hand how digital exclusion affects students' opportunities.
                    </p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="200">
                    <img class="h-48 w-full object-cover rounded-t-lg" src="http://static.photos/people/640x360/5" alt="Michael Chen">
                    <h3 class="mt-4 text-xl font-bold text-gray-900">Michael Chen</h3>
                    <p class="text-blue-600">Technical Director</p>
                    <p class="mt-2 text-gray-600">
                        IT security specialist ensuring all donated devices meet strict data erasure standards.
                    </p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="300">
                    <img class="h-48 w-full object-cover rounded-t-lg" src="http://static.photos/people/640x360/6" alt="Aisha Mohammed">
                    <h3 class="mt-4 text-xl font-bold text-gray-900">Aisha Mohammed</h3>
                    <p class="text-blue-600">Community Engagement</p>
                    <p class="mt-2 text-gray-600">
                        Connects our work with schools, charities and local organizations across both regions.
                    </p>
                </div>
            </div>
        </div>
    </div>

    <!-- Values -->
    <div class="bg-white py-16">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:text-center">
                <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase" data-aos="fade-up">Our Values</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl" data-aos="fade-up">
                    What Guides Our Work
                </p>
            </div>

            <div class="mt-16 grid gap-8 md:grid-cols-3">
                <div class="flex flex-col" data-aos="fade-up" data-aos-delay="100">
                    <div class="flex-shrink-0">
                        <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
                            <i data-feather="heart"></i>
                        </div>
                    </div>
                    <div class="mt-4">
                        <h3 class="text-lg font-medium text-gray-900">Compassion</h3>
                        <p class="mt-2 text-gray-600">
                            We approach every interaction with empathy, recognizing the dignity in every individual we serve.
                        </p>
                    </div>
                </div>
                <div class="flex flex-col" data-aos="fade-up" data-aos-delay="200">
                    <div class="flex-shrink-0">
                        <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
                            <i data-feather="refresh-cw"></i>
                        </div>
                    </div>
                    <div class="mt-4">
                        <h3 class="text-lg font-medium text-gray-900">Sustainability</h3>
                        <p class="mt-2 text-gray-600">
                            We maximize the lifespan of every device and ensure responsible recycling when reuse isn't possible.
                        </p>
                    </div>
                </div>
                <div class="flex flex-col" data-aos="fade-up" data-aos-delay="300">
                    <div class="flex-shrink-0">
                        <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
                            <i data-feather="shield"></i>
                        </div>
                    </div>
                    <div class="mt-4">
                        <h3 class="text-lg font-medium text-gray-900">Integrity</h3>
                        <p class="mt-2 text-gray-600">
                            We maintain the highest standards in data security, quality assurance, and financial transparency.
                        </p>
                    </div>
                </div>
                <div class="flex flex-col" data-aos="fade-up" data-aos-delay="400">
                    <div class="flex-shrink-0">
                        <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
                            <i data-feather="users"></i>
                        </div>
                    </div>
                    <div class="mt-4">
                        <h3 class="text-lg font-medium text-gray-900">Collaboration</h3>
                        <p class="mt-2 text-gray-600">
                            We believe in working with communities, not just for them, to create lasting solutions.
                        </p>
                    </div>
                </div>
                <div class="flex flex-col" data-aos="fade-up" data-aos-delay="500">
                    <div class="flex-shrink-0">
                        <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
                            <i data-feather="zap"></i>
                        </div>
                    </div>
                    <div class="mt-4">
                        <h3 class="text-lg font-medium text-gray-900">Innovation</h3>
                        <p class="mt-2 text-gray-600">
                            We continuously improve our processes to increase our impact and efficiency.
                        </p>
                    </div>
                </div>
                <div class="flex flex-col" data-aos="fade-up" data-aos-delay="600">
                    <div class="flex-shrink-0">
                        <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
                            <i data-feather="award"></i>
                        </div>
                    </div>
                    <div class="mt-4">
                        <h3 class="text-lg font-medium text-gray-900">Excellence</h3>
                        <p class="mt-2 text-gray-600">
                            Every device we distribute meets rigorous quality standards to ensure reliability.
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Locations -->
    <div class="bg-gray-50 py-16">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:text-center">
                <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase" data-aos="fade-up">Our Locations</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl" data-aos="fade-up">
                    Serving Two Regions
                </p>
            </div>

            <div class="mt-16 grid gap-8 md:grid-cols-2">
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="100">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="w-full h-64 object-cover rounded-t-lg" src="http://static.photos/cityscape/640x360/1" alt="Tameside">
                    </div>
                    <h3 class="mt-4 text-xl font-bold text-gray-900">Tameside Community Computers</h3>
                    <p class="text-blue-600">Greater Manchester</p>
                    <p class="mt-2 text-gray-600">
                        Our flagship location serving communities across Tameside and surrounding areas since 2015. 
                        Open Monday-Friday 9am-5pm for donations and collections.
                    </p>
                    <div class="mt-4">
                        <a href="contact.html#tameside" class="text-blue-600 hover:text-blue-800 font-medium">View location details →</a>
                    </div>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="200">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="w-full h-64 object-cover rounded-t-lg" src="http://static.photos/cityscape/640x360/2" alt="Wirral">
                    </div>
                    <h3 class="mt-4 text-xl font-bold text-gray-900">Wirral Community Computers</h3>
                    <p class="text-blue-600">Merseyside</p>
                    <p class="mt-2 text-gray-600">
                        Established in 2019 to meet growing demand in the Wirral area. 
                        Open Tuesday-Thursday 10am-4pm and Saturdays 9am-1pm.
                    </p>
                    <div class="mt-4">
                        <a href="contact.html#wirral" class="text-blue-600 hover:text-blue-800 font-medium">View location details →</a>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Call to Action -->
    <div class="bg-blue-700">
        <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
            <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl" data-aos="fade-right">
                <span class="block">Want to learn more about our work?</span>
                <span class="block text-blue-200">Download our latest impact report.</span>
            </h2>
            <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0" data-aos="fade-left">
                <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-white hover:bg-blue-50 btn-hover-effect">
                    Download Report
                </a>
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-gray-800">
        <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">About</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="about.html" class="text-base text-gray-400 hover:text-white">Our Story</a></li>
                        <li><a href="team.html" class="text-base text-gray-400 hover:text-white">Team</a></li>
                        <li><a href="funders.html" class="text-base text-gray-400 hover:text-white">Funders</a></li>
                        <li><a href="corporate-donors.html" class="text-base text-gray-400 hover:text-white">Corporate Donors</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">What We Do</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="recycling.html" class="text-base text-gray-400 hover:text-white">Recycling</a></li>
                        <li><a href="data-erasure.html" class="text-base text-gray-400 hover:text-white">Data Erasure</a></li>
                        <li><a href="digital-inclusion.html" class="text-base text-gray-400 hover:text-white">Digital Inclusion</a></li>
                        <li><a href="training.html" class="text-base text-gray-400 hover:text-white">Training</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Get Involved</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="get-involved.html" class="text-base text-gray-400 hover:text-white">Donate</a></li>
                        <li><a href="get-involved.html#volunteer" class="text-base text-gray-400 hover:text-white">Volunteer</a></li>
                        <li><a href="get-involved.html#partner" class="text-base text-gray-400 hover:text-white">Partner</a></li>
                        <li><a href="get-involved.html#fundraise" class="text-base text-gray-400 hover:text-white">Fundraise</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Connect</h3>
                    <ul class="mt-4 space-y-4">
                        <li><a href="contact.html" class="text-base text-gray-400 hover:text-white">Contact Us</a></li>
                        <li><a href="news.html" class="text-base text-gray-400 hover:text-white">News</a></li>
                        <li><a href="gallery.html" class="text-base text-gray-400 hover:text-white">Gallery</a></li>
                        <li class="flex space-x-6">
                            <a href="#" class="text-gray-400 hover:text-white">
                                <i data-feather="facebook"></i>
                            </a>
                            <a href="#" class="text-gray-400 hover:text-white">
                                <i data-feather="twitter"></i>
                            </a>
                            <a href="#" class="text-gray-400 hover:text-white">
                                <i data-feather="instagram"></i>
                            </a>
                            <a href="#" class="text-gray-400 hover:text-white">
                                <i data-feather="linkedin"></i>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>
            <div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between">
                <p class="text-base text-gray-400">
                    &copy; 2023 Tameside & Wirral Community Computers CIC. All rights reserved.
                </p>
                <div class="mt-4 md:mt-0">
                    <a href="privacy.html" class="text-base text-gray-400 hover:text-white ml-0 md:ml-8">Privacy Policy</a>
                    <a href="terms.html" class="text-base text-gray-400 hover:text-white ml-0 md:ml-8">Terms of Service</a>
                    <a href="accessibility.html" class="text-base text-gray-400 hover:text-white ml-0 md:ml-8">Accessibility</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        document.querySelector('[aria-controls="mobile-menu"]').addEventListener('click', function() {
            const menu = document.getElementById('mobile-menu');
            menu.classList.toggle('hidden');
        });

        // Initialize animations and icons
        AOS.init({
            duration: 800,
            easing: 'ease-in-out',
            once: true
        });
        feather.replace();
    </script>
</body>
</html>


[Additional pages would follow the same pattern with appropriate content for News, Case Studies, Get Involved, Funders, Corporate Donors, Data Erasure, Recycling, Gallery, and Contact - each with consistent navigation and footer but unique content sections tailored to their purpose.]