RGC North Wales Rugby CYMRAEG

Club Shop

Entry 6087

<!doctype html>
<html lang="en">
<head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width,initial-scale=1" />
 <title>RGC vs Llandovery — SRC Round 4 | Match Preview</title>
 <script src="https://cdn.tailwindcss.com"></script>
 <style>
   /* Small custom tweaks */
   .hero-bg{background-image: linear-gradient(90deg, rgba(8,145,178,0.06), rgba(99,102,241,0.04));}
   blockquote{quotes: "\201C" "\201D" "\2018" "\2019";}
   blockquote p::before{content:open-quote}
   .fact{background:linear-gradient(90deg,#fef3c7,#fee2e2);}
 </style>
</head>
<body class="bg-slate-50 text-slate-800 font-sans">
 <header class="bg-white shadow-sm">
   <div class="max-w-6xl mx-auto px-6 py-5 flex items-center justify-between">
     <div class="flex items-center gap-3">
       <div class="w-10 h-10 bg-slate-200 rounded-full flex items-center justify-center font-bold">RGC</div>
       <h1 class="text-xl font-semibold">RGC Match Preview</h1>
     </div>
     <nav class="text-sm text-slate-600 flex gap-6">
       <a href="#" class="hover:underline">Home</a>
       <a href="#preview" class="hover:underline">Preview</a>
       <a href="#lineup" class="hover:underline">Team News</a>
       <a href="#facts" class="hover:underline">Facts</a>
     </nav>
   </div>
 </header>

 <main class="max-w-6xl mx-auto px-6 py-10">
   <section class="hero-bg rounded-2xl p-8 grid md:grid-cols-3 gap-6 items-center">
     <div class="md:col-span-2">
       <h2 class="text-3xl font-extrabold mb-3">RGC head south to Llandovery for SRC Round 4</h2>
       <p class="text-slate-700 mb-4">After Llandovery's long trip to North Wales last week, RGC make the shortest journey south as they look to build on recent performances and secure a win in Round 4.</p>
       <div class="flex gap-3">
         <a href="#preview" class="px-4 py-2 rounded-lg bg-sky-600 text-white font-semibold shadow">Read Preview</a>
         <a href="#facts" class="px-4 py-2 rounded-lg border border-slate-200 text-slate-700">Fact of the Day</a>
       </div>
     </div>
     <div class="hidden md:block">
       <img src="https://images.unsplash.com/photo-1517649763962-0c623066013b?q=80&w=800&auto=format&fit=crop&ixlib=rb-4.0.3&s=5a3c7d8b8d9b4c9a1b2e5f6c7d8e9f01" alt="Rugby stadium" class="rounded-xl shadow-md w-full h-44 object-cover">
     </div>
   </section>

   <article id="preview" class="mt-8 grid md:grid-cols-3 gap-8">
     <div class="md:col-span-2 bg-white rounded-2xl p-6 shadow-sm">
       <h3 class="text-2xl font-bold mb-3">Match context & recent form</h3>
       <p class="mb-4">Last week, <strong>Llandovery</strong> made their longest trip of the season to North Wales, and this Saturday it’s the turn of <strong>RGC</strong> to travel south for <strong>SRC Round 4</strong>. RGC will be hunting a repeat of the result at Stadiwm Eirias where the visitors came away with the win.</p>

       <h4 class="text-lg font-semibold mt-4">Recent trends</h4>
       <ul class="list-disc pl-5 mt-2 space-y-2 text-slate-700">
         <li>Last season: back-to-back fixtures vs Pontypool resulted in a home win followed by an away loss.</li>
         <li>Festive weeks: away win at Bridgend, home defeat the following week.</li>
         <li>RGC want to keep the momentum with a strong performance in Llandovery.</li>
       </ul>

       <h4 class="text-lg font-semibold mt-4">History at Church Bank</h4>
       <p class="text-slate-700">Llandovery is a difficult place to get a result. RGC's last league win there was in <strong>2018</strong> — a 24–32 victory featuring tries from Afon Bagshaw, Danny Cross and Dion Jones, with Billy McBryde adding the conversions.</p>

       <blockquote class="mt-6 border-l-4 border-sky-300 pl-4 italic text-slate-700 bg-slate-50 p-4 rounded">
         <p>“We gave ourselves a mammoth of a job after conceding 5 tries in the first half due to our own errors... We’re not overly focused on the opposition — just ourselves. We’re going down with the mindset of leading from the kick-off.”</p>
         <footer class="mt-2 text-sm">— Connor Dever, Scrum-Half</footer>
       </blockquote>

       <div class="mt-6 grid sm:grid-cols-2 gap-4">
         <div class="p-4 rounded-lg border border-slate-100">
           <h5 class="font-semibold">Key objective</h5>
           <p class="text-sm text-slate-700">Correct last week's errors, protect field position and stay in the game through the final minutes.</p>
         </div>
         <div class="p-4 rounded-lg border border-slate-100">
           <h5 class="font-semibold">Tactical note</h5>
           <p class="text-sm text-slate-700">Maintain discipline in defence — the first half errors cost RGC previously.</p>
         </div>
       </div>

     </div>

     <aside id="facts" class="bg-white rounded-2xl p-6 shadow-sm">
       <h4 class="text-lg font-bold mb-3">Fact of the Day</h4>
       <div class="fact p-4 rounded-lg">
         <p class="font-semibold">Dion Jones made his RGC debut in 2017 vs Llandovery.</p>
       </div>

       <div class="mt-6">
         <h5 class="font-semibold mb-2">Quick details</h5>
         <ul class="text-sm text-slate-700 space-y-2">
           <li><strong>Kick-off:</strong> Saturday (check club fixture list)</li>
           <li><strong>Venue:</strong> Llandovery (Church Bank)</li>
           <li><strong>Competition:</strong> SRC Round 4</li>
         </ul>
       </div>

       <div class="mt-6">
         <a href="#" class="block text-center px-4 py-2 rounded-lg border border-sky-500 text-sky-600 font-semibold">Buy Tickets</a>
       </div>
     </aside>
   </article>

   <section id="lineup" class="mt-10 bg-white rounded-2xl p-6 shadow-sm">
     <h3 class="text-2xl font-bold mb-3">Team news & notes</h3>
     <p class="text-slate-700">No confirmed changes announced. Keep an eye on official club channels for the matchday 23. Below is a suggested layout for how a team section might look on matchday.</p>

     <div class="mt-4 grid sm:grid-cols-3 gap-4">
       <div class="p-4 rounded-lg border border-slate-100">
         <h6 class="font-semibold">Probable XV</h6>
         <ol class="mt-2 text-sm text-slate-700 list-decimal list-inside space-y-1">
           <li>15 —</li>
           <li>14 —</li>
           <li>13 —</li>
           <li>12 —</li>
           <li>11 —</li>
           <li>10 —</li>
           <li>9 —</li>
           <li>1 —</li>
           <li>2 —</li>
           <li>3 —</li>
           <li>4 —</li>
           <li>5 —</li>
           <li>6 —</li>
           <li>7 —</li>
           <li>8 —</li>
         </ol>
       </div>

       <div class="p-4 rounded-lg border border-slate-100">
         <h6 class="font-semibold">Bench</h6>
         <p class="text-sm text-slate-700 mt-2">7 substitutes and impact players to be confirmed.</p>
       </div>

       <div class="p-4 rounded-lg border border-slate-100">
         <h6 class="font-semibold">Media</h6>
         <p class="text-sm text-slate-700 mt-2">Match preview, reaction and post-match coverage will be published across club channels.</p>
       </div>
     </div>
   </section>

   <footer class="mt-10 text-center text-sm text-slate-500">
     <p>Designed for RGC club news — edit content and assets as needed.</p>
   </footer>
 </main>
</body>
</html>