Spaces:
Running
Running
| <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"> | |
| © 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> | |