top of page

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Available Puppies | [Your Kennel Name]</title> <style> body { font-family: 'Segoe UI', sans-serif; margin: 0; padding: 0; background: #f7f7f7; color: #333; } .container { max-width: 1200px; margin: 0 auto; padding: 2rem; } h1 { text-align: center; font-size: 2.5rem; margin-bottom: 0.5rem; } p.subtitle { text-align: center; font-size: 1.2rem; margin-bottom: 2rem; color: #777; } .puppy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .puppy-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s; } .puppy-card:hover { transform: scale(1.02); } .puppy-image { width: 100%; height: 250px; object-fit: cover; } .puppy-details { padding: 1rem; } .puppy-name { font-size: 1.5rem; margin: 0 0 0.5rem; color: #444; } .puppy-info { font-size: 0.95rem; margin-bottom: 0.5rem; color: #555; } .inquire-btn { display: inline-block; padding: 0.5rem 1rem; background-color: #a9746e; color: #fff; border-radius: 5px; text-decoration: none; font-weight: bold; } .inquire-btn:hover { background-color: #8c5f5a; } </style> </head> <body> <div class="container"> <h1>Available Puppies</h1> <p class="subtitle">Raised in our home with love, structure, and early socialization</p> <div class="puppy-grid"> <div class="puppy-card"> <img src="puppy1.jpg" alt="Puppy 1" class="puppy-image" /> <div class="puppy-details"> <h2 class="puppy-name">Luna</h2> <p class="puppy-info">Breed: Mini Bernedoodle<br>Born: June 12, 2025<br>Color: Merle with white markings<br>Expected Weight: 25–30 lbs</p> <a href="mailto:your@email.com?subject=Inquiry about Luna" class="inquire-btn">Inquire Now</a> </div> </div> <div class="puppy-card"> <img src="puppy2.jpg" alt="Puppy 2" class="puppy-image" /> <div class="puppy-details"> <h2 class="puppy-name">Finn</h2> <p class="puppy-info">Breed: Mini Bernedoodle<br>Born: June 12, 2025<br>Color: Tri-color<br>Expected Weight: 25–30 lbs</p> <a href="mailto:your@email.com?subject=Inquiry about Finn" class="inquire-btn">Inquire Now</a> </div> </div> <!-- Add more puppy cards here --> </div> </div> </body> </html>

Like & Follow Us!

  • Instagram
  • Facebook

Want to stay up to date? Subscribe !

Want to learn more about the waitlist? Reach Out at 843-708-3035

Charleston, South Carolina

843-708-3035

843-412-0200

PalmBelleSC@gmail.com

All puppies are sold on a STRICT spay/neuter contract unless breeding rights are purchased

Palm Belle reserves the first two spots in each litter.

This allows us to make the best decisions for our program and the future of our lines. In some cases, this means we may keep a puppy or choose to collaborate with another program to bring in new lines.

All pet reservations begin after these first two placements are determined. This ensures we continue to improve the quality, temperament, and overall excellence that our families expect from us.

bottom of page