Compare commits

3 Commits

Author SHA1 Message Date
2d0aa27738 Update .gitea/workflows/publish.yaml
All checks were successful
Publish to Server / Deploy (push) Successful in 1m41s
2025-11-08 20:25:40 +00:00
3803c99f2c Migrate all files to shared OneDrive folder for collaborative development
All checks were successful
Publish to Server / Deploy (push) Successful in 1m37s
Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-11-08 19:48:26 +00:00
2cf0da5426 Add .gitea/workflows/publish.yaml
All checks were successful
Publish to Server / Deploy (push) Successful in 15s
2025-11-08 19:33:54 +00:00
70 changed files with 531 additions and 109 deletions

Binary file not shown.

View File

@@ -0,0 +1,45 @@
name: Publish to Server
run-name: ${{ gitea.actor }} is publishing your site using Gitea Actions 🚀
on:
workflow_dispatch:
# Trigger the workflow on push
push:
branches: [main]
# Authenticate to the the server via ssh
# and run our deployment script (sftp upload)
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: SFTP Upload - Main Site
uses: Dylan700/sftp-upload-action@latest
with:
server: ${{ vars.SSH_HOST }}
username: ${{ vars.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
uploads: |
${{ vars.GIT_FOLDER_MAIN }} => ${{ vars.SSH_FOLDER_BETA }}
delete: 'false'
ignore: |
*.git
*/**/*git*
- name: SFTP Upload - Archive Site
uses: Dylan700/sftp-upload-action@latest
with:
server: ${{ vars.SSH_HOST }}
username: ${{ vars.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: 22
uploads: |
${{ vars.GIT_FOLDER_ARCHIVE }} => ${{ vars.SSH_FOLDER_ARCHIVE }}
delete: 'false'
ignore: |
*.git
*/**/*git*

Binary file not shown.

View File

@@ -1,3 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap);
/*!
* Bootstrap v5.3.6 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 890 B

After

Width:  |  Height:  |  Size: 890 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -0,0 +1,167 @@
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Contacts - The Parish of Keresley with Coundon</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=4d649c300ea439ef1f9fe3d14c0f3e24">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;display=swap">
<link rel="stylesheet" href="assets/css/styles.min.css?h=d93aff3d06aeabeb477e65b269958d14">
</head>
<body>
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img class="w-100 h-100" width="3331" height="836" src="assets/img/brands/MASTER%20PARISH%20LOGO.png?h=d7f543a8c5be9c93af2a986cf777c5d2" style="max-height: 2em;"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">About Us</a>
<div class="dropdown-menu"><a class="dropdown-item" href="our-vision">Overview and Vision</a><a class="dropdown-item" href="safeguarding">History</a><a class="dropdown-item" href="team">Meet The Team</a><a class="dropdown-item" href="your-first-visit">Your First Visit</a><a class="dropdown-item" href="services-and-prayer">Services and Prayer</a><a class="dropdown-item" href="exploring-faith">Exploring Faith</a><a class="dropdown-item" href="safeguarding">Safeguarding</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">What's On</a>
<div class="dropdown-menu"><a class="dropdown-item" href="regular-activities">Church Hall</a><a class="dropdown-item" href="regular-activities">Pit Stop</a><a class="dropdown-item" href="regular-activities">Regular Activities</a><a class="dropdown-item" href="uniform-groups">Uniform Groups</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Life Events</a>
<div class="dropdown-menu"><a class="dropdown-item" href="weddings">Weddings</a><a class="dropdown-item" href="baptisms-christenings">Baptisms/Christenings</a><a class="dropdown-item" href="funerals-memorials">Funerals/Memorials</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Venue Hire</a>
<div class="dropdown-menu"><a class="dropdown-item" href="church-hall">Church Hall</a><a class="dropdown-item" href="pit-stop">Pit Stop</a><a class="dropdown-item" href="galilee-room">Galilee Room</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Churchyard</a>
<div class="dropdown-menu"><a class="dropdown-item" href="churchyard-burials/overview">Overview</a><a class="dropdown-item" href="churchyard-burials/overview">Maintenance</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Support</a>
<div class="dropdown-menu"><a class="dropdown-item" href="volunteer">Volunteer</a><a class="dropdown-item" href="giving">Giving</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
</div>
</nav><!-- End: Navbar Centered Links -->
<!-- Start: Contact Details -->
<section class="py-5">
<div class="container py-5">
<div class="row mb-5">
<div class="col-md-8 col-xl-6 text-center mx-auto">
<p class="fw-bold text-success mb-2">Contacts</p>
<h2 class="fw-bold">How you can reach us</h2>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-md-6 col-xl-4">
<div>
<form class="p-3 p-xl-4" method="post" data-bs-theme="light">
<!-- Start: Success Example -->
<div class="mb-3"><input class="form-control" type="text" id="name-1" name="name" placeholder="Name"></div><!-- End: Success Example -->
<!-- Start: Error Example -->
<div class="mb-3"><input class="form-control" type="email" id="email-1" name="email" placeholder="Email"></div><!-- End: Error Example -->
<div class="mb-3"><textarea class="form-control" id="message-1" name="message" rows="6" placeholder="Message"></textarea></div>
<div><button class="btn btn-primary shadow w-100 d-block" type="submit">Send </button></div>
</form>
</div>
</div>
<div class="col-md-4 col-xl-4 d-flex justify-content-center justify-content-xl-start">
<div class="d-flex h-100 flex-wrap flex-md-column justify-content-md-start align-items-md-start">
<div class="d-flex align-items-center p-3">
<div class="bs-icon-md bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-md"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-telephone">
<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"></path>
</svg></div>
<div class="px-2">
<h6 class="fw-bold mb-0">Phone</h6>
<p class="text-muted mb-0">+123456789</p>
</div>
</div>
<div class="d-flex align-items-center p-3">
<div class="bs-icon-md bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-md"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-envelope">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z"></path>
</svg></div>
<div class="px-2">
<h6 class="fw-bold mb-0">Email</h6>
<p class="text-muted mb-0">info@example.com</p>
</div>
</div>
<div class="d-flex align-items-center p-3">
<div class="bs-icon-md bs-icon-circle bs-icon-primary shadow d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block bs-icon bs-icon-md"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-pin">
<path d="M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354zm1.58 1.408-.002-.001.002.001m-.002-.001.002.001A.5.5 0 0 1 6 2v5a.5.5 0 0 1-.276.447h-.002l-.012.007-.054.03a4.922 4.922 0 0 0-.827.58c-.318.278-.585.596-.725.936h7.792c-.14-.34-.407-.658-.725-.936a4.915 4.915 0 0 0-.881-.61l-.012-.006h-.002A.5.5 0 0 1 10 7V2a.5.5 0 0 1 .295-.458 1.775 1.775 0 0 0 .351-.271c.08-.08.155-.17.214-.271H5.14c.06.1.133.191.214.271a1.78 1.78 0 0 0 .37.282"></path>
</svg></div>
<div class="px-2">
<h6 class="fw-bold mb-0">Location</h6>
<p class="text-muted mb-0">12 Example Street</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End: Contact Details -->
<!-- Start: Footer Primary -->
<footer class="text-white bg-primary">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<!-- Start: Services -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Services</h3>
<ul class="list-unstyled">
<li><a class="link-light" href="#">Web design</a></li>
<li><a class="link-light" href="#">Development</a></li>
<li><a class="link-light" href="#">Hosting</a></li>
</ul>
</div><!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About</h3>
<ul class="list-unstyled">
<li><a class="link-light" href="#">Company</a></li>
<li><a class="link-light" href="#">Team</a></li>
<li><a class="link-light" href="#">Legacy</a></li>
</ul>
</div><!-- End: About -->
<!-- Start: Careers -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Careers</h3>
<ul class="list-unstyled">
<li><a class="link-light" href="#">Job openings</a></li>
<li><a class="link-light" href="#">Employee success</a></li>
<li><a class="link-light" href="#">Benefits</a></li>
</ul>
</div><!-- End: Careers -->
<!-- Start: Social Icons -->
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><img src="assets/img/brands/MASTER%20PARISH%20LOGO%20white.png?h=b020af8caacb69febb02077fee969271" style="height: 5em;"></div>
<p>Sem eleifend donec molestie, integer quisque orci aliquam.</p>
</div><!-- End: Social Icons -->
</div>
<hr><!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md py-3">
<div class="container">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link text-white" href="safeguarding" style="border-right-style: solid;">Safeguarding</a></li>
<li class="nav-item"><a class="nav-link text-white" href="privacy-policy">Privacy Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="copyright-policy">Copyright Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="cookie-policy">Cookie Policy</a></li>
</ul>
</div>
</nav><!-- End: Navbar Centered Links -->
<div class="d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">Copyright © 2025 The Parish of Keresley with Coundon</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"></path>
</svg></li>
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-twitter">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15"></path>
</svg></li>
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-instagram">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"></path>
</svg></li>
</ul>
</div>
</div>
</footer><!-- End: Footer Primary -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js?h=9a9b12d9479055b6ccf322643488f6dd"></script>
</body>
</html>

View File

@@ -6,35 +6,50 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - The Parish of Keresley with Coundon</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=4d649c300ea439ef1f9fe3d14c0f3e24">
<link rel="stylesheet" href="assets/css/styles.min.css?h=f41fe1e9ef99020027ec88d4e1bdcb9f">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;display=swap">
<link rel="stylesheet" href="assets/css/styles.min.css?h=d93aff3d06aeabeb477e65b269958d14">
</head>
<body>
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav" style="background: var(--bs-gray-100);">
<div class="container"></div>
</nav>
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img class="w-100 h-100" width="3331" height="836" src="assets/img/brands/MASTER%20PARISH%20LOGO.png?h=d7f543a8c5be9c93af2a986cf777c5d2" style="max-height: 2em;"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link active" href="/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="who-are-we">Who Are We</a></li>
<li class="nav-item"><a class="nav-link" href="life-events">Life Events</a></li>
<li class="nav-item"><a class="nav-link" href="hall-hire">Hall Hire</a></li>
<li class="nav-item"><a class="nav-link" href="whats-on">What's On</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Our Centres</a>
<div class="dropdown-menu"><a class="dropdown-item" href="#">Pit Stop</a><a class="dropdown-item" href="#">Church Hall</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="churchyard">Churchyard</a></li>
<li class="nav-item"><a class="nav-link" href="history">History</a></li>
<li class="nav-item"><a class="nav-link" href="contact">Contact Us</a></li>
<li class="nav-item"><a class="nav-link" href="support">Support Us</a></li>
</ul>
<!-- Start: Header -->
<div>
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav" style="background: var(--bs-gray-100);">
<div class="container"></div>
</nav><!-- End: Navbar Centered Links -->
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img class="w-100 h-100" width="3331" height="836" src="assets/img/brands/MASTER%20PARISH%20LOGO.png?h=d7f543a8c5be9c93af2a986cf777c5d2" style="max-height: 2em;"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link active" href="/">Home</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">About Us</a>
<div class="dropdown-menu"><a class="dropdown-item" href="our-vision">Overview and Vision</a><a class="dropdown-item" href="safeguarding">History</a><a class="dropdown-item" href="team">Meet The Team</a><a class="dropdown-item" href="your-first-visit">Your First Visit</a><a class="dropdown-item" href="services-and-prayer">Services and Prayer</a><a class="dropdown-item" href="exploring-faith">Exploring Faith</a><a class="dropdown-item" href="safeguarding">Safeguarding</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">What's On</a>
<div class="dropdown-menu"><a class="dropdown-item" href="regular-activities">Church Hall</a><a class="dropdown-item" href="regular-activities">Pit Stop</a><a class="dropdown-item" href="regular-activities">Regular Activities</a><a class="dropdown-item" href="uniform-groups">Uniform Groups</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Life Events</a>
<div class="dropdown-menu"><a class="dropdown-item" href="weddings">Weddings</a><a class="dropdown-item" href="baptisms-christenings">Baptisms/Christenings</a><a class="dropdown-item" href="funerals-memorials">Funerals/Memorials</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Venue Hire</a>
<div class="dropdown-menu"><a class="dropdown-item" href="church-hall">Church Hall</a><a class="dropdown-item" href="pit-stop">Pit Stop</a><a class="dropdown-item" href="galilee-room">Galilee Room</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Churchyard</a>
<div class="dropdown-menu"><a class="dropdown-item" href="churchyard-burials/overview">Overview</a><a class="dropdown-item" href="churchyard-burials/overview">Maintenance</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Support</a>
<div class="dropdown-menu"><a class="dropdown-item" href="volunteer">Volunteer</a><a class="dropdown-item" href="giving">Giving</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
</nav><!-- End: Navbar Centered Links -->
</div><!-- End: Header -->
<header class="bg-primary-gradient">
<div class="container pt-4 pt-xl-5">
<!-- Start: Hero Clean Reverse -->
<div class="container">
<div class="row pt-5">
<div class="col-md-8 col-xl-6 text-center text-md-start mx-auto">
<div class="text-center">
@@ -42,15 +57,15 @@
<h1 class="fw-bold">The best solution for you and your customers</h1>
</div>
</div>
<div class="col-12 col-lg-10 mx-auto">
<div class="position-relative" style="display: flex;flex-wrap: wrap;justify-content: flex-end;">
<div style="position: relative;flex: 0 0 45%;transform: translate3d(-15%, 35%, 0);"><img class="img-fluid" width="600" height="840" data-bss-parallax="" data-bss-parallax-speed="0.8" src="assets/img/products/3.jpg?h=fce4fd8e26138d1b5fd8c63ef4f2e64c"></div>
<div style="position: relative;flex: 0 0 45%;transform: translate3d(-5%, 20%, 0);"><img class="img-fluid" width="600" height="750" data-bss-parallax="" data-bss-parallax-speed="0.4" src="assets/img/products/2.jpg?h=104fcc18ad179e4b0b9e0ee12b849bed"></div>
<div style="position: relative;flex: 0 0 60%;transform: translate3d(0, 0%, 0);"><img class="img-fluid" width="600" height="400" data-bss-parallax="" data-bss-parallax-speed="0.25" src="assets/img/products/1.jpg?h=fc1e51d44f18accfa3a90f81c9cfffe4"></div>
</div>
<div class="col-12 col-lg-10 mx-auto"></div>
</div>
<div class="row" style="margin-top: 1em;">
<div class="col-md-8"></div>
<div class="col-md-4">
<p class="mb-4" style="font-size: 1.6rem;">Whats On</p><iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=2&ctz=Europe%2FLondon&showPrint=0&showNav=0&showCalendars=0&mode=AGENDA&hl=en_GB&showTabs=0&showTitle=0&showTz=0&src=OHZucnIycjN1YTNkaGxoMjgxY2Y5ZGNlZnVzOGM0MzhAaW1wb3J0LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23e67c73" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</div><!-- End: Hero Clean Reverse -->
</header>
<section class="py-5">
<div class="container text-center py-5">
@@ -58,6 +73,7 @@
</div>
</section>
<section>
<!-- Start: Features Cards -->
<div class="container py-5 bg-primary-gradient">
<div class="row">
<div class="col-md-8 col-xl-6 text-center mx-auto">
@@ -115,9 +131,10 @@
</div>
</div>
</div>
</div>
</div><!-- End: Features Cards -->
</section>
<section>
<!-- Start: Features Cards -->
<div class="container py-5">
<div class="mx-auto" style="max-width: 900px;">
<div class="row row-cols-1 row-cols-md-2 d-flex justify-content-center">
@@ -147,9 +164,10 @@
</div>
</div>
</div>
</div>
</div><!-- End: Features Cards -->
</section>
<section class="mt-5 py-5">
<!-- Start: Testimonials -->
<div class="container py-5">
<div class="row mb-5">
<div class="col-md-8 col-xl-6 text-center mx-auto">
@@ -193,8 +211,8 @@
</div>
</div>
</div>
</div>
</section>
</div><!-- End: Testimonials -->
</section><!-- Start: Contact Details -->
<section class="py-5">
<div class="container">
<div class="row mb-5">
@@ -207,8 +225,10 @@
<div class="col-md-6 col-xl-4">
<div>
<form class="p-3 p-xl-4" method="post" data-bs-theme="light">
<div class="mb-3"><input class="form-control" type="text" id="name-1" name="name" placeholder="Name"></div>
<div class="mb-3"><input class="form-control" type="email" id="email-1" name="email" placeholder="Email"></div>
<!-- Start: Success Example -->
<div class="mb-3"><input class="form-control" type="text" id="name-1" name="name" placeholder="Name"></div><!-- End: Success Example -->
<!-- Start: Error Example -->
<div class="mb-3"><input class="form-control" type="email" id="email-1" name="email" placeholder="Email"></div><!-- End: Error Example -->
<div class="mb-3"><textarea class="form-control" id="message-1" name="message" rows="6" placeholder="Message"></textarea></div>
<div><button class="btn btn-primary shadow w-100 d-block" type="submit">Send </button></div>
</form>
@@ -247,7 +267,8 @@
</div>
</div>
</div>
</section>
</section><!-- End: Contact Details -->
<!-- Start: Newsletter Subscription Color -->
<section class="py-5">
<div class="container">
<div class="border rounded border-0 border-white d-flex flex-column justify-content-between align-items-center flex-lg-row p-4 p-lg-5 bg-primary-gradient">
@@ -261,44 +282,56 @@
</form>
</div>
</div>
</section>
<footer class="bg-primary-gradient">
</section><!-- End: Newsletter Subscription Color -->
<!-- Start: Footer Primary -->
<footer class="text-white bg-primary">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<!-- Start: Services -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Services</h3>
<ul class="list-unstyled">
<li><a href="#">Web design</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">Hosting</a></li>
<li><a class="link-light" href="#">Web design</a></li>
<li><a class="link-light" href="#">Development</a></li>
<li><a class="link-light" href="#">Hosting</a></li>
</ul>
</div>
</div><!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About</h3>
<ul class="list-unstyled">
<li><a href="#">Company</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Legacy</a></li>
<li><a class="link-light" href="#">Company</a></li>
<li><a class="link-light" href="#">Team</a></li>
<li><a class="link-light" href="#">Legacy</a></li>
</ul>
</div>
</div><!-- End: About -->
<!-- Start: Careers -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Careers</h3>
<ul class="list-unstyled">
<li><a href="#">Job openings</a></li>
<li><a href="#">Employee success</a></li>
<li><a href="#">Benefits</a></li>
<li><a class="link-light" href="#">Job openings</a></li>
<li><a class="link-light" href="#">Employee success</a></li>
<li><a class="link-light" href="#">Benefits</a></li>
</ul>
</div><!-- End: Careers -->
<!-- Start: Social Icons -->
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><img src="assets/img/brands/MASTER%20PARISH%20LOGO%20white.png?h=b020af8caacb69febb02077fee969271" style="height: 5em;"></div>
<p>Sem eleifend donec molestie, integer quisque orci aliquam.</p>
</div><!-- End: Social Icons -->
</div>
<hr><!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md py-3">
<div class="container">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link text-white" href="safeguarding" style="border-right-style: solid;">Safeguarding</a></li>
<li class="nav-item"><a class="nav-link text-white" href="privacy-policy">Privacy Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="copyright-policy">Copyright Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="cookie-policy">Cookie Policy</a></li>
</ul>
</div>
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><span class="bs-icon-sm bs-icon-circle bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-bezier">
<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"></path>
<path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"></path>
</svg></span><span>The Parish of Keresley with Coundon</span></div>
<p class="text-muted">Sem eleifend donec molestie, integer quisque orci aliquam.</p>
</div>
</div>
<hr>
<div class="text-muted d-flex justify-content-between align-items-center pt-3">
</nav><!-- End: Navbar Centered Links -->
<div class="d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">Copyright © 2025 The Parish of Keresley with Coundon</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
@@ -313,7 +346,7 @@
</ul>
</div>
</div>
</footer>
</footer><!-- End: Footer Primary -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js?h=9a9b12d9479055b6ccf322643488f6dd"></script>
</body>

View File

@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Sign up - The Parish of Keresley with Coundon</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=4d649c300ea439ef1f9fe3d14c0f3e24">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;display=swap">
<link rel="stylesheet" href="assets/css/styles.min.css?h=d93aff3d06aeabeb477e65b269958d14">
</head>
<body>
<!-- Start: Header -->
<div>
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav" style="background: var(--bs-gray-100);">
<div class="container"></div>
</nav><!-- End: Navbar Centered Links -->
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img class="w-100 h-100" width="3331" height="836" src="assets/img/brands/MASTER%20PARISH%20LOGO.png?h=d7f543a8c5be9c93af2a986cf777c5d2" style="max-height: 2em;"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">About Us</a>
<div class="dropdown-menu"><a class="dropdown-item" href="our-vision">Overview and Vision</a><a class="dropdown-item" href="safeguarding">History</a><a class="dropdown-item" href="team">Meet The Team</a><a class="dropdown-item" href="your-first-visit">Your First Visit</a><a class="dropdown-item" href="services-and-prayer">Services and Prayer</a><a class="dropdown-item" href="exploring-faith">Exploring Faith</a><a class="dropdown-item" href="safeguarding">Safeguarding</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">What's On</a>
<div class="dropdown-menu"><a class="dropdown-item" href="regular-activities">Church Hall</a><a class="dropdown-item" href="regular-activities">Pit Stop</a><a class="dropdown-item" href="regular-activities">Regular Activities</a><a class="dropdown-item" href="uniform-groups">Uniform Groups</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Life Events</a>
<div class="dropdown-menu"><a class="dropdown-item" href="weddings">Weddings</a><a class="dropdown-item" href="baptisms-christenings">Baptisms/Christenings</a><a class="dropdown-item" href="funerals-memorials">Funerals/Memorials</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Venue Hire</a>
<div class="dropdown-menu"><a class="dropdown-item" href="church-hall">Church Hall</a><a class="dropdown-item" href="pit-stop">Pit Stop</a><a class="dropdown-item" href="galilee-room">Galilee Room</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Churchyard</a>
<div class="dropdown-menu"><a class="dropdown-item" href="churchyard-burials/overview">Overview</a><a class="dropdown-item" href="churchyard-burials/overview">Maintenance</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Support</a>
<div class="dropdown-menu"><a class="dropdown-item" href="volunteer">Volunteer</a><a class="dropdown-item" href="giving">Giving</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
</div>
</nav><!-- End: Navbar Centered Links -->
</div><!-- End: Header -->
<section class="py-5">
<div class="container">
<div class="row mb-4 mb-lg-5">
<div class="text-center mx-auto">
<h2 class="fw-bold">Safeguarding</h2><!-- Start: Hero Banner Color -->
<section>
<div class="container h-100">
<div class="border rounded border-0 p-4" style="background: var(--bs-light);">
<div class="row">
<div class="text-center d-flex d-sm-flex d-md-flex justify-content-center align-items-center justify-content-md-start align-items-md-center justify-content-xl-center mx-auto">
<div>
<h2 class="text-uppercase fw-bold mb-3">IF YOU HAVE ANY SAFEGUARDING CONCERNS,<br><br>PLEASE CONTACT…</h2>
<p class="fs-4 mb-2" style="margin-bottom: 0;">Parish Safeguarding&nbsp;Officer <strong>David Wilson</strong><br><strong><span style="color: rgb(189, 0, 0);">07804746459</span></strong> or&nbsp;<a class="text-decoration-none link-primary" href="mailto:safeguarding@keresley.church"><strong>safeguarding@keresley.church</strong></a></p>
<p class="fs-4 mb-4"><strong>Diocesan Safeguarding Team</strong><br><strong><span style="color: rgb(189, 0, 0);">024 7652 1345</span></strong>&nbsp;or&nbsp;<a class="text-decoration-none link-primary" href="mailto:safeguarding@covcofe.org"><strong>safeguarding@covcofe.org</strong></a></p>
<h4 class="fw-bold fst-italic mb-3">Or, if necessary, report the matter to the Local Authority Social Care Services or the Police without delay.</h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- End: Hero Banner Color -->
</div>
</div><iframe src="https://assets.keresley.church/documents/Safeguarding-Policy.pdf" width="100%" height="750vh" allow="autoplay"></iframe>
<div class="row d-flex justify-content-center">
<div></div>
</div>
</div>
</section><!-- Start: Footer Primary -->
<footer class="text-white bg-primary">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<!-- Start: Services -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Services</h3>
<ul class="list-unstyled">
<li><a class="link-light" href="#">Web design</a></li>
<li><a class="link-light" href="#">Development</a></li>
<li><a class="link-light" href="#">Hosting</a></li>
</ul>
</div><!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About</h3>
<ul class="list-unstyled">
<li><a class="link-light" href="#">Company</a></li>
<li><a class="link-light" href="#">Team</a></li>
<li><a class="link-light" href="#">Legacy</a></li>
</ul>
</div><!-- End: About -->
<!-- Start: Careers -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Careers</h3>
<ul class="list-unstyled">
<li><a class="link-light" href="#">Job openings</a></li>
<li><a class="link-light" href="#">Employee success</a></li>
<li><a class="link-light" href="#">Benefits</a></li>
</ul>
</div><!-- End: Careers -->
<!-- Start: Social Icons -->
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><img src="assets/img/brands/MASTER%20PARISH%20LOGO%20white.png?h=b020af8caacb69febb02077fee969271" style="height: 5em;"></div>
<p>Sem eleifend donec molestie, integer quisque orci aliquam.</p>
</div><!-- End: Social Icons -->
</div>
<hr><!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md py-3">
<div class="container">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link text-white" href="safeguarding" style="border-right-style: solid;">Safeguarding</a></li>
<li class="nav-item"><a class="nav-link text-white" href="privacy-policy">Privacy Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="copyright-policy">Copyright Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="cookie-policy">Cookie Policy</a></li>
</ul>
</div>
</nav><!-- End: Navbar Centered Links -->
<div class="d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">Copyright © 2025 The Parish of Keresley with Coundon</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"></path>
</svg></li>
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-twitter">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15"></path>
</svg></li>
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-instagram">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"></path>
</svg></li>
</ul>
</div>
</div>
</footer><!-- End: Footer Primary -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js?h=9a9b12d9479055b6ccf322643488f6dd"></script>
</body>
</html>

View File

@@ -6,31 +6,49 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Team - The Parish of Keresley with Coundon</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=4d649c300ea439ef1f9fe3d14c0f3e24">
<link rel="stylesheet" href="assets/css/styles.min.css?h=f41fe1e9ef99020027ec88d4e1bdcb9f">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;display=swap">
<link rel="stylesheet" href="assets/css/styles.min.css?h=d93aff3d06aeabeb477e65b269958d14">
</head>
<body>
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img class="w-100 h-100" width="3331" height="836" src="assets/img/brands/MASTER%20PARISH%20LOGO.png?h=d7f543a8c5be9c93af2a986cf777c5d2" style="max-height: 2em;"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="who-are-we">Who Are We</a></li>
<li class="nav-item"><a class="nav-link" href="life-events">Life Events</a></li>
<li class="nav-item"><a class="nav-link" href="hall-hire">Hall Hire</a></li>
<li class="nav-item"><a class="nav-link" href="whats-on">What's On</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Our Centres</a>
<div class="dropdown-menu"><a class="dropdown-item" href="#">Pit Stop</a><a class="dropdown-item" href="#">Church Hall</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="churchyard">Churchyard</a></li>
<li class="nav-item"><a class="nav-link" href="history">History</a></li>
<li class="nav-item"><a class="nav-link" href="contact">Contact Us</a></li>
<li class="nav-item"><a class="nav-link" href="support">Support Us</a></li>
</ul>
<!-- Start: Header -->
<div>
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav" style="background: var(--bs-gray-100);">
<div class="container"></div>
</nav><!-- End: Navbar Centered Links -->
<!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md sticky-top py-3 navbar-shrink" id="mainNav">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img class="w-100 h-100" width="3331" height="836" src="assets/img/brands/MASTER%20PARISH%20LOGO.png?h=d7f543a8c5be9c93af2a986cf777c5d2" style="max-height: 2em;"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-2"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">About Us</a>
<div class="dropdown-menu"><a class="dropdown-item" href="our-vision">Overview and Vision</a><a class="dropdown-item" href="safeguarding">History</a><a class="dropdown-item" href="team">Meet The Team</a><a class="dropdown-item" href="your-first-visit">Your First Visit</a><a class="dropdown-item" href="services-and-prayer">Services and Prayer</a><a class="dropdown-item" href="exploring-faith">Exploring Faith</a><a class="dropdown-item" href="safeguarding">Safeguarding</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">What's On</a>
<div class="dropdown-menu"><a class="dropdown-item" href="regular-activities">Church Hall</a><a class="dropdown-item" href="regular-activities">Pit Stop</a><a class="dropdown-item" href="regular-activities">Regular Activities</a><a class="dropdown-item" href="uniform-groups">Uniform Groups</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Life Events</a>
<div class="dropdown-menu"><a class="dropdown-item" href="weddings">Weddings</a><a class="dropdown-item" href="baptisms-christenings">Baptisms/Christenings</a><a class="dropdown-item" href="funerals-memorials">Funerals/Memorials</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Venue Hire</a>
<div class="dropdown-menu"><a class="dropdown-item" href="church-hall">Church Hall</a><a class="dropdown-item" href="pit-stop">Pit Stop</a><a class="dropdown-item" href="galilee-room">Galilee Room</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Churchyard</a>
<div class="dropdown-menu"><a class="dropdown-item" href="churchyard-burials/overview">Overview</a><a class="dropdown-item" href="churchyard-burials/overview">Maintenance</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown">Support</a>
<div class="dropdown-menu"><a class="dropdown-item" href="volunteer">Volunteer</a><a class="dropdown-item" href="giving">Giving</a></div>
</li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
</nav><!-- End: Navbar Centered Links -->
</div><!-- End: Header -->
<section class="py-5">
<!-- Start: Team -->
<div class="container py-5">
<div class="row mb-4 mb-lg-5">
<div class="col-md-8 col-xl-6 text-center mx-auto">
@@ -77,45 +95,56 @@
</div>
</div>
</div>
</div>
</section>
<footer class="bg-primary-gradient">
</div><!-- End: Team -->
</section><!-- Start: Footer Primary -->
<footer class="text-white bg-primary">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<!-- Start: Services -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Services</h3>
<ul class="list-unstyled">
<li><a href="#">Web design</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">Hosting</a></li>
<li><a class="link-light" href="#">Web design</a></li>
<li><a class="link-light" href="#">Development</a></li>
<li><a class="link-light" href="#">Hosting</a></li>
</ul>
</div>
</div><!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About</h3>
<ul class="list-unstyled">
<li><a href="#">Company</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Legacy</a></li>
<li><a class="link-light" href="#">Company</a></li>
<li><a class="link-light" href="#">Team</a></li>
<li><a class="link-light" href="#">Legacy</a></li>
</ul>
</div>
</div><!-- End: About -->
<!-- Start: Careers -->
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Careers</h3>
<ul class="list-unstyled">
<li><a href="#">Job openings</a></li>
<li><a href="#">Employee success</a></li>
<li><a href="#">Benefits</a></li>
<li><a class="link-light" href="#">Job openings</a></li>
<li><a class="link-light" href="#">Employee success</a></li>
<li><a class="link-light" href="#">Benefits</a></li>
</ul>
</div><!-- End: Careers -->
<!-- Start: Social Icons -->
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><img src="assets/img/brands/MASTER%20PARISH%20LOGO%20white.png?h=b020af8caacb69febb02077fee969271" style="height: 5em;"></div>
<p>Sem eleifend donec molestie, integer quisque orci aliquam.</p>
</div><!-- End: Social Icons -->
</div>
<hr><!-- Start: Navbar Centered Links -->
<nav class="navbar navbar-expand-md py-3">
<div class="container">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link text-white" href="safeguarding" style="border-right-style: solid;">Safeguarding</a></li>
<li class="nav-item"><a class="nav-link text-white" href="privacy-policy">Privacy Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="copyright-policy">Copyright Policy</a></li>
<li class="nav-item"><a class="nav-link text-white" href="cookie-policy">Cookie Policy</a></li>
</ul>
</div>
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2"><span class="bs-icon-sm bs-icon-circle bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-bezier">
<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"></path>
<path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"></path>
</svg></span><span>The Parish of Keresley with Coundon</span></div>
<p class="text-muted">Sem eleifend donec molestie, integer quisque orci aliquam.</p>
</div>
</div>
<hr>
<div class="text-muted d-flex justify-content-between align-items-center pt-3">
</nav><!-- End: Navbar Centered Links -->
<div class="d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">Copyright © 2025 The Parish of Keresley with Coundon</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
@@ -130,7 +159,7 @@
</ul>
</div>
</div>
</footer>
</footer><!-- End: Footer Primary -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js?h=9a9b12d9479055b6ccf322643488f6dd"></script>
</body>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
desktop.ini Normal file
View File

@@ -0,0 +1,2 @@
[.ShellClassInfo]
IconResource=C:\Program Files\Microsoft OneDrive\OneDrive.exe,7

File diff suppressed because one or more lines are too long