鿴/༭
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us | Eclipse Acupuncture</title> <meta name="description" content="Learn about Eclipse Acupuncture's mission, history, and commitment to holistic health and wellness in London since 2009."> <link rel="canonical" href="https://www.eclipse-acupuncture.co.uk/about"> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌿</text></svg>"> <style> :root { --primary: #2c5282; --primary-dark: #1a365d; --secondary: #38a169; --text: #2d3748; --text-light: #718096; --bg: #f7fafc; --white: #fff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: var(--text); background: var(--bg); } .header { background: var(--white); box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 1rem 0; position: sticky; top: 0; z-index: 100; } .header-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; } .logo-icon { font-size: 1.75rem; } .logo-text { font-size: 1.25rem; font-weight: 700; color: var(--primary); } .nav { display: flex; gap: 2rem; } .nav a { color: var(--text); text-decoration: none; font-weight: 500; } .nav a:hover { color: var(--primary); } .hero { background: linear-gradient(135deg, rgba(44,82,130,0.9), rgba(26,54,93,0.95)), url('https://images.unsplash.com/photo-1629909613654-28e377c37b09?w=1200&fit=crop&auto=format') center/cover; color: var(--white); padding: 4rem 1.5rem; text-align: center; } .hero h1 { font-size: 2.5rem; margin-bottom: 1rem; } .hero p { opacity: 0.9; max-width: 600px; margin: 0 auto; } .main { max-width: 900px; margin: 0 auto; padding: 4rem 1.5rem; } .section { margin-bottom: 3rem; } .section h2 { color: var(--primary); margin-bottom: 1.5rem; font-size: 1.75rem; } .section p { margin-bottom: 1rem; color: var(--text-light); } .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; } .value-card { background: var(--white); padding: 2rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .value-icon { width: 60px; height: 60px; margin-bottom: 1rem; border-radius: 50%; object-fit: cover; } .value-icon-emoji { font-size: 2.5rem; margin-bottom: 1rem; } .value-card h3 { color: var(--primary); margin-bottom: 0.5rem; } .timeline { position: relative; padding-left: 2rem; border-left: 2px solid var(--primary); } .timeline-item { margin-bottom: 2rem; position: relative; } .timeline-item::before { content: ''; width: 12px; height: 12px; background: var(--primary); border-radius: 50%; position: absolute; left: -2.4rem; top: 0.25rem; } .timeline-year { color: var(--primary); font-weight: 700; } .footer { background: var(--primary-dark); color: var(--white); padding: 2rem; text-align: center; } .footer a { color: var(--white); margin: 0 1rem; } .breadcrumb { padding: 1rem 1.5rem; max-width: 1200px; margin: 0 auto; font-size: 0.9rem; } .breadcrumb a { color: var(--primary); text-decoration: none; } @media (max-width: 768px) { .nav { display: none; } .hero h1 { font-size: 1.75rem; } } </style> </head> <body> <header class="header"> <div class="header-inner"> <a href="/" class="logo"><span class="logo-icon">🌿</span><span class="logo-text">Eclipse Acupuncture</span></a> <nav class="nav"> <a href="/">Home</a> <a href="/services">Services</a> <a href="/about">About</a> <a href="/team">Team</a> <a href="/contact">Contact</a> </nav> </div> </header> <div class="breadcrumb"><a href="/">Home</a> / About Us</div> <section class="hero"> <h1>About Eclipse Acupuncture</h1> <p>Providing exceptional holistic healthcare to the London community since 2009</p> </section> <main class="main"> <section class="section"> <h2>Our Story</h2> <p>Eclipse Acupuncture was founded in 2009 by Dr. James Chen with a simple mission: to bring the healing power of Traditional Chinese Medicine to the heart of London while maintaining the highest standards of care and professionalism.</p> <p>What began as a single treatment room has grown into one of London's most respected acupuncture clinics, serving thousands of patients and earning a reputation for excellence in holistic healthcare.</p> <p>Our approach combines ancient wisdom with modern medical understanding, creating treatment plans that address not just symptoms, but the root causes of health concerns.</p> </section> <section class="section"> <h2>Our Values</h2> <div class="values-grid"> <div class="value-card"> <div class="value-icon">🎯</div> <h3>Patient-Centered Care</h3> <p>Every treatment plan is tailored to your unique health needs and wellness goals.</p> </div> <div class="value-card"> <div class="value-icon">🔬</div> <h3>Evidence-Based Practice</h3> <p>We integrate traditional techniques with modern research and clinical evidence.</p> </div> <div class="value-card"> <div class="value-icon">🤝</div> <h3>Integrity & Trust</h3> <p>We build lasting relationships based on honesty, transparency, and respect.</p> </div> <div class="value-card"> <div class="value-icon">📚</div> <h3>Continuous Learning</h3> <p>Our practitioners stay current with the latest developments in TCM and healthcare.</p> </div> </div> </section> <section class="section"> <h2>Our Journey</h2> <div class="timeline"> <div class="timeline-item"> <span class="timeline-year">2009</span> <p>Eclipse Acupuncture founded in Central London with a single treatment room.</p> </div> <div class="timeline-item"> <span class="timeline-year">2012</span> <p>Expanded to larger premises with 3 treatment rooms. Welcomed second practitioner.</p> </div> <div class="timeline-item"> <span class="timeline-year">2015</span> <p>Reached milestone of 5,000 patients treated. Added herbal medicine services.</p> </div> <div class="timeline-item"> <span class="timeline-year">2018</span> <p>Opened second location. Team grew to 5 practitioners.</p> </div> <div class="timeline-item"> <span class="timeline-year">2023</span> <p>Celebrated 10,000+ patients treated. Launched online consultation services.</p> </div> </div> </section> </main> <footer class="footer"> <p>© 2009-2026 Eclipse Acupuncture Ltd. All rights reserved.</p> <p><a href="/privacy-policy">Privacy Policy</a> | <a href="/terms-of-service">Terms of Service</a> | <a href="/contact">Contact</a></p> </footer> </body> </html>