<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swansea Scoop Trusted Partners Directory</title>
<style>
/* CSS that you can include in Beehiiv's custom HTML box */
.directory-container {
max-width: 900px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
}
.directory-header {
text-align: center;
margin-bottom: 40px;
padding: 30px 20px;
background: linear-gradient(135deg, #0066cc, #004499);
color: white;
border-radius: 15px;
}
.directory-header h1 {
margin: 0 0 10px 0;
font-size: 2.5em;
}
.directory-header p {
margin: 0;
font-size: 1.2em;
opacity: 0.9;
}
.verification-badge {
background: rgba(255,255,255,0.2);
padding: 8px 20px;
border-radius: 25px;
display: inline-block;
margin-top: 15px;
font-weight: bold;
}
.category-nav {
background: #f8f9fa;
padding: 20px;
border-radius: 10px;
margin-bottom: 40px;
text-align: center;
}
.category-nav h3 {
margin: 0 0 15px 0;
color: #333;
}
.nav-links {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}
.nav-link {
background: #0066cc;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 25px;
font-weight: 500;
transition: background 0.3s ease;
}
.nav-link:hover {
background: #004499;
color: white;
text-decoration: none;
}
.category-section {
margin-bottom: 60px;
}
.category-title {
font-size: 2em;
color: #0066cc;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 3px solid #0066cc;
}
.business-card {
background: white;
border: 1px solid #e0e0e0;
border-radius: 12px;
padding: 25px;
margin-bottom: 30px;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
}
.business-card:hover {
box-shadow: 0 4px 20px rgba(0,102,204,0.15);
}
.business-header {
display: flex;
align-items: center;
margin-bottom: 20px;
flex-wrap: wrap;
gap: 15px;
}
.business-image {
width: 80px;
height: 80px;
border-radius: 10px;
object-fit: cover;
border: 2px solid #e0e0e0;
}
.business-info h3 {
margin: 0 0 5px 0;
color: #333;
font-size: 1.4em;
}
.business-info p {
margin: 0;
color: #666;
font-size: 1.1em;
}
.business-description {
color: #555;
margin: 20px 0;
font-size: 1.05em;
line-height: 1.6;
}
.google-review {
background: #f9f9f9;
border: 1px solid #e8e8e8;
border-radius: 8px;
padding: 18px;
margin: 20px 0;
}
.review-header {
display: flex;
align-items: center;
margin-bottom: 12px;
gap: 8px;
}
.google-logo {
width: 20px;
height: 20px;
}
.stars {
color: #ffa500;
font-size: 1.1em;
margin-right: 8px;
}
.review-text {
color: #555;
font-style: italic;
margin-bottom: 8px;
line-height: 1.5;
}
.reviewer-name {
color: #666;
font-size: 0.9em;
font-weight: 500;
}
.testimonial {
background: #f0f8ff;
border-left: 4px solid #0066cc;
padding: 18px;
margin: 20px 0;
font-style: italic;
color: #555;
line-height: 1.5;
}
.contact-info {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 20px 0;
}
.contact-item {
color: #0066cc;
text-decoration: none;
font-weight: 500;
font-size: 1.05em;
}
.contact-item:hover {
text-decoration: underline;
color: #004499;
}
.verified-badge {
background: linear-gradient(135deg, #0066cc, #004499);
color: white;
padding: 8px 15px;
border-radius: 20px;
font-size: 0.9em;
display: inline-block;
margin-top: 15px;
font-weight: bold;
}
.back-to-top {
text-align: center;
margin: 40px 0;
}
.back-to-top a {
background: #f8f9fa;
color: #0066cc;
padding: 10px 20px;
text-decoration: none;
border-radius: 25px;
border: 1px solid #e0e0e0;
}
.partnership-footer {
background: #f8f9fa;
padding: 30px;
border-radius: 15px;
text-align: center;
margin-top: 60px;
border: 1px solid #e0e0e0;
}
.partnership-footer h3 {
color: #0066cc;
margin-bottom: 15px;
}
.partnership-footer p {
color: #666;
margin-bottom: 10px;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
.directory-header h1 {
font-size: 2em;
}
.nav-links {
flex-direction: column;
align-items: center;
}
.business-header {
flex-direction: column;
text-align: center;
}
.contact-info {
flex-direction: column;
gap: 10px;
}
}
</style>
</head>
<body>
<div class="directory-container">
<!-- Header Section -->
<div class="directory-header">
<h1>🦢 Swansea Scoop Trusted Partners</h1>
<p>Carefully curated local businesses we'd recommend to our own families</p>
<div class="verification-badge">✓ Vetted • Insured • Locally Recommended</div>
</div>
<!-- Quick Navigation -->
<div class="category-nav">
<h3>Jump to Category:</h3>
<div class="nav-links">
<a href="#pet-care" class="nav-link">🐕 Pet Care</a>
<a href="#home-services" class="nav-link">🏠 Home Services</a>
<a href="#health-wellness" class="nav-link">💆 Health & Wellness</a>
<a href="#automotive" class="nav-link">🚗 Automotive</a>
<a href="#professional-services" class="nav-link">💼 Professional Services</a>
</div>
</div>
<!-- Pet Care Section -->
<div id="pet-care" class="category-section">
<h2 class="category-title">🐕 Pet Care Services</h2>
<!-- Business Card Template -->
<div class="business-card">
<div class="business-header">
<img src="https://images.unsplash.com/photo-1601758228041-f3b2795255f1?w=150&h=150&fit=crop&crop=center" alt="Paws & Walks Swansea" class="business-image">
<div class="business-info">
<h3>Paws & Walks Swansea</h3>
<p>Professional Dog Walking & Pet Sitting</p>
</div>
</div>
<div class="business-description">
Fully insured and experienced pet care service covering Sketty, Uplands, and city centre. Individual walks, group sessions, and overnight pet sitting available. All walkers are DBS checked with genuine love for animals.
</div>
<div class="google-review">
<div class="review-header">
<svg class="google-logo" viewBox="0 0 24 24">
<path fill="#4285f4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/>
<path fill="#34a853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/>
<path fill="#fbbc05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
<path fill="#ea4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/>
</svg>
<div class="stars">★★★★★</div>
<span style="color: #666; font-size: 0.9em;">Google Reviews</span>
</div>
<div class="review-text">"Absolutely fantastic service! Sarah has been walking our springer spaniel for over a year and we couldn't be happier. Always reliable, sends lovely updates, and our dog is excited to see her."</div>
<div class="reviewer-name">- Jennifer M., Google Reviews</div>
</div>
<div class="testimonial">
"Sarah has been brilliant with our Golden Retriever for 2 years. Max always comes home happy and tired, and we completely trust her with our house keys!" - Lisa, Sketty
</div>
<div class="contact-info">
<a href="tel:07712345678" class="contact-item">📞 07712 345 678</a>
<a href="mailto:[email protected]" class="contact-item">✉️ [email protected]</a>
<a href="https://pawswalksswansea.co.uk" class="contact-item">🌐 pawswalksswansea.co.uk</a>
</div>
<div class="verified-badge">✓ Verified Swansea Scoop Partner</div>
</div>
<!-- Add more pet care businesses here using the same template -->
</div>
<div class="back-to-top">
<a href="#top">↑ Back to Top</a>
</div>
<!-- Home Services Section -->
<div id="home-services" class="category-section">
<h2 class="category-title">🏠 Home Services</h2>
<!-- Repeat business card template for home services -->
<div class="business-card">
<div class="business-header">
<img src="https://images.unsplash.com/photo-1583337130417-3346a1be7dee?w=150&h=150&fit=crop&crop=center" alt="Spotless Cleaning Swansea" class="business-image">
<div class="business-info">
<h3>Spotless Cleaning Swansea</h3>
<p>Eco-Friendly Home & Office Cleaning</p>
</div>
</div>
<div class="business-description">
Professional cleaning service using only eco-friendly products. Regular weekly/fortnightly cleans, one-off deep cleans, and end of tenancy services. Fully insured with excellent local reputation.
</div>
<div class="google-review">
<div class="review-header">
<svg class="google-logo" viewBox="0 0 24 24">
<path fill="#4285f4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/>
<path fill="#34a853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/>
<path fill="#fbbc05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/>
<path fill="#ea4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/>
</svg>
<div class="stars">★★★★★</div>
<span style="color: #666; font-size: 0.9em;">Google Reviews</span>
</div>
<div class="review-text">"Outstanding service! They've been cleaning our house monthly for 8 months and it's always spotless. Really lovely team and they use eco-friendly products which was important to us."</div>
<div class="reviewer-name">- Mark T., Google Reviews</div>
</div>
<div class="contact-info">
<a href="tel:07711223344" class="contact-item">📞 07711 223 344</a>
<a href="mailto:[email protected]" class="contact-item">✉️ [email protected]</a>
<a href="https://spotlessswansea.co.uk" class="contact-item">🌐 spotlessswansea.co.uk</a>
</div>
<div class="verified-badge">✓ Verified Swansea Scoop Partner</div>
</div>
</div>
<div class="back-to-top">
<a href="#top">↑ Back to Top</a>
</div>
<!-- Add more categories following the same pattern -->
<!-- Partnership Footer -->
<div class="partnership-footer">
<h3>Become a Swansea Scoop Trusted Partner</h3>
<p>We carefully select only the best local service providers for our directory.</p>
<p>Interested in partnership opportunities?</p>
<p><strong>📧 [email protected] | 🦢 @swansea.scoop</strong></p>
</div>
</div>
</body>
</html>