File size: 23,552 Bytes
046b6ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
055e7ad
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tameside & Wirral Community Computers | Bridging Digital Divides</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>
        .hero-gradient {
            background: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);
        }
        .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-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
                        <a href="about.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">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="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
                <a href="about.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">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>

    <!-- Hero Section -->
    <div class="hero-gradient text-white">
        <div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8">
            <div class="text-center" data-aos="fade-up">
                <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
                    Bridging the Digital Divide
                </h1>
                <p class="mt-6 max-w-3xl mx-auto text-xl">
                    We refurbish donated technology to provide affordable devices while reducing e-waste and supporting digital inclusion in Tameside and Wirral communities.
                </p>
                <div class="mt-10 flex flex-col sm:flex-row justify-center gap-4">
                    <a href="get-involved.html" class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-white hover:bg-gray-100 md:py-4 md:text-lg md:px-10 btn-hover-effect">
                        Get Involved
                    </a>
                    <a href="about.html" class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-800 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10 btn-hover-effect">
                        Learn More
                    </a>
                </div>
            </div>
        </div>
    </div>

    <!-- Impact Stats -->
    <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 Impact</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl" data-aos="fade-up">
                    Transforming E-Waste into Opportunities
                </p>
            </div>

            <div class="mt-10">
                <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4">
                    <div class="bg-white p-6 rounded-lg shadow-lg text-center" data-aos="fade-up" data-aos-delay="100">
                        <div class="text-blue-600 mb-4">
                            <i data-feather="cpu" class="w-12 h-12 mx-auto"></i>
                        </div>
                        <h3 class="text-3xl font-bold text-gray-900">2,500+</h3>
                        <p class="mt-2 text-gray-600">Devices Refurbished</p>
                    </div>
                    <div class="bg-white p-6 rounded-lg shadow-lg text-center" data-aos="fade-up" data-aos-delay="200">
                        <div class="text-green-600 mb-4">
                            <i data-feather="users" class="w-12 h-12 mx-auto"></i>
                        </div>
                        <h3 class="text-3xl font-bold text-gray-900">1,200+</h3>
                        <p class="mt-2 text-gray-600">Families Supported</p>
                    </div>
                    <div class="bg-white p-6 rounded-lg shadow-lg text-center" data-aos="fade-up" data-aos-delay="300">
                        <div class="text-yellow-600 mb-4">
                            <i data-feather="trash-2" class="w-12 h-12 mx-auto"></i>
                        </div>
                        <h3 class="text-3xl font-bold text-gray-900">15 Tons</h3>
                        <p class="mt-2 text-gray-600">E-Waste Diverted</p>
                    </div>
                    <div class="bg-white p-6 rounded-lg shadow-lg text-center" data-aos="fade-up" data-aos-delay="400">
                        <div class="text-purple-600 mb-4">
                            <i data-feather="heart" class="w-12 h-12 mx-auto"></i>
                        </div>
                        <h3 class="text-3xl font-bold text-gray-900">50+</h3>
                        <p class="mt-2 text-gray-600">Volunteers Engaged</p>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- How It Works -->
    <div class="py-16 bg-white">
        <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 Process</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl" data-aos="fade-up">
                    The Circular Economy in Action
                </p>
                <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto" data-aos="fade-up">
                    From donation to distribution, we ensure every device gets a second life while protecting your data and our planet.
                </p>
            </div>

            <div class="mt-16">
                <div class="grid md:grid-cols-3 gap-8">
                    <div class="relative" data-aos="fade-up" data-aos-delay="100">
                        <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white -top-6 left-6">
                            <span class="text-xl font-bold">1</span>
                        </div>
                        <div class="bg-gray-50 p-6 pt-12 rounded-lg h-full">
                            <h3 class="text-lg font-medium text-gray-900">Device Donation</h3>
                            <p class="mt-2 text-gray-600">
                                Businesses and individuals donate their used IT equipment which would otherwise become e-waste.
                            </p>
                        </div>
                    </div>
                    <div class="relative" data-aos="fade-up" data-aos-delay="200">
                        <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white -top-6 left-6">
                            <span class="text-xl font-bold">2</span>
                        </div>
                        <div class="bg-gray-50 p-6 pt-12 rounded-lg h-full">
                            <h3 class="text-lg font-medium text-gray-900">Secure Data Erasure</h3>
                            <p class="mt-2 text-gray-600">
                                All devices undergo certified data wiping to ensure complete data security for donors.
                            </p>
                        </div>
                    </div>
                    <div class="relative" data-aos="fade-up" data-aos-delay="300">
                        <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white -top-6 left-6">
                            <span class="text-xl font-bold">3</span>
                        </div>
                        <div class="bg-gray-50 p-6 pt-12 rounded-lg h-full">
                            <h3 class="text-lg font-medium text-gray-900">Refurbishment</h3>
                            <p class="mt-2 text-gray-600">
                                Our skilled volunteers refurbish devices to like-new condition with updated software.
                            </p>
                        </div>
                    </div>
                    <div class="relative" data-aos="fade-up" data-aos-delay="400">
                        <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white -top-6 left-6">
                            <span class="text-xl font-bold">4</span>
                        </div>
                        <div class="bg-gray-50 p-6 pt-12 rounded-lg h-full">
                            <h3 class="text-lg font-medium text-gray-900">Distribution</h3>
                            <p class="mt-2 text-gray-600">
                                Devices are provided to low-income families, schools, and community organizations at low cost.
                            </p>
                        </div>
                    </div>
                    <div class="relative" data-aos="fade-up" data-aos-delay="500">
                        <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white -top-6 left-6">
                            <span class="text-xl font-bold">5</span>
                        </div>
                        <div class="bg-gray-50 p-6 pt-12 rounded-lg h-full">
                            <h3 class="text-lg font-medium text-gray-900">Digital Skills</h3>
                            <p class="mt-2 text-gray-600">
                                Recipients receive digital literacy training to maximize the benefits of their new devices.
                            </p>
                        </div>
                    </div>
                    <div class="relative" data-aos="fade-up" data-aos-delay="600">
                        <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white -top-6 left-6">
                            <span class="text-xl font-bold">6</span>
                        </div>
                        <div class="bg-gray-50 p-6 pt-12 rounded-lg h-full">
                            <h3 class="text-lg font-medium text-gray-900">Responsible Recycling</h3>
                            <p class="mt-2 text-gray-600">
                                Non-reusable components are ethically recycled to complete the circular economy loop.
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Testimonials -->
    <div class="bg-blue-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">Success Stories</h2>
                <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl" data-aos="fade-up">
                    Changing Lives Through Technology
                </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">
                    <div class="flex items-center">
                        <img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Sarah J.">
                        <div class="ml-4">
                            <h4 class="text-lg font-medium text-gray-900">Sarah J.</h4>
                            <p class="text-gray-500">Single Parent</p>
                        </div>
                    </div>
                    <p class="mt-4 text-gray-600">
                        "Thanks to Community Computers, my daughter finally has a laptop for school. She's catching up with her classmates and her confidence has grown so much."
                    </p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="200">
                    <div class="flex items-center">
                        <img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="Mark T.">
                        <div class="ml-4">
                            <h4 class="text-lg font-medium text-gray-900">Mark T.</h4>
                            <p class="text-gray-500">Corporate Donor</p>
                        </div>
                    </div>
                    <p class="mt-4 text-gray-600">
                        "We donated 50 laptops during our office upgrade. Knowing they're helping local families while keeping e-waste out of landfill makes this a win-win."
                    </p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-lg" data-aos="fade-up" data-aos-delay="300">
                    <div class="flex items-center">
                        <img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/3" alt="David P.">
                        <div class="ml-4">
                            <h4 class="text-lg font-medium text-gray-900">David P.</h4>
                            <p class="text-gray-500">Volunteer</p>
                        </div>
                    </div>
                    <p class="mt-4 text-gray-600">
                        "Volunteering here has given me purpose. Teaching digital skills to seniors who've never used a computer before is incredibly rewarding."
                    </p>
                </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">Ready to make a difference?</span>
                <span class="block text-blue-200">Join our mission today.</span>
            </h2>
            <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0 gap-4" data-aos="fade-left">
                <a href="get-involved.html" 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">
                    Donate Devices
                </a>
                <a href="get-involved.html#volunteer" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-800 bg-opacity-60 hover:bg-opacity-70 btn-hover-effect">
                    Volunteer
                </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>