<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
  <link rel="stylesheet" href="css/style.css" type="text/css">

  <!-- CSS-files and JavaScript-files currently in version 5.0 -->
  
  <title>Bootstrap</title>
</head>
<body>

  <header class="sticky-top">
    <nav class="navbar navbar-expand-lg bg-body-tertiary">
      <div class="container-fluid">
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <a class="navbar-brand" href="index.html">Wisdom Pet Medicine</a>        
        <div class="collapse navbar-collapse" id="navbarSupportedContent">
          <ul class="navbar-nav me-auto w-100 justify-content-center mb-2 mb-lg-0">
            <li class="nav-item">
              <a class="nav-link text-uppercase" href="index.html">Home</a>
            </li>
            <li class="nav-item">
              <a class="nav-link text-uppercase" href="doctors.html">Our doctors</a>
            </li>
            <li class="nav-item">
              <a class="nav-link text-uppercase" href="testimonials.html">Testimonials</a>
            </li>
            <li class="nav-item dropdown">
              <a class="nav-link dropdown-toggle text-uppercase" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
                Treatments
              </a>
              <ul class="dropdown-menu">
                <li><a class="dropdown-item text-uppercase" href="inhousediag.html">In-house diagnostics</a></li>
                <li><a class="dropdown-item text-uppercase" href="Surgery.html">Surgery and dental services</a></li>
                <li><a class="dropdown-item text-uppercase" href="Behavioural.html">Behavioral consulation</a></li>
              </ul>
            </li>
          </ul>
        </div>
      </div>
    </nav>
  </header>
  <section class="position-relative" id="hero">
    <img src="images/wisdompetlogo.svg" class="img-fluid rounded-top position-absolute top-0 left-0 logo" alt="Wisdom Pet Logo">
    <img src="images/background.jpg" class="object-fit-cover w-100 doctor" alt="doctor">
  </section>
<div class="container">
  <h2 class="my-3">Our doctors</h2>
  <p class="my-5">Meet our doctors who are ready to treat your pet just as well as they treat their own.</p>
  <div class="row row-cols-1 row-cols-md-2">
    <div class="col mb-5">
      <section class="px-4 pt-3 card h-100" id="drwinthrop">
        <img class="img-fluid card-img-top " src="images/doctor-winthrop.jpg" alt="Doctor Winthrop Photo">
        <div class="card-body">
            <h2>Dr. Stanley Winthrop</h2>
            <h5>Behaviorist</h5>
            <p>Dr. Winthrop is the guardian of Missy, a three-year old Llaso mix, who he adopted at the shelter. Dr. Winthrop is passionate about spay and neuter and pet adoption, and works tireless hours outside the clinic, performing free spay and neuter surgeries for the shelter.</p>
        </div>
        <div class="card-footer d-flex gap-3">
          <a href="#">About Me</a>
          <a href="#">My Pets</a>
          <a href="#">Client Slideshow</a>
        </div>
      </section>
    </div>
    <div class="col mb-5">
      <section class="px-4 pt-3 card h-100" id="drchase">
        <img class="img-fluid card-img-top " src="images/doctor-chase.jpg" alt="Doctor Chase Photo">
        <div class="card-body">
            <h2>Dr. Elizabeth Chase</h2>
            <h5>Dentistry</h5>
            <p>Dr. Chase spends much of her free time helping the local bunny rescue organization find homes for bunnies, such as Kibbles - a Dalmatian bunny who is part of the large Chase household, including two dogs, three cats, and a turtle.</p>
        </div>
        <div class="card-footer d-flex gap-3">
          <a href="#">About Me</a>
          <a href="#">My Pets</a>
          <a href="#">Client Slideshow</a>
      </div>
      </section>
    </div>
    <div class="col mb-5">
      <section class="px-4 pt-3 card h-100" id="drsanders">
        <img class="img-fluid card-img-top " src="images/doctor-sanders.jpg" alt="Doctor Sanders Photo">
        <div class="card-body">
            <h2>Dr. Kenneth Sanders</h2>
            <h5>Nutritionist</h5>
            <p>Leroy walked into Dr. Sanders front door when she was moving into a new house. After searching for weeks for Leroy's guardians, she decided to make Leroy a part of her pet family, and now has three cats.</p>
        </div>
        <div class="card-footer d-flex gap-3">
          <a href="#">About Me</a>
          <a href="#">My Pets</a>
          <a href="#">Client Slideshow</a>
      </div>
      </section>
    </div>
    <div class="col mb-5">
      <section class="px-4 pt-3 card h-100" id="drgardner">
        <img class="img-fluid card-img-top " src="images/doctor-gardner.jpg" alt="Doctor Gardner Photo">
        <div class="card-body">
            <h2>Dr. Michael Gardner</h2>
            <h5>Practitioner</h5>
            <p>When Dr. Gardner was 8 his family moved to Colorado, where he spent most of his free time playing on his neighbors farm. He came to love spending time with the horses, chickens, and goats. He still considers all of his family's farm animals his own, but Frank, his Cattle dog is his nearest and dearest friend.</p>
        </div>
        <div class="card-footer d-flex gap-3">
            <a href="#">About Me</a>
            <a href="#">My Pets</a>
            <a href="#">Client Slideshow</a>
        </div>
      </section>
    </div>
    <div class="col mb-5">
      <section class="px-4 pt-3 card h-100" id="drruiz">
        <img class="img-fluid card-img-top " src="images/doctor-ruiz.jpg" alt="Doctor Ruiz Photo">
        <div class="card-body">
            <h2>Dr. Brook Ruiz</h2>
            <h5>Radiology</h5>
            <p>Dr. Brook has spent countless hours helping the local animal shelter with injured animals ,that find their way into their doors. She recently adopted a new feline friend, Trish, that she helped rescue from a flooded area. Trish loves playing with her new sister, Else.</p>
        </div>
        <div class="card-footer d-flex gap-3">
            <a href="#">About Me</a>
            <a href="#">My Pets</a>
            <a href="#">Client Slideshow</a>
        </div>
      </section>
    </div>
    <div class="col mb-5">
      <section class="px-4 pt-3 card h-100" id="drwong">
        <img class="img-fluid card-img-top " src="images/doctor-wong.jpg" alt="Doctor Wong Photo">
        <div class="card-body">
            <h2>Dr. Olivia Wong</h2>
            <h5>Preventive Care</h5>
            <p>Dr. Wong is a cancer survivor who was fortunate enough to get to spend time with a therapy dog during her recovery. She became passionate about therapy animals, and has started her own foundation to train and provide education to patients in recovery. Now she gets her own dose of daily therapy from her husky, Lilla.</p>
        </div>
        <div class="card-footer d-flex gap-3">
            <a href="#">About Me</a>
            <a href="#">My Pets</a>
            <a href="#">Client Slideshow</a>
        </div>
      </section>
    </div>
  </div>
</div><!-- content container -->

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>