<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Home | Dancers Bridge Dog Rescue</title>
  <link rel="preconnect" href="https://googleapis.com">
  <link rel="preconnect" href="https://gstatic.com" crossorigin>
  <link href="https://googleapis.com/css2?family=Twinkle+Star&family=Fredoka:wght@400;500;600&display=swap" rel="stylesheet">
  <link rel="stylesheet" href="styles.css">
</head>
<body>

<header>
  <div class="wrap nav">
    <a class="brand" href="index.html">
      <img src="dancers-bridge-logo.png" alt="Dancers Bridge logo">
      <span>Dancers Bridge<br>Dog Rescue</span>
    </a>
    <nav>
      <a href="index.html">Home</a>
      <a href="adopt.html">Adoptable Dogs</a>
      <a href="application.html">Apply to Adopt</a>
      <a href="volunteer.html">Volunteer</a>
      <a href="mission.html">Our Mission</a>
      <a href="team.html">Our Team</a>
      <a href="faq.html">FAQ</a>
      <a href="contact.html">Contact Us</a>
      <a href="donate.html">Donate Now</a>
    </nav>
  </div>
</header>

<main>
  <!-- Hero Section -->
  <section class="hero">
    <div class="wrap grid">
      <div>
        <div class="eyebrow">Dancers Bridge Dog Rescue</div>
        <h1>We are the bridge between homeless and home.</h1>
        <p>Adopting doesn’t just save the life of the pup you adopt—it helps save the lives of other pups who can now be fostered instead of staying in shelters.</p>
        <a class="btn" href="adopt.html">Adoptable Dogs</a>
        <a class="btn alt" href="volunteer.html" style="background-color: #d1b3ff; color: #17252a;">Become a Foster Partner</a>
      </div>
      <div>
        <img src="dancers-bridge-logo.png" alt="Dancers Bridge Dog Rescue">
      </div>
    </div>
  </section>

  <!-- Live Pet Scroller Section -->
  <section>
    <div class="wrap head">
      <div class="eyebrow">Meet Our Pups</div>
      <h2>Dogs looking for their forever home...</h2>
      <p>Our available dogs are kept current through Adopt-a-Pet, so this list updates automatically as dogs are adopted or added.</p>
    </div>
    <div class="wrap">
      <div style="display:flex;justify-content:center">
        <div style="max-width:100%;overflow-x:auto">
          <script language="JavaScript"> 
            var AAPPetScrollerSettings = { 
              'searchtools_box_width': '450', 
              'searchtools_box_height': '600', 
              'size': '450x600_gridnew', 
              'title': '', 
              'clan_name': 'dog', 
              'color': 'green', 
              'shelter_id': '238266', 
              'sort_by': 'uploaded_timestamp_oldest' 
            }; 
          </script> 
          <div style="height: 600px; width: 450px; -webkit-overflow-scrolling: touch; overflow-y: scroll;"> 
            <script language="JavaScript" src="https://adoptapet.com"></script>
          </div> 
          <div style="background-color:#fff; width:450px; text-align:center; height:53px;">
            <p style="font-family:Helvetica, Arial, Geneva, sans-serif; font-size:12px; color: #444444;">
              Pet adoption and rescue powered by 
              <a href="https://adoptapet.com" title="Pet adoption and rescue powered by Adopt-a-Pet.com">
                <img src="https://adoptapet.com" alt="Adopt-a-Pet.com" width="150" height="37" border="0" style="vertical-align:middle; margin-left:15px;" />
              </a>
            </p>
          </div>
        </div>
      </div>
    </div>
    <div style="text-align:center;margin-top:18px">
      <a class="btn" href="adopt.html">View All Adoptable Dogs</a>
    </div>
  </section>

  <!-- Mission Section -->
  <section class="band">
    <div class="wrap head">
      <div class="eyebrow">Why We Do It</div>
      <h2>Our Mission</h2>
      <p>We bridge the gap between homeless and home. Through loving foster homes, we give dogs the care, stability and support they need to find the right forever family, and we help adopters and our community build healthy, lasting relationships with their pets.</p>
      <a class="btn" href="mission.html">Read Our Full Mission →</a>
    </div>
  </section>

  <!-- How We Help Section -->
  <section>
    <div class="wrap head">
      <h2>How Dancers Bridge Helps</h2>
      <p>Foster homes help us understand each dog as an individual and make thoughtful forever-home matches.</p>
    </div>
    <div class="wrap cards">
      <div class="card">
        <h3>Rescue</h3>
        <p>We bridge homeless pets toward safety, veterinary care and a new beginning.</p>
      </div>
      <div class="card">
        <h3>Placement</h3>
        <p>We assess temperament, health and needs in foster homes to help find the right forever home.</p>
      </div>
      <div class="card">
        <h3>Education & Protection</h3>
        <p>We provide guidance about spay/neuter, routine veterinary care and physical and mental nourishment.</p>
      </div>
    </div>
  </section>

  <!-- Ways You Can Help Section -->
  <section class="band">
    <div class="wrap head">
      <h2>Ways You Can Help</h2>
      <p>Every pup that finds a home makes room to rescue another.</p>
    </div>
    <div class="wrap cards">
      <div class="card">
        <h3>Adopt</h3>
        <p>Give a rescue dog the forever home they are waiting for.</p>
        <a href="adopt.html">Adoptable Dogs →</a>
      </div>
      <div class="card">
        <h3>Foster</h3>
        <p>Open your home and heart while we determine the best next step.</p>
        <a href="volunteer.html">Foster →</a>
      </div>
      <div class="card">
        <h3>Volunteer</h3>
        <p>Help with transport, events, fundraising and more.</p>
        <a href="volunteer.html">Volunteer →</a>
      </div>
      <div class="card">
        <h3>Donate</h3>
        <p>Your donations help make rescue and veterinary care possible.</p>
        <a href="donate.html">Donate →</a>
      </div>
    </div>
  </section>

  <!-- Why Foster Section -->
  <section>
    <div class="wrap head">
      <div class="eyebrow">Open Your Home</div>
      <h2>Why Foster?</h2>
      <p>Fostering gives a dog a soft place to land between the past they came from and the home they’re headed toward. You provide the safety, patience and everyday love that helps us learn who a dog really is, so we can find the right forever match. It asks a lot of your heart—and it gives just as much back.</p>
      <a class="btn alt" href="volunteer.html">Learn About Fostering</a>
    </div>
  </section>

  <!-- Our Team Section -->
  <section class="band">
    <div class="wrap head">
      <h2>Our Team</h2>
      <p>Dancers Bridge is powered by a small group of people, and the rescue dogs who inspired them.</p>
      <a class="btn" href="team.html">Meet the Team →</a>
    </div>
  </section>

  <!-- Help Build Our Bridge Section -->
  <section class="cta">
    <div class="wrap head">
      <h2>Help Build Our Bridge</h2>
      <p>Your donation covers veterinary care, supplies and transport for dogs waiting on a foster home.</p>
      <a class="btn" href="donate.html">Donate</a>
    </div>
  </section>
</main>

<footer>
  <div class="wrap foot">
    <div>
      <h3>Dancers Bridge Dog Rescue</h3>
      <p>We are the bridge between homeless and home.</p>
      <a href="mailto:dancersbridgedogrescue@gmail.com">dancersbridgedogrescue@gmail.com</a>
    </div>
    <div>
      <h4>Explore</h4>
      <a href="mission.html">Mission</a><br>
      <a href="team.html">Team</a><br>
      <a href="volunteer.html">Volunteer Portal</a>
    </div>
    <div>
      <h4>Support</h4>
      <a href="donate.html">Donate</a><br>
      <a href="adopt.html">Adoptable Dogs</a><br>
      <a href="application.html">Adoption App</a><br>
      <a href="contact.html">Contact Us</a>
    </div>
    <div>
      <h4>Connect With Us</h4>
      <a class="social" href="https://facebook.com" target="_blank" rel="noopener" aria-label="Dancers Bridge Dog Rescue on Facebook">
        <svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true">
          <path d="M22 12.06C22 6.51 17.52 2 12 2S2 6.51 2 12.06c0 5.02 3.66 9.18 8.44 9.94v-7.03H7.9v-2.91h2.54V9.85c0-2.51 1.49-3.9 3.77-3.9 1.09 0 2.23.2 2.23.2v2.46h-1.26c-1.24 0-1.63.77-1.63 1.56v1.89h2.78l-.44 2.91h-2.34V22c4.78-.76 8.44-4.92 8.44-9.94z"/>
        </svg>
        <span>Facebook</span>
      </a>
      <br>
      <a class="social" href="contact.html" style="margin-top: 10px; display: inline-flex; align-items: center; text-decoration: none; color: inherit;">
        <svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" style="margin-right: 8px;">
          <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
        </svg>
        <span>Email / Contact</span>
      </a>
    </div>
  </div>
  <div class="wrap small">© 2026 Dancers Bridge Dog Rescue. All rights reserved.</div>
</footer>

</body>
</html>
