��<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Weekly Carpentry Updates & News | Cardiff & Caerphilly Carpentry</title> <meta name="description" content="Stay updated with our latest Carpentry projects, weekly insights, and local news in Cardiff & Caerphilly. View our project gallery and read expert advice."> <meta name="keywords" content="Carpentry news cardiff, weekly Carpentry updates, Carpenter blog caerphilly, local trade news south wales, Bespoke Furniture installation gallery"> <link rel="stylesheet" href="css/styles.css?v=3"> <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@400;500;600&family=Outfit:wght@500;700;800&display=swap" rel="stylesheet"> <script src="https://unpkg.com/lucide@latest"></script> <!-- Schema.org Markup for Blog/News --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Blog", "name": "Cardiff & Caerphilly Carpentry Weekly Updates", "description": "Weekly insights, project showcases, and Carpentry tips from your local experts.", "publisher": { "@type": "Organization", "name": "Cardiff & Caerphilly Carpentry", "logo": { "@type": "ImageObject", "url": "https://www.cardiffandcaerphillycarpentry.com/assets/images/logo.png" } }, "blogPost": [ { "@type": "BlogPosting", "headline": "Weekly Round-Up: Emergency Bespoke Furniture Repairs in Pontypridd", "image": "assets/images/bespoke-furniture.png", "datePublished": "2026-02-10", "author": { "@type": "Person", "name": "Lead Engineer" }, "description": "This week we tackled several emergency Bespoke Furniture breakdowns in Pontypridd, ensuring families had Hard Carpentry restored within hours." } ] } </script> <link rel="canonical" href="https://www.cardiffandcaerphillycarpentry.com/news.html"> </head> <body> <!-- Emergency Top Bar --> <div class="emergency-top-bar"> <i data-lucide="alert-triangle" size="14"></i> <span>24/7 Emergency Call-Outs: On-Site Within 90 Mins</span> <a href="multi-trade.html">View Trades</a> </div> <!-- Header --> <header class="header"> <div class="container header-container" style="max-width: 1400px;"> <a href="index.html" class="logo"> <i data-lucide="ruler" class="text-primary"></i> <span>Cardiff & Caerphilly <span class="text-accent">Carpentry</span></span> </a> <nav class="nav-links"> <a href="index.html" class="active">Home</a> <div class="dropdown mega-menu-wrapper"> <a href="services.html" class="dropdown-toggle">Services <i data-lucide="chevron-down" size="16"></i></a> <div class="dropdown-menu mega-menu" style="width: max-content; padding: 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;"> <!-- Column 1 --> <div> <h4 style="color: var(--color-primary-dark); border-bottom: 2px solid var(--color-accent); padding-bottom: 0.5rem; margin-bottom: 1rem; font-size: 1.1rem;">Bespoke Carpentry</h4> <a href="media-walls.html" class="dropdown-item">Media Walls</a> <a href="under-stairs-storage.html" class="dropdown-item">Under Stairs Storage</a> <a href="wardrobes.html" class="dropdown-item">Wardrobes & Joinery</a> <a href="alcove-storage.html" class="dropdown-item">Alcove Storage</a> <a href="bespoke-furniture.html" class="dropdown-item">Bespoke Furniture</a> <a href="wall-paneling.html" class="dropdown-item">Wall Paneling</a> </div> <!-- Column 2 --> <div> <h4 style="color: var(--color-primary-dark); border-bottom: 2px solid var(--color-accent); padding-bottom: 0.5rem; margin-bottom: 1rem; font-size: 1.1rem;">Kitchens & Bathrooms</h4> <a href="kitchen-fitting.html" class="dropdown-item">Kitchen & Bathroom Fitting</a> <a href="tiling.html" class="dropdown-item">Bespoke Tiling</a> <a href="multi-trade.html" class="dropdown-item" style="color: #dc2626; font-weight: 600;"><i data-lucide="alert-triangle" size="14" style="margin-right: 4px; vertical-align: middle;"></i>Plumbing & Electrical</a> <a href="electric-fires.html" class="dropdown-item">Electric Fires</a> </div> <!-- Column 3 --> <div> <h4 style="color: var(--color-primary-dark); border-bottom: 2px solid var(--color-accent); padding-bottom: 0.5rem; margin-bottom: 1rem; font-size: 1.1rem;">Outdoor Living</h4> <a href="garden-rooms.html" class="dropdown-item">Garden Rooms & Sheds</a> <a href="outside-carpentry.html" class="dropdown-item">Outside Carpentry</a> </div> <!-- Footer Row --> <div style="grid-column: 1 / -1; border-top: 1px solid #eee; margin-top: 0.5rem; padding-top: 1rem; text-align: center;"> <a href="services.html" class="dropdown-item" style="display: inline-block; font-weight: 600; color: var(--color-primary);">View All Services &rarr;</a> </div> </div> </div> <a href="gallery.html">Gallery</a> <a href="about-us.html">About Us</a> <a href="meet-the-team.html">Meet the Team</a> <a href="blog.html">Blog</a> <a href="news.html">Weekly Updates</a> <a href="contact.html">Contact</a> <form class="nav-search" action="search.html" method="GET" style="display:flex; align-items:center; margin-left:1rem; position:relative;"> <input type="text" name="q" placeholder="Search products..." style="padding: 0.6rem 2.5rem 0.6rem 1rem; border-radius: 25px; border: 1px solid #e5e5e5; background: #fdfbf7; font-family: 'Inter', sans-serif; font-size: 0.95rem; width: 140px; transition: all 0.3s ease-out;" onfocus="this.style.width='200px'; this.style.borderColor='#1c1917'; this.style.boxShadow='0 0 0 2px rgba(28,25,23,0.1)';" onblur="this.style.width='140px'; this.style.borderColor='#e5e5e5'; this.style.boxShadow='none';" required=""> <button type="submit" aria-label="Search" style="position:absolute; right:12px; background:none; border:none; color:#57534e; cursor:pointer; display:flex; align-items:center; justify-content:center; padding:0; transition: color 0.3s;" onmouseover="this.style.color='#1c1917';" onmouseout="this.style.color='#57534e';"><i data-lucide="search" size="18"></i></button> </form> </nav> <div class="cta-group"> <a href="tel:07803083422" class="btn btn-primary" style="padding: 0.25rem 0.65rem; font-size: 0.75rem;"> <i data-lucide="phone" size="12" style="margin-right: 0.3rem; vertical-align: middle;"></i> 07803 083422 </a> <button class="mobile-toggle"> <i data-lucide="menu"></i> </button> </div> </div> </header> <!-- Hero Section --> <section class="hero" style="min-height: 40vh; background-position: center; padding-top: 8rem; padding-bottom: 3rem;"> <div class="container"> <div class="hero-content"> <div class="hero-title-wrapper"> <div style="display: flex; flex-direction: column; gap: 1rem;"> <h1 style="font-size: 3.5rem;">Weekly Updates & <span class="text-accent">Insights</span></h1> </div> </div> <p>Follow our latest projects across Cardiff, Caerphilly, and South Wales. From stunning Kitchen & Bathroom Fitting transformations to emergency Hard Carpentry rescues, see what our team has been up to this week. </p> </div> </div> </section> <!-- Weekly Updates (Blog Feed) --> <section class="section-padding"> <div class="container"> <div class="section-header"> <h2>Latest from the Team</h2> <p>Real work, real results. We believe in transparency and showing the quality of our craftsmanship.</p> </div> <div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 2rem;"> <!-- Article 1 --> <article class="pricing-card" style="padding: 0; overflow: hidden; display: flex; flex-direction: column;"> <div style="height: 200px; background: #e2e8f0; position: relative;"> <!-- Placeholder for image --> <img src="assets/images/Pontypridd.webp" alt="Wood Flooring Repair Pontypridd" style="width: 100%; height: 100%; object-fit: cover;"> <div style="position: absolute; top: 1rem; right: 1rem; background: var(--color-accent); color: white; padding: 0.25rem 0.75rem; border-radius: 99px; font-weight: 700; font-size: 0.8rem;"> Feb 10, 2026 </div> </div> <div style="padding: 2rem; flex: 1; display: flex; flex-direction: column;"> <div style="color: var(--color-accent); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 0.5rem; letter-spacing: 0.05em;"> emergency repairs</div> <h3 style="color: var(--color-primary-dark); margin-bottom: 1rem;">Storm Damage Repair in Pontypridd</h3> <p style="color: var(--color-text-muted); font-size: 0.95rem; margin-bottom: 1.5rem; flex: 1;"> This week we responded to severe Wood Flooring and skirting damage in Pontypridd after the recent storms. Our team cleared the debris and secured the perimeter within 24 hours. </p> <a href="#" class="text-primary" style="font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem;"> Read Full Story <i data-lucide="arrow-right" size="16"></i> </a> </div> </article> <!-- Article 2 --> <article class="pricing-card" style="padding: 0; overflow: hidden; display: flex; flex-direction: column;"> <div style="height: 200px; background: #e2e8f0; position: relative;"> <img src="assets/images/Roath park.webp" alt="Luxury Kitchen & Bathroom Fitting Roath Park" style="width: 100%; height: 100%; object-fit: cover;"> <div style="position: absolute; top: 1rem; right: 1rem; background: var(--color-primary); color: white; padding: 0.25rem 0.75rem; border-radius: 99px; font-weight: 700; font-size: 0.8rem;"> Feb 08, 2026 </div> </div> <div style="padding: 2rem; flex: 1; display: flex; flex-direction: column;"> <div style="color: var(--color-accent); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 0.5rem; letter-spacing: 0.05em;"> Kitchen & Bathroom Fitting Installation</div> <h3 style="color: var(--color-primary-dark); margin-bottom: 1rem;">Luxury home Makeover in Roath Park</h3> <p style="color: var(--color-text-muted); font-size: 0.95rem; margin-bottom: 1.5rem; flex: 1;"> We just completed a stunning home redesign for a client near Roath Park. Featuring sleek porcelain wardrobes and custom raised planters, this project is a perfect example of our premium finish. </p> <a href="kitchen-fitting.html" class="text-primary" style="font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem;"> View Gallery <i data-lucide="arrow-right" size="16"></i> </a> </div> </article> <!-- Article 3 --> <article class="pricing-card" style="padding: 0; overflow: hidden; display: flex; flex-direction: column;"> <div style="height: 200px; background: #e2e8f0; position: relative;"> <img src="assets/images/PHOTO-2025-05-31-10-54-53.jpg" alt="Winter homeing Tips" style="width: 100%; height: 100%; object-fit: cover;"> <div style="position: absolute; top: 1rem; right: 1rem; background: var(--color-primary); color: white; padding: 0.25rem 0.75rem; border-radius: 99px; font-weight: 700; font-size: 0.8rem;"> Feb 05, 2026 </div> </div> <div style="padding: 2rem; flex: 1; display: flex; flex-direction: column;"> <div style="color: var(--color-accent); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 0.5rem; letter-spacing: 0.05em;"> Tips & Advice</div> <h3 style="color: var(--color-primary-dark); margin-bottom: 1rem;">Preparing Your home for Winter</h3> <p style="color: var(--color-text-muted); font-size: 0.95rem; margin-bottom: 1.5rem; flex: 1;"> With temperatures dropping in Caerphilly this week, we share our top 5 tips for protecting your decking, Wood Flooring, and fragile fixtures from frost damage. </p> <a href="#" class="text-primary" style="font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem;"> Read Tips <i data-lucide="arrow-right" size="16"></i> </a> </div> </article> </div> </div> </section> <!-- Gallery Section --> <section class="section-padding" style="background: var(--color-surface);"> <div class="container"> <div class="section-header"> <h2>Our Week in Pictures</h2> <p>A visual diary of our work across South Wales.</p> </div> <div class="gallery-grid"> <!-- Gallery Item 1 --> <div class="gallery-item large"> <img src="assets/images/home-build-finished.jpg" alt="Modern Kitchen & Bathroom Fitting Installation Cardiff" loading="lazy"> <div class="gallery-overlay"> <h3>Roath Park Renovation</h3> <p>Full home design suite installation and fresh cladding.</p> </div> </div> <!-- Gallery Item 2 --> <div class="gallery-item"> <img src="assets/images/staircase-renovation.png" alt="Cladding Service Caerphilly" loading="lazy"> <div class="gallery-overlay"> <h3>Cladding Service</h3> <p>New premium artificial timber installed in Caerphilly.</p> </div> </div> <!-- Gallery Item 3 --> <div class="gallery-item"> <img src="https://placehold.co/600x400/1e293b/FFF?text=Weekly%20Updates%20%26%20Insights" alt="Weekly Updates & Insights" style="width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); object-fit: cover; aspect-ratio: 3/2;" loading="lazy"> <div class="gallery-overlay"> <h3>Composite Decking</h3> <p>Brand new long-lasting composite deck in Newport.</p> </div> </div> <!-- Gallery Item 4 --> <div class="gallery-item"> <img src="assets/images/home-and-customer.jpg" alt="Our Team on the Job" loading="lazy"> <div class="gallery-overlay"> <h3>On The Road</h3> <p>Our dedicated team at work on a beautiful sunny day.</p> </div> </div> </div> </div> </section> <!-- Trust Badges --> <div class="container" style="padding-top: 2rem; padding-bottom: 0;"> <div class="trust-badges-container" style="display: flex; gap: 2rem; justify-content: center; align-items: center; flex-wrap: wrap;"> <!-- City & Guilds --> <div style="width: 260px; height: auto; display: flex; align-items: center; justify-content: center;"> <img src="assets/images/city and guilds card.png" alt="City & Guilds Card" style="max-width: 100%; max-height: 260px;"> </div> <!-- NVQ --> <div style="width: 260px; height: auto; display: flex; align-items: center; justify-content: center;"> <img src="assets/images/nvq card.png" alt="NVQ Card" style="max-width: 100%; max-height: 260px;"> </div> <!-- NIC --> <div style="width: 260px; height: auto; display: flex; align-items: center; justify-content: center;"> <img src="assets/images/nice card.png" alt="NIC Card" style="max-width: 100%; max-height: 260px;"> </div> </div> </div> <!-- SEO Content Block (AI Crawler Friendly) --> <section class="section-padding"> <div class="container"> <div style="background: white; padding: 3rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border-left: 4px solid var(--color-primary);"> <h3 style="margin-bottom: 1.5rem; color: var(--color-primary-dark);">Industry Updates & Local Activity </h3> <p style="margin-bottom: 1rem; color: var(--color-text-muted);"> At Cardiff & Caerphilly Carpentry, we are committed to keeping our clients informed about the latest developments in the Hard Carpentry and Carpentry industry. Our weekly updates provide a transparent look at our operations, from <strong>emergency Bespoke Furniture repairs in Newport</strong> to comprehensive <strong>Kitchen & Bathroom Fitting installations in Barry</strong>. </p> <p style="margin-bottom: 0; color: var(--color-text-muted);"> We regularly update this page to reflect seasonal advice, ensuring our customers in South Wales are prepared for weather changes that impact their Carpentry systems. Whether it's advice on bleeding radiators or spotting the early signs of a emergency, our blog is a resource for homeowners looking to maintain their property's value and safety. </p> </div> </div> </section> <!-- Call To Action --> <section class="cta-section" style="background: linear-gradient(135deg, var(--color-primary-dark), #1e293b); padding: 5rem 0; color: white; text-align: center;"> <div class="container"> <h2 style="color: white; margin-bottom: 1.5rem;">Need a Carpenter Fast?</h2> <p style="font-size: 1.2rem; margin-bottom: 2.5rem; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto;"> Our local engineers are on standby across Cardiff and Caerphilly for all your emergency Bespoke Furniture and Carpentry needs. </p> <div style="display: flex; gap: 1rem; justify-content: center; align-items: center; flex-wrap: wrap;"> <a href="tel:07803083422" class="btn btn-accent" style="font-size: 1.25rem;"> <i data-lucide="phone-call" style="margin-right: 0.5rem;"></i> Call 07803 083422 </a> <a href="contact.html" class="btn" style="background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white;"> Request a Callback </a> </div> </div> </section> <!-- Footer --> <footer class="footer"> <div class="container"> <div class="footer-main"> <div class="footer-col"> <h3>Cardiff & Caerphilly Carpentry</h3> <p>Improving and maintaining properties for over 15 years.</p> <div class="social-links" style="margin-top: 1rem; display: flex; gap: 1rem; color: white; align-items: center;"> <a href="https://www.facebook.com/carpentercardiff" target="_blank" rel="noopener noreferrer" style="color: white; transition: color 0.3s;" onmouseover="this.style.color='var(--color-accent)'" onmouseout="this.style.color='white'" title="Facebook"><i data-lucide="facebook"></i></a> <a href="https://www.instagram.com/jonathands43/" target="_blank" rel="noopener noreferrer" style="color: white; transition: color 0.3s;" onmouseover="this.style.color='var(--color-accent)'" onmouseout="this.style.color='white'" title="Instagram"><i data-lucide="instagram"></i></a> <a href="https://www.google.com/search?q=Cardiff+and+Caerphilly+carpentry&stick=H4sIAAAAAAAA_-NgU1I1qDCxMEs1TDJNNbG0MDI2SkyzMqhINU1JTDYxsjBMTkozNEg1XsSq4JxYlJKZlqaQmJcCZKcWFWRk5uRUKiQnFhWk5pUUVQIAVg2YO0wAAAA&hl=en-GB&mat=CRwLbfK6HgBkElcBTVDHnqOF7KFQXOKD7wG---pls6_dNl4BEcsbwjBj9fMXCd_Kn7-dKRicZCSoXxg1tQg2Tfmp_M4Z5BKDnvNz9MOn-5Csbk43JsAIvKIyAyIfgok516c&authuser=0&ved=2ahUKEwi10_LU36GTAxWeU0EAHZHpGKEQ-MgIegQIGBAq" target="_blank" rel="noopener noreferrer" style="color: white; transition: color 0.3s;" onmouseover="this.style.color='var(--color-accent)'" onmouseout="this.style.color='white'" title="Find us on Google"><i data-lucide="search"></i></a> <a href="https://uk.trustpilot.com/review/cardiffandcaerphillycarpentry.com" target="_blank" rel="noopener noreferrer" style="color: white; transition: color 0.3s;" onmouseover="this.style.color='var(--color-accent)'" onmouseout="this.style.color='white'" title="Trustpilot Reviews"> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg> </a> </div> </div> <div class="footer-col"> <h3>Services</h3> <ul class="footer-links"> <li><a href="garden-rooms.html">Garden Rooms & Sheds</a></li> <li><a href="kitchen-fitting.html">Kitchen & Bathroom Fitting</a></li> <li><a href="bespoke-furniture.html">Bespoke Furniture</a></li> <li><a href="wall-paneling.html">Wall Paneling</a></li> <li><a href="wardrobes.html">Wardrobes & Joinery</a></li> <li><a href="media-walls.html">Media Walls</a></li> <li><a href="under-stairs-storage.html">Under Stairs Storage</a></li> <li><a href="alcove-storage.html">Alcove Storage</a></li> </ul> </div> <div class="footer-col"> <h3>Company</h3> <ul class="footer-links"> <li><a href="about-us.html">About Us</a></li> <li><a href="meet-the-team.html">Meet the Team</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="news.html">Weekly Updates</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> <div class="footer-col"> <h3>Contact</h3> <ul class="footer-links"> <li><i data-lucide="phone" size="14"></i> 07803 083422</li> <li><i data-lucide="mail" size="14"></i> info@www.cardiffandcaerphillycarpentry.com</li> <li><i data-lucide="map-pin" size="14"></i> Cardiff, UK</li> </ul> </div> </div> <div class="copyright"> <p>&copy; 2024 Cardiff & Caerphilly Carpentry. All rights reserved.</p> </div> </div> </footer> <!-- Scripts --> <script> lucide.createIcons(); const mobileToggle = document.querySelector('.mobile-toggle'); const navLinks = document.querySelector('.nav-links'); if (mobileToggle) { mobileToggle.addEventListener('click', () => { navLinks.classList.toggle('active'); const icon = mobileToggle.querySelector('i'); if (navLinks.classList.contains('active')) { icon.setAttribute('data-lucide', 'x'); } else { icon.setAttribute('data-lucide', 'menu'); } lucide.createIcons(); }); } </script> <!-- Mobile Navigation Dropdown Logic --> <script> document.addEventListener('DOMContentLoaded', () => { const dropdownToggles = document.querySelectorAll('.dropdown-toggle'); dropdownToggles.forEach(toggle => { toggle.addEventListener('click', (e) => { if (window.innerWidth <= 900) { const dropdown = toggle.closest('.dropdown'); // If it's not active, prevent navigation and just open it if (!dropdown.classList.contains('active')) { e.preventDefault(); // Close other dropdowns if any exist document.querySelectorAll('.dropdown').forEach(d => { if(d !== dropdown) d.classList.remove('active'); }); dropdown.classList.add('active'); } // If it IS active, the second click will navigate naturally } }); }); // Optional: Close dropdown if clicked outside on mobile (or desktop) document.addEventListener('click', (e) => { if (!e.target.closest('.dropdown')) { document.querySelectorAll('.dropdown').forEach(d => d.classList.remove('active')); } }); }); </script> <!-- WhatsApp Widget --> <a href="https://wa.me/447803083422" class="whatsapp-widget" target="_blank" rel="noopener noreferrer" style="position: fixed; bottom: 20px; right: 20px; background-color: #25D366; color: white; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 9999; text-decoration: none; transition: transform 0.3s ease;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'"> <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" viewBox="0 0 16 16"> <path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/> </svg> </a> </body> </html>