feat: add email card with clickable email and hover effects
Introduce clean email card with icon, heading, and responsive design. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
c9db97b731
commit
2c90c0c680
|
|
@ -0,0 +1,217 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About Dahlia B. Steinberg, RMT - Ebb'nFlow Therapeutics</title>
|
||||
<meta name="description" content="Meet Dahlia B. Steinberg, RMT - Founder of Ebb'nFlow Therapeutics. A lifelong interest in movement and healing arts.">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<header id="navbar">
|
||||
<div class="container">
|
||||
<nav>
|
||||
<a href="/" class="logo">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<span class="logo-text">Ebb'nFlow <span class="highlight">Therapeutics</span></span>
|
||||
</a>
|
||||
|
||||
<button class="mobile-menu-btn" onclick="toggleMobileMenu()">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
|
||||
<ul class="nav-links" id="navLinks">
|
||||
<li><a href="index.html#services" onclick="closeMobileMenu()">Services</a></li>
|
||||
<li><a href="index.html#prices" onclick="closeMobileMenu()">Prices</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li class="cta-nav">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">
|
||||
📅 Book Appointment
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="page-hero">
|
||||
<div class="container">
|
||||
<span class="badge">About Dahlia</span>
|
||||
<h1>Dahlia B. Steinberg, RMT</h1>
|
||||
<p class="hero-subtitle">Founder and Owner of Ebb'nFlow Therapeutics</p>
|
||||
<p class="hero-description">A lifelong interest in movement and the healing arts is the foundation of her practice as a massage therapist, laser therapist, and movement educator.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Bio Section -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<div class="two-col-grid">
|
||||
<div class="content-text">
|
||||
<h2>Professional Background</h2>
|
||||
<p>Dahlia's personal and professional experience with a wide range of bodywork practices including yoga, pilates, somatic movement and modern dance spans 30 years and informs her unique style and approach to her clinical practice of massage therapy.</p>
|
||||
<p>She is registered with the College of Massage Therapists of Ontario (CMTO), which is the provincial regulatory body that protects the public interest by monitoring the ongoing professional development and ethical standards of RMTs.</p>
|
||||
|
||||
<div class="info-card">
|
||||
<h3>Practice Evolution</h3>
|
||||
<div class="timeline">
|
||||
<p><strong>2013:</strong> Started Ebb'nflow Massage, working with Dr. Enrico Schirru at Absolute Chiropractic</p>
|
||||
<p><strong>2013-2017:</strong> Worked at Paisley Spa and John Chan Physiotherapy Clinic</p>
|
||||
<p><strong>2015:</strong> Established first home-based clinic on Ontario Street</p>
|
||||
<p><strong>2017:</strong> Moved to home location on Woodbine Ave., working solely for herself</p>
|
||||
<p><strong>2025:</strong> Relocated to downtown St. Catharines, rebranded to Ebb'nFlow Therapeutics</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-image">
|
||||
<img src="images/dahlia-portrait.jpg" alt="Dahlia B. Steinberg, RMT - Founder of Ebb'nFlow Therapeutics">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Education Section -->
|
||||
<section class="content-section bg-alt">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Education & Training</h2>
|
||||
|
||||
<div class="education-grid">
|
||||
<div class="education-card">
|
||||
<h3>Formal Education</h3>
|
||||
<div class="education-list">
|
||||
<p><strong>2021:</strong> Meditech International Inc. Bioflex Laser Therapy Certification</p>
|
||||
<p><strong>2012:</strong> Graduate, Massage Therapy Program, Ontario College of Health and Technology</p>
|
||||
<p><strong>2009:</strong> Pilates Teacher Training, STOTT Toronto (Beginner to Advanced Matwork)</p>
|
||||
<p><strong>2003-05:</strong> Yoga Teacher Training, Yogaspace Toronto (200 hr diploma + Advanced Teacher Training)</p>
|
||||
<p><strong>1998:</strong> School of Toronto Dance Theatre's Professional Training Program</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="education-card">
|
||||
<h3>Continuing Education</h3>
|
||||
<ul class="bullet-list">
|
||||
<li>Myofascial therapy/structural integration</li>
|
||||
<li>Biodynamic craniosacral therapy</li>
|
||||
<li>Osteopathic techniques for RMTs</li>
|
||||
<li>Advanced sacro-lumbar and thoracic spine assessments and joint mobilization</li>
|
||||
<li>Axis Syllabus - evolving theory and practice of dynamic human movement</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="education-card highlight-card">
|
||||
<h3>Recognition & Support</h3>
|
||||
<p>Massage Therapy is Dahlia's second career, supported by:</p>
|
||||
<ul class="bullet-list">
|
||||
<li>Training and subsistence grant from the Dancer's Transition and Resource Centre (2010)</li>
|
||||
<li>Special second year award for academic excellence (Dancer's Transition and Resource Centre, 2011)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Teaching Section -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<div class="centered-content">
|
||||
<h2>Teaching & Mentorship</h2>
|
||||
<p>Dahlia now also works once a week as a supervisor and teacher in the student massage therapy clinic, which is open to the public at the Ontario College of Health and Technology in Stoney Creek. This role helps to keep her engaged and informed in her current practice while inspiring her to encourage and mentor the next generation of massage therapists.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Meet Olivia Section -->
|
||||
<section class="content-section bg-alt">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Meet Olivia</h2>
|
||||
|
||||
<div class="two-col-grid reverse">
|
||||
<div class="content-image">
|
||||
<img src="images/olivia-cat.png" alt="Olivia, the friendly clinic cat at Ebb'nFlow Therapeutics">
|
||||
</div>
|
||||
<div class="content-text">
|
||||
<div class="info-card">
|
||||
<p>No visit to Ebb'nFlow Therapeutics would be complete without meeting Olivia, our gentle and affectionate clinic companion. This sweet tabby girl has a calming presence that perfectly complements the therapeutic atmosphere of our space.</p>
|
||||
<p>Olivia enjoys greeting clients with soft purrs and will often curl up nearby during sessions, adding an extra layer of comfort and relaxation to your experience. Her friendly demeanor and peaceful energy make her a beloved part of the Ebb'nFlow family.</p>
|
||||
<p class="italic">Please let us know if you have any allergies or prefer a cat-free session—we're happy to accommodate all our clients' needs!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<h2>Experience Dahlia's Unique Approach</h2>
|
||||
<p>Combining 30 years of movement expertise with clinical massage therapy excellence.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
<a href="what-to-expect.html" class="btn btn-primary">What to Expect</a>
|
||||
</div>
|
||||
<div class="rmt-badge">
|
||||
<img src="images/rmt-certification.png" alt="Registered Massage Therapist - Professional Hands You Can Trust">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<h3>Ebb'nFlow <span class="highlight">Therapeutics</span></h3>
|
||||
<p>A boutique wellness sanctuary. One client, one space, one transformative experience at a time.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Services</h4>
|
||||
<ul>
|
||||
<li><a href="index.html#services">Massage Therapy</a></li>
|
||||
<li><a href="index.html#services">Laser Therapy</a></li>
|
||||
<li><a href="index.html#services">Movement Therapy</a></li>
|
||||
<li><a href="contact.html">Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Quick Links</h4>
|
||||
<ul>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="index.html#prices">Prices</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="what-to-expect.html">What to Expect</a></li>
|
||||
<li><a href="movement.html">Movement Workshops</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-contact">
|
||||
<h4>Contact Info</h4>
|
||||
<p>📍 59 Wellington Street<br>St. Catharines, ON L2R 5P9</p>
|
||||
<p>📞 (289) 969-3219</p>
|
||||
<p>✉️ info@ebbnflowtherapeutics.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Ebb'nFlow Therapeutics. All rights reserved.</p>
|
||||
<div class="footer-legal">
|
||||
<a href="#">Privacy Policy</a>
|
||||
<a href="#">Terms of Service</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,212 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contact Us - Ebb'nFlow Therapeutics</title>
|
||||
<meta name="description" content="Get in touch with Ebb'nFlow Therapeutics. Visit us in downtown St. Catharines or book your appointment online.">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<header id="navbar">
|
||||
<div class="container">
|
||||
<nav>
|
||||
<a href="/" class="logo">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<span class="logo-text">Ebb'nFlow <span class="highlight">Therapeutics</span></span>
|
||||
</a>
|
||||
|
||||
<button class="mobile-menu-btn" onclick="toggleMobileMenu()">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
|
||||
<ul class="nav-links" id="navLinks">
|
||||
<li><a href="index.html#services" onclick="closeMobileMenu()">Services</a></li>
|
||||
<li><a href="index.html#prices" onclick="closeMobileMenu()">Prices</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li class="cta-nav">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">
|
||||
📅 Book Appointment
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="page-hero">
|
||||
<div class="container">
|
||||
<span class="badge">Get in Touch</span>
|
||||
<h1>Contact Us</h1>
|
||||
<p class="hero-subtitle">"A place to unwind, a place to heal, a place to grow"</p>
|
||||
<p class="hero-description">Ready to experience boutique wellness? Let's chat about creating your personalized sanctuary for healing and self-care.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Clinic Images -->
|
||||
<section class="clinic-images">
|
||||
<div class="container">
|
||||
<div class="image-grid">
|
||||
<div class="image-card">
|
||||
<img src="images/clinic-exterior.jpg" alt="Ebb'nFlow Therapeutics clinic exterior">
|
||||
<div class="image-caption">Our Welcoming Exterior</div>
|
||||
</div>
|
||||
<div class="image-card">
|
||||
<img src="images/yellow-door.jpg" alt="Distinctive yellow entrance door">
|
||||
<div class="image-caption">Find Our Yellow Door</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Contact Section -->
|
||||
<section class="contact-section">
|
||||
<div class="container">
|
||||
<div class="contact-grid-simple">
|
||||
<!-- Email Us Card -->
|
||||
<div class="email-card">
|
||||
<div class="icon-header-large">
|
||||
<span class="large-icon">✉️</span>
|
||||
<h2>Email Us</h2>
|
||||
</div>
|
||||
<p class="email-description">Have questions or want to book an appointment? Send us an email and we'll get back to you within 24 hours.</p>
|
||||
<a href="mailto:info@ebbnflowtherapeutics.com" class="email-link">
|
||||
info@ebbnflowtherapeutics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Contact Info -->
|
||||
<div class="contact-info-wrapper">
|
||||
<div class="info-card">
|
||||
<h3>Visit Our Clinic</h3>
|
||||
<div class="contact-item">
|
||||
<span class="icon">📍</span>
|
||||
<div>
|
||||
<p class="item-title">Address</p>
|
||||
<p>59 Wellington Street<br>St. Catharines, ON L2R 5P9</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<span class="icon">📞</span>
|
||||
<div>
|
||||
<p class="item-title">Phone</p>
|
||||
<p><a href="tel:2899693219" class="phone-link">(289) 969-3219</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<span class="icon">✉️</span>
|
||||
<div>
|
||||
<p class="item-title">Email</p>
|
||||
<p><a href="mailto:info@ebbnflowtherapeutics.com" class="email-link-small">info@ebbnflowtherapeutics.com</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="info-card">
|
||||
<h3>Office Hours</h3>
|
||||
<div class="hours-list">
|
||||
<div class="hours-item">
|
||||
<span>Monday - Thursday</span>
|
||||
<span>9:00 AM - 7:00 PM</span>
|
||||
</div>
|
||||
<div class="hours-item">
|
||||
<span>Friday</span>
|
||||
<span>9:00 AM - 5:00 PM</span>
|
||||
</div>
|
||||
<div class="hours-item">
|
||||
<span>Saturday</span>
|
||||
<span>10:00 AM - 4:00 PM</span>
|
||||
</div>
|
||||
<div class="hours-item">
|
||||
<span>Sunday</span>
|
||||
<span>Closed</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="info-card emergency">
|
||||
<div class="contact-item">
|
||||
<span class="icon">⏰</span>
|
||||
<div>
|
||||
<p class="item-title">Emergency Contact</p>
|
||||
<p class="small">For urgent matters outside of business hours, please call our emergency line at (289) 969-3220 or visit your nearest emergency room.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<h2>Ready for Your Personal Wellness Experience?</h2>
|
||||
<p>Book your private session in our cozy, boutique space. Experience what it means to have dedicated time and space just for your wellness journey.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
<a href="tel:2899693219" class="btn btn-primary">Call for Personal Consultation</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<h3>Ebb'nFlow <span class="highlight">Therapeutics</span></h3>
|
||||
<p>A boutique wellness sanctuary. One client, one space, one transformative experience at a time.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Services</h4>
|
||||
<ul>
|
||||
<li><a href="index.html#services">Massage Therapy</a></li>
|
||||
<li><a href="index.html#services">Laser Therapy</a></li>
|
||||
<li><a href="index.html#services">Movement Therapy</a></li>
|
||||
<li><a href="contact.html">Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Quick Links</h4>
|
||||
<ul>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="index.html#prices">Prices</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="what-to-expect.html">What to Expect</a></li>
|
||||
<li><a href="movement.html">Movement Workshops</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-contact">
|
||||
<h4>Contact Info</h4>
|
||||
<p>📍 59 Wellington Street<br>St. Catharines, ON L2R 5P9</p>
|
||||
<p>📞 (289) 969-3219</p>
|
||||
<p>✉️ info@ebbnflowtherapeutics.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Ebb'nFlow Therapeutics. All rights reserved.</p>
|
||||
<div class="footer-legal">
|
||||
<a href="#">Privacy Policy</a>
|
||||
<a href="#">Terms of Service</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,261 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ebb'nFlow Therapeutics - Massage, Laser & Movement Therapy</title>
|
||||
<meta name="description" content="Experience holistic healing through our integrated therapeutic services. Massage therapy, laser therapy, and movement therapy in a peaceful, professional setting.">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<header id="navbar">
|
||||
<div class="container">
|
||||
<nav>
|
||||
<a href="/" class="logo">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<span class="logo-text">Ebb'nFlow <span class="highlight">Therapeutics</span></span>
|
||||
</a>
|
||||
|
||||
<button class="mobile-menu-btn" onclick="toggleMobileMenu()">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
|
||||
<ul class="nav-links" id="navLinks">
|
||||
<li><a href="#services" onclick="closeMobileMenu()">Services</a></li>
|
||||
<li><a href="#prices" onclick="closeMobileMenu()">Prices</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li class="cta-nav">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">
|
||||
📅 Book Appointment
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<div class="hero-grid">
|
||||
<div class="hero-content">
|
||||
<h1>Ebb'nFlow <span class="highlight">Therapeutics</span></h1>
|
||||
<p class="hero-subtitle">Excellence in Massage Therapy Since 2013</p>
|
||||
<p class="hero-description">A serene, home-based practice in the heart of downtown St Catharines</p>
|
||||
<p class="hero-tagline">Owned and operated by Dahlia B. Steinberg RMT.</p>
|
||||
|
||||
<div class="hero-buttons">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
<a href="about.html" class="btn btn-secondary">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hero-image">
|
||||
<img src="images/reception-area.jpg" alt="Welcoming reception area at Ebb'nFlow Therapeutics">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- About Section -->
|
||||
<section class="about-intro">
|
||||
<div class="container">
|
||||
<div class="about-card">
|
||||
<p>Ebb'nFlow Therapeutics provides Massage Therapy that is attentive to your unique needs and goals. Whether you are looking for recovery from the stress and strains of work, to manage pain, prevent injury or improve your physical performance, we're here to meet you where you are.</p>
|
||||
<p>Unlike any other massage therapy practice, Ebb'nFlow Therapeutics also offers a distinctly unique service that combines the cutting edge technology of Laser Therapy (Photobiomodulation) in combination with massage therapy for accelerated healing of acute pain conditions and injury.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Services Section -->
|
||||
<section id="services" class="services">
|
||||
<div class="container">
|
||||
<h2>Services</h2>
|
||||
<p class="section-description">Please click on the links below to learn more about the unique services offered, based on a comprehensive, clinical practice of Massage Therapy.</p>
|
||||
|
||||
<div class="services-grid">
|
||||
<!-- Massage Therapy -->
|
||||
<div class="service-card">
|
||||
<img src="images/treatment-room.jpg" alt="Professional massage therapy treatment room">
|
||||
<div class="service-content">
|
||||
<h3>Massage Therapy Treatment</h3>
|
||||
<p>General Swedish Massage combined with specialized techniques tailored to your specific needs.</p>
|
||||
<button class="btn btn-outline" onclick="showModal('massage')">Learn More About Massage Therapy</button>
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Laser Therapy -->
|
||||
<div class="service-card">
|
||||
<img src="images/bioflex-laser.png" alt="BioFlex Laser Therapy">
|
||||
<div class="service-content">
|
||||
<h3>Laser Therapy Treatment</h3>
|
||||
<p>Stand alone or combined with Massage Therapy (recommended). Laser therapy provides accelerated healing for musculoskeletal injury, wounds, arthritis, and nerve injury.</p>
|
||||
<button class="btn btn-outline" onclick="showModal('laser')">Learn More About Laser Therapy</button>
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Movement Education -->
|
||||
<div class="service-card">
|
||||
<img src="images/movement-class.png" alt="Movement education class">
|
||||
<div class="service-content">
|
||||
<h3>Movement Education</h3>
|
||||
<p>Remedial exercise instruction involves teaching targeted strength, stretch or mobility exercises that further the benefits of massage therapy long term.</p>
|
||||
<a href="movement.html" class="btn btn-outline">See Movement Workshops</a>
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Pricing Section -->
|
||||
<section id="prices" class="pricing">
|
||||
<div class="container">
|
||||
<h2>Prices</h2>
|
||||
|
||||
<div class="pricing-grid">
|
||||
<div class="pricing-card">
|
||||
<h3>Massage and/or Laser Therapy</h3>
|
||||
<div class="price-list">
|
||||
<div class="price-item">
|
||||
<span>30 Minute</span>
|
||||
<span>$53.50 <small>(+$6.95 HST)</small></span>
|
||||
</div>
|
||||
<div class="price-item">
|
||||
<span>45 Minute</span>
|
||||
<span>$80.25 <small>(+$10.43 HST)</small></span>
|
||||
</div>
|
||||
<div class="price-item">
|
||||
<span>60 Minute</span>
|
||||
<span>$107.00 <small>(+$13.91 HST)</small></span>
|
||||
</div>
|
||||
<div class="price-item">
|
||||
<span>75 Minute</span>
|
||||
<span>$133.75 <small>(+$17.38 HST)</small></span>
|
||||
</div>
|
||||
<div class="price-item">
|
||||
<span>90 Minute</span>
|
||||
<span>$160.50 <small>(+$20.86 HST)</small></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card">
|
||||
<h3>Add-on Laser Therapy</h3>
|
||||
<p class="pricing-note">If combined simultaneously with Massage Therapy for more than 15 minutes</p>
|
||||
<div class="addon-price">
|
||||
<span class="large-price">$1.00/minute</span>
|
||||
<span class="price-note">(+ HST)</span>
|
||||
</div>
|
||||
<p class="pricing-note">Available in 15, 30, 45 and 60 minute intervals</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="insurance-card">
|
||||
<h3>Payment & Insurance</h3>
|
||||
<p class="insurance-highlight">Direct billing is now available</p>
|
||||
<div class="insurance-details">
|
||||
<p><strong>Accepted:</strong> Cash, Direct Billing, E-transfer, Debit, Credit Card (Visa, AmEx, Mastercard)</p>
|
||||
<p>RMTs are regulated health care professionals recognized by insurance companies across Ontario.</p>
|
||||
<p>It is recommended that clients check with their insurance provider about whether they are required to have a doctor's note in order to submit a claim.</p>
|
||||
<p>Your receipt will include the practitioner's registration number necessary for an insurance claim submission. This number verifies that your therapist is registered with the College of Massage Therapists of Ontario (CMTO).</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<h2>Ready to Begin Your Wellness Journey?</h2>
|
||||
<div class="cta-contact">
|
||||
<div class="contact-item">
|
||||
<span>📞</span>
|
||||
<span>(289) 969-3219</span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<span>📍</span>
|
||||
<span>Downtown St. Catharines</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
<a href="contact.html" class="btn btn-primary">Contact Dahlia</a>
|
||||
</div>
|
||||
<div class="rmt-badge">
|
||||
<img src="images/rmt-certification.png" alt="Registered Massage Therapist - Professional Hands You Can Trust">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<h3>Ebb'nFlow <span class="highlight">Therapeutics</span></h3>
|
||||
<p>A boutique wellness sanctuary. One client, one space, one transformative experience at a time.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Services</h4>
|
||||
<ul>
|
||||
<li><a href="#services">Massage Therapy</a></li>
|
||||
<li><a href="#services">Laser Therapy</a></li>
|
||||
<li><a href="#services">Movement Therapy</a></li>
|
||||
<li><a href="contact.html">Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Quick Links</h4>
|
||||
<ul>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="#prices">Prices</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="what-to-expect.html">What to Expect</a></li>
|
||||
<li><a href="movement.html">Movement Workshops</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-contact">
|
||||
<h4>Contact Info</h4>
|
||||
<p>📍 59 Wellington Street<br>St. Catharines, ON L2R 5P9</p>
|
||||
<p>📞 (289) 969-3219</p>
|
||||
<p>✉️ info@ebbnflowtherapeutics.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Ebb'nFlow Therapeutics. All rights reserved.</p>
|
||||
<div class="footer-legal">
|
||||
<a href="#">Privacy Policy</a>
|
||||
<a href="#">Terms of Service</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Modal -->
|
||||
<div id="modal" class="modal">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h3 id="modalTitle"></h3>
|
||||
<button class="modal-close" onclick="closeModal()">×</button>
|
||||
</div>
|
||||
<div class="modal-body" id="modalBody"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,216 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Movement & Mobility Workshops - Ebb'nFlow Therapeutics</title>
|
||||
<meta name="description" content="Discover movement education and mobility training. Fun, liberating, and educational workshops for adults and seniors.">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<header id="navbar">
|
||||
<div class="container">
|
||||
<nav>
|
||||
<a href="/" class="logo">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<span class="logo-text">Ebb'nFlow <span class="highlight">Therapeutics</span></span>
|
||||
</a>
|
||||
|
||||
<button class="mobile-menu-btn" onclick="toggleMobileMenu()">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
|
||||
<ul class="nav-links" id="navLinks">
|
||||
<li><a href="index.html#services" onclick="closeMobileMenu()">Services</a></li>
|
||||
<li><a href="index.html#prices" onclick="closeMobileMenu()">Prices</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li class="cta-nav">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">
|
||||
📅 Book Appointment
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="page-hero">
|
||||
<div class="container">
|
||||
<span class="badge">Movement Education</span>
|
||||
<h1>Movement & Mobility</h1>
|
||||
<p class="hero-description">Free form/improvisational movement and mobility training as a form of personal and artistic expression and wellness is what ultimately drives Dahlia to continue to learn about our amazing bodies and how we can all move more gracefully as we age.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Movement Options -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Movement Education Options</h2>
|
||||
|
||||
<div class="info-card large">
|
||||
<p>Remedial exercise aka "Rem-Ex" instruction involves teaching a few targeted strength, stretch or mobility exercises that are aimed at furthering the benefits of massage therapy long term, which is an intrinsic component of a comprehensive treatment.</p>
|
||||
<p>Although this often comes highly recommended, not everyone is interested in learning a new exercise immediately after having a massage. This makes a lot of sense, and yet Dahlia will still do her best to encourage you, within reason.</p>
|
||||
<p><strong>That said, clients have a few options:</strong></p>
|
||||
</div>
|
||||
|
||||
<div class="three-col-grid">
|
||||
<div class="numbered-card">
|
||||
<div class="number">1</div>
|
||||
<h3>Personal Choice</h3>
|
||||
<p>Clients may request or deny remedial exercise instruction as part of treatment, based on their personal goals.</p>
|
||||
</div>
|
||||
|
||||
<div class="numbered-card">
|
||||
<div class="number">2</div>
|
||||
<h3>Extended Sessions</h3>
|
||||
<p>Clients can request to allot up to 50% of their treatment time (15 to 45 minutes) for Rem-Ex instruction before or after their massage.</p>
|
||||
</div>
|
||||
|
||||
<div class="numbered-card">
|
||||
<div class="number">3</div>
|
||||
<h3>Group Workshops</h3>
|
||||
<p>Clients can also sign up for upcoming movement workshops for a more comprehensive group learning experience.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Origin Story -->
|
||||
<section class="content-section bg-alt">
|
||||
<div class="container">
|
||||
<h2 class="section-title">The Ebb'nFlow Origin Story</h2>
|
||||
|
||||
<div class="info-card large">
|
||||
<p>The original concept of Ebb'nFlow Massage (now Ebb'nFlow Therapeutics) was born out of Dahlia's initial work as a yoga instructor, before she became a massage therapist. Dahlia taught private, one-on-one sessions as well as classes around the GTA from 2004-2009.</p>
|
||||
|
||||
<p>She recognized the need to meet students where they were instead of insisting that they push through their pain and fatigue similarly to the approach of a personal trainer. Some days they would arrive in a lot of pain and would need a gentler approach such as more periods of rest or "ebb" between exercises or hands on work such as massage at the end of their sessions.</p>
|
||||
|
||||
<p>Dahlia's natural talent for massage as a component of her sessions enabled students to show up more consistently for practice instead of skipping practice out of concern that they would not be able to make it through a session.</p>
|
||||
|
||||
<p class="emphasis">Since consistency is key to success, a more fluid and compassionate approach to teaching one-on-one was born and clients were given permission to move as they needed through periods of "ebb" or "flow" with grace and freedom from the need to over achieve.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Workshops -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Movement & Mobility Workshops</h2>
|
||||
|
||||
<div class="two-col-grid">
|
||||
<div class="workshop-content">
|
||||
<div class="info-card">
|
||||
<div class="icon-header">
|
||||
<span class="large-icon">💚</span>
|
||||
<h3>Fun, Liberating & Educational</h3>
|
||||
</div>
|
||||
<p>Dahlia's movement and mobility workshops are aimed towards adults and seniors and offer opportunities to gain greater strength, flexibility, mobility and balance as well as to embrace the discovery of one's own unique expression through movement and dance.</p>
|
||||
</div>
|
||||
|
||||
<div class="info-card highlight-card">
|
||||
<h3>Workshop Benefits</h3>
|
||||
<ul class="check-list">
|
||||
<li>Greater strength and flexibility</li>
|
||||
<li>Improved mobility and balance</li>
|
||||
<li>Unique personal expression through movement</li>
|
||||
<li>Discovery of dance and creative movement</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content-image">
|
||||
<img src="images/dahlia-portrait.jpg" alt="Dahlia Steinberg - Movement and wellness educator">
|
||||
<div class="image-caption">Dahlia - Your Movement Guide</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Continuing the Dance -->
|
||||
<section class="content-section bg-alt">
|
||||
<div class="container">
|
||||
<div class="centered-content">
|
||||
<h2>Continuing the Dance</h2>
|
||||
<p>Free form/improvisational movement and mobility training as a form of personal and artistic expression and wellness is what ultimately drives Dahlia to continue to learn about our amazing bodies and how we can all move more gracefully as we age.</p>
|
||||
<p>She continues to dance for her own enjoyment and can be found performing or choreographing for community arts-based projects when opportunities arise.</p>
|
||||
<p><strong>Dahlia is working towards offering more movement and mobility classes and workshops in the future so please stay tuned for updates by checking the Movement section of this website.</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<h2>Ready to Move with More Freedom?</h2>
|
||||
<p>If long lasting improvement is your goal than you may want to consider how Dahlia's skills as a teacher could benefit you through either one-on-one instruction sessions that can be combined with massage therapy or group workshops.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
<a href="contact.html" class="btn btn-primary">Ask About Workshops</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<h3>Ebb'nFlow <span class="highlight">Therapeutics</span></h3>
|
||||
<p>A boutique wellness sanctuary. One client, one space, one transformative experience at a time.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Services</h4>
|
||||
<ul>
|
||||
<li><a href="index.html#services">Massage Therapy</a></li>
|
||||
<li><a href="index.html#services">Laser Therapy</a></li>
|
||||
<li><a href="index.html#services">Movement Therapy</a></li>
|
||||
<li><a href="contact.html">Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Quick Links</h4>
|
||||
<ul>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="index.html#prices">Prices</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="what-to-expect.html">What to Expect</a></li>
|
||||
<li><a href="movement.html">Movement Workshops</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-contact">
|
||||
<h4>Contact Info</h4>
|
||||
<p>📍 59 Wellington Street<br>St. Catharines, ON L2R 5P9</p>
|
||||
<p>📞 (289) 969-3219</p>
|
||||
<p>✉️ info@ebbnflowtherapeutics.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Ebb'nFlow Therapeutics. All rights reserved.</p>
|
||||
<div class="footer-legal">
|
||||
<a href="#">Privacy Policy</a>
|
||||
<a href="#">Terms of Service</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
<script>
|
||||
// Scroll to top on page load
|
||||
window.scrollTo(0, 0);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
51
package.json
51
package.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "my-v0-project",
|
||||
"name": "ebb-n-flow-therapeutics",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
@ -9,57 +9,27 @@
|
|||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.10.0",
|
||||
"@radix-ui/react-accordion": "1.2.2",
|
||||
"@radix-ui/react-alert-dialog": "1.1.4",
|
||||
"@radix-ui/react-aspect-ratio": "1.1.1",
|
||||
"@radix-ui/react-avatar": "1.1.2",
|
||||
"@radix-ui/react-checkbox": "1.1.3",
|
||||
"@radix-ui/react-collapsible": "1.1.2",
|
||||
"@radix-ui/react-context-menu": "2.2.4",
|
||||
"@radix-ui/react-accordion": "^1.2.2",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.4",
|
||||
"@radix-ui/react-avatar": "^1.1.2",
|
||||
"@radix-ui/react-checkbox": "^1.1.3",
|
||||
"@radix-ui/react-dialog": "latest",
|
||||
"@radix-ui/react-dropdown-menu": "2.1.4",
|
||||
"@radix-ui/react-hover-card": "1.1.4",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
||||
"@radix-ui/react-label": "latest",
|
||||
"@radix-ui/react-menubar": "1.1.4",
|
||||
"@radix-ui/react-navigation-menu": "1.2.3",
|
||||
"@radix-ui/react-popover": "1.1.4",
|
||||
"@radix-ui/react-progress": "1.1.1",
|
||||
"@radix-ui/react-radio-group": "1.2.2",
|
||||
"@radix-ui/react-scroll-area": "1.2.2",
|
||||
"@radix-ui/react-select": "2.1.4",
|
||||
"@radix-ui/react-separator": "1.1.1",
|
||||
"@radix-ui/react-slider": "1.2.2",
|
||||
"@radix-ui/react-scroll-area": "^1.2.2",
|
||||
"@radix-ui/react-separator": "^1.1.1",
|
||||
"@radix-ui/react-slot": "latest",
|
||||
"@radix-ui/react-switch": "1.1.2",
|
||||
"@radix-ui/react-tabs": "1.1.2",
|
||||
"@radix-ui/react-toast": "1.2.4",
|
||||
"@radix-ui/react-toggle": "1.1.1",
|
||||
"@radix-ui/react-toggle-group": "1.1.1",
|
||||
"@radix-ui/react-tooltip": "1.1.6",
|
||||
"@vercel/analytics": "1.3.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"@radix-ui/react-tabs": "^1.1.2",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "1.0.4",
|
||||
"date-fns": "4.1.0",
|
||||
"embla-carousel-react": "8.5.1",
|
||||
"geist": "^1.3.1",
|
||||
"input-otp": "1.4.1",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.2.4",
|
||||
"next-themes": "latest",
|
||||
"react": "^19",
|
||||
"react-day-picker": "9.8.0",
|
||||
"react-dom": "^19",
|
||||
"react-hook-form": "^7.60.0",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"recharts": "2.15.4",
|
||||
"sonner": "^1.7.4",
|
||||
"tailwind-merge": "^2.5.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"vaul": "^0.9.9",
|
||||
"zod": "3.25.76"
|
||||
"tw-animate-css": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.9",
|
||||
|
|
@ -68,7 +38,6 @@
|
|||
"@types/react-dom": "^19",
|
||||
"postcss": "^8.5",
|
||||
"tailwindcss": "^4.1.9",
|
||||
"tw-animate-css": "1.3.3",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
1155
pnpm-lock.yaml
1155
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,89 @@
|
|||
// Modal content
|
||||
const modalContent = {
|
||||
massage: {
|
||||
title: "Massage Therapy",
|
||||
content: `Scope of Practice:
|
||||
|
||||
Registered Massage Therapists in Ontario constitute a regulated health profession in much the same way that physicians, nurses, physiotherapists and chiropractors are regulated. The profession is governed by a Scope of Practice, which is defined as follows:
|
||||
|
||||
"The practice of massage therapy is the assessment of the soft tissue and joints of the body, and the treatment and prevention of physical dysfunction and pain of the soft tissues and joints by manipulation to develop, maintain, rehabilitate or augment physical function, or relieve pain." (Massage Therapy Act, 1991)
|
||||
|
||||
Benefits of Massage Therapy:
|
||||
|
||||
Massage therapy treatments provided by a Registered Massage Therapist can offer significant benefits for a variety of conditions and for diverse patient populations. Whether you need to have a moment of relaxation, reduce muscle tension or attain relief from chronic pain, massage therapy can enhance your overall well-being.
|
||||
|
||||
Massage therapy can be an important part of your health maintenance plan by:
|
||||
• Reducing or eliminating pain
|
||||
• Improving joint mobility
|
||||
• Improving lymphatic drainage
|
||||
• Reducing muscular tension
|
||||
|
||||
Techniques:
|
||||
|
||||
Treatments are based on General Swedish Massage techniques and may be combined with Deep Tissue Massage, Myofascial Release, Trigger Point Therapy, Manual Lymphatic Drainage and Joint Mobilization Techniques. Ongoing assessment, remedial exercise and/or home care instruction is also part of this comprehensive treatment session based on the client's goals and comfort.`,
|
||||
},
|
||||
laser: {
|
||||
title: "Laser Therapy",
|
||||
content: `The Science:
|
||||
|
||||
Ebb'nFlow Therapeutics uses the BIOFLEX® system of Class 3b lasers together with large surface arrays of bicolour LEDs that affect a large volume of circulating blood as well as underlying tissues resulting in both a powerful systemic and direct photobiomodulation effect.
|
||||
|
||||
Please visit BioflexLaser.com for more info.`,
|
||||
},
|
||||
}
|
||||
|
||||
// Toggle mobile menu
|
||||
function toggleMobileMenu() {
|
||||
const navLinks = document.getElementById("navLinks")
|
||||
navLinks.classList.toggle("active")
|
||||
}
|
||||
|
||||
function closeMobileMenu() {
|
||||
const navLinks = document.getElementById("navLinks")
|
||||
navLinks.classList.remove("active")
|
||||
}
|
||||
|
||||
// Modal functions
|
||||
function showModal(type) {
|
||||
const modal = document.getElementById("modal")
|
||||
const modalTitle = document.getElementById("modalTitle")
|
||||
const modalBody = document.getElementById("modalBody")
|
||||
|
||||
if (modalContent[type]) {
|
||||
modalTitle.textContent = modalContent[type].title
|
||||
modalBody.textContent = modalContent[type].content
|
||||
modal.classList.add("active")
|
||||
}
|
||||
}
|
||||
|
||||
function closeModal() {
|
||||
const modal = document.getElementById("modal")
|
||||
modal.classList.remove("active")
|
||||
}
|
||||
|
||||
// Close modal on outside click
|
||||
window.onclick = (event) => {
|
||||
const modal = document.getElementById("modal")
|
||||
if (event.target === modal) {
|
||||
closeModal()
|
||||
}
|
||||
}
|
||||
|
||||
// Smooth scroll with offset for fixed header
|
||||
document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
|
||||
anchor.addEventListener("click", function (e) {
|
||||
e.preventDefault()
|
||||
const target = document.querySelector(this.getAttribute("href"))
|
||||
if (target) {
|
||||
const headerOffset = 80
|
||||
const elementPosition = target.getBoundingClientRect().top
|
||||
const offsetPosition = elementPosition + window.pageYOffset - headerOffset
|
||||
|
||||
window.scrollTo({
|
||||
top: offsetPosition,
|
||||
behavior: "smooth",
|
||||
})
|
||||
closeMobileMenu()
|
||||
}
|
||||
})
|
||||
})
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,239 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>What to Expect - Ebb'nFlow Therapeutics</title>
|
||||
<meta name="description" content="Learn what to expect during your first visit to Ebb'nFlow Therapeutics. Comprehensive assessment and personalized treatment.">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<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@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<header id="navbar">
|
||||
<div class="container">
|
||||
<nav>
|
||||
<a href="/" class="logo">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<span class="logo-text">Ebb'nFlow <span class="highlight">Therapeutics</span></span>
|
||||
</a>
|
||||
|
||||
<button class="mobile-menu-btn" onclick="toggleMobileMenu()">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</button>
|
||||
|
||||
<ul class="nav-links" id="navLinks">
|
||||
<li><a href="index.html#services" onclick="closeMobileMenu()">Services</a></li>
|
||||
<li><a href="index.html#prices" onclick="closeMobileMenu()">Prices</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li class="cta-nav">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">
|
||||
📅 Book Appointment
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section class="page-hero">
|
||||
<div class="container">
|
||||
<span class="badge">Your First Visit</span>
|
||||
<h1>What to Expect</h1>
|
||||
<p class="hero-description">Once you have successfully booked your initial appointment, you will receive a confirmation email with a few forms to fill out ahead of time.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Initial Appointment -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<h2 class="section-title">The Initial Appointment</h2>
|
||||
|
||||
<div class="two-col-grid">
|
||||
<div class="info-card">
|
||||
<div class="icon-header">
|
||||
<span class="large-icon">📋</span>
|
||||
<h3>Pre-Appointment Forms</h3>
|
||||
</div>
|
||||
<ul class="check-list">
|
||||
<li>Contact Information</li>
|
||||
<li>Reason for Visit</li>
|
||||
<li>Health History</li>
|
||||
<li>Consent to Policies, Assessment and Treatment</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="info-card">
|
||||
<div class="icon-header">
|
||||
<span class="large-icon">⏱️</span>
|
||||
<h3>Assessment Process</h3>
|
||||
</div>
|
||||
<p>Your initial appointment begins with an in-person review of forms and an assessment that can range from simple to more involved, depending on the complexity or severity of your condition.</p>
|
||||
<p>This allows your therapist to ascertain whether there are any contraindications or modifications that may need to be considered for safe and effective treatment.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="info-card large highlight-card">
|
||||
<h3>First Session Components</h3>
|
||||
<div class="two-col-list">
|
||||
<ul class="bullet-list">
|
||||
<li>Forms review</li>
|
||||
<li>Intake discussion</li>
|
||||
<li>Initial assessment</li>
|
||||
<li>Treatment plan development</li>
|
||||
</ul>
|
||||
<ul class="bullet-list">
|
||||
<li>Treatment of sensitive areas (if indicated)</li>
|
||||
<li>Diagnostics and referrals</li>
|
||||
<li>Ongoing assessment planning</li>
|
||||
<li>Treatment plan maintenance</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Assessment Details -->
|
||||
<section class="content-section bg-alt">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Comprehensive Assessment</h2>
|
||||
|
||||
<div class="centered-content">
|
||||
<div class="info-card large">
|
||||
<p>The first treatment session requires additional time to go over the forms and perform an initial assessment that may include postural observations, range of motion testing, and/or neurological and special orthopaedic testing.</p>
|
||||
</div>
|
||||
|
||||
<div class="info-card large">
|
||||
<p>With numerous tools available to her, Dahlia continuously discerns which techniques may be most effective and regularly reassesses client responses to ensure that treatments continue to be beneficial.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Treatment Experience -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Your Treatment Experience</h2>
|
||||
|
||||
<div class="two-col-grid">
|
||||
<div class="experience-content">
|
||||
<div class="info-card">
|
||||
<div class="icon-header">
|
||||
<span class="large-icon">💚</span>
|
||||
<h3>Personalized Approach</h3>
|
||||
</div>
|
||||
<p>Dahlia meets clients where they are, and is able to offer either a quiet retreat or a fun, friendly conversational interaction during treatments. She prioritizes client's goals, with the utmost respect for their comfort, time and resources.</p>
|
||||
</div>
|
||||
|
||||
<div class="info-card">
|
||||
<h3>Communication & Consent</h3>
|
||||
<p>She encourages an atmosphere of open, two-way communication that respects privacy, autonomy and preferences such as depth of pressure and special consent for the treatment of sensitive areas if indicated, guided strictly by the principles of ethical practice adhered to by all registrants of the CMTO.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="experience-visual">
|
||||
<div class="content-image">
|
||||
<img src="images/treatment-room.jpg" alt="Professional treatment room setup">
|
||||
<div class="image-caption">Your Private Treatment Space</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Science and Art -->
|
||||
<section class="content-section bg-alt">
|
||||
<div class="container">
|
||||
<div class="info-card large highlight-card">
|
||||
<h3>A Science and an Art Form</h3>
|
||||
<p>A massage from Dahlia is an experience and often also an education. Her approach is intuitive, evidence-based and trauma-informed. Her own personal experiences with injury and chronic pain has instilled a high level of empathy for and understanding of clients' complaints as well as her insistence on professionalism and excellence of care.</p>
|
||||
<p>There's always a unique and inspiring playlist in the background. Clients can also request music that they enjoy, adding to an experience that is tailored just for them. Complimentary aromatherapy is also available by request.</p>
|
||||
</div>
|
||||
|
||||
<div class="info-card large">
|
||||
<h3>Education & Home Care</h3>
|
||||
<p>Dahlia is a teacher at heart, so you likely won't be able to walk away without being encouraged to learn a stretch or strengthening exercise or about how to incorporate a home care practice into your routine to enhance the long term effects of treatment between sessions.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Holistic Treatment -->
|
||||
<section class="content-section">
|
||||
<div class="container">
|
||||
<div class="centered-content">
|
||||
<h2>Holistic Treatment Approach</h2>
|
||||
<p class="large-text">You can expect to have your primary area of concern addressed directly, within a treatment that aims to treat the body holistically as an interconnected system.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<h2>Ready to Experience Holistic Care?</h2>
|
||||
<p>Begin your wellness journey with a comprehensive assessment and personalized treatment plan.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://ebbnflowmassage.clinicsense.com" target="_blank" class="btn btn-primary">Book Appointment</a>
|
||||
<a href="contact.html" class="btn btn-primary">Have Questions?</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<img src="images/logo.jpg" alt="Ebb'nFlow Therapeutics Logo">
|
||||
<h3>Ebb'nFlow <span class="highlight">Therapeutics</span></h3>
|
||||
<p>A boutique wellness sanctuary. One client, one space, one transformative experience at a time.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Services</h4>
|
||||
<ul>
|
||||
<li><a href="index.html#services">Massage Therapy</a></li>
|
||||
<li><a href="index.html#services">Laser Therapy</a></li>
|
||||
<li><a href="index.html#services">Movement Therapy</a></li>
|
||||
<li><a href="contact.html">Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-links">
|
||||
<h4>Quick Links</h4>
|
||||
<ul>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="index.html#prices">Prices</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="what-to-expect.html">What to Expect</a></li>
|
||||
<li><a href="movement.html">Movement Workshops</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-contact">
|
||||
<h4>Contact Info</h4>
|
||||
<p>📍 59 Wellington Street<br>St. Catharines, ON L2R 5P9</p>
|
||||
<p>📞 (289) 969-3219</p>
|
||||
<p>✉️ info@ebbnflowtherapeutics.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Ebb'nFlow Therapeutics. All rights reserved.</p>
|
||||
<div class="footer-legal">
|
||||
<a href="#">Privacy Policy</a>
|
||||
<a href="#">Terms of Service</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue