<!DOCTYPE html>

<html lang="en-GB">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Shepherd’s Services | Operations & Administrative Support</title>

  <meta name="description" content="Professional operations and administrative support for individuals and small organisations across the UK. Discreet, reliable, and bespoke services.">

  <link rel="stylesheet" href="style.css">

</head>

<body>


<header>

  <h1>Shepherd’s Services</h1>

  <p class="tagline">Professional Operations & Administrative Support</p>

</header>


<main>

  <section>

    <h2>About</h2>

    <p>

      Shepherd’s Services provides dependable, discreet, and highly organised

      administrative and operational support for individuals and small organisations.

      Services are delivered with professionalism, attention to detail, and a strong

      understanding of business operations.

    </p>

  </section>


  <section>

    <h2>Services</h2>

    <ul>

      <li>Administrative and executive assistance</li>

      <li>Operations support and coordination</li>

      <li>Data handling, reporting, and document management</li>

      <li>Client correspondence and inbox management</li>

      <li>Bespoke support tailored to your requirements</li>

    </ul>

  </section>


  <section>

    <h2>Why Shepherd’s Services</h2>

    <p>

      This is not a mass-market VA service. Work is taken on selectively to ensure

      a high standard of delivery, discretion, and reliability. Clients value clear

      communication, sound judgement, and consistent execution.

    </p>

  </section>


  <section class="contact">

    <h2>Contact</h2>

    <p>

      To discuss your requirements, please get in touch:

    </p>

    <p>

      <strong>Email:</strong>

      <a href="mailto:contact@shepherdservices.co.uk">contact@shepherdservices.co.uk</a>

    </p>

  </section>

</main>


<footer>

  <p>© Shepherd’s Services. All rights reserved.</p>

</footer>


</body>

</html>