summaryrefslogtreecommitdiff
path: root/public/churches/index.html
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /public/churches/index.html
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'public/churches/index.html')
-rw-r--r--public/churches/index.html105
1 files changed, 105 insertions, 0 deletions
diff --git a/public/churches/index.html b/public/churches/index.html
new file mode 100644
index 0000000..d95aeec
--- /dev/null
+++ b/public/churches/index.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Churches ⛪</title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+ </head>
+ <body>
+ <header>
+ <nav class="site-nav">
+ <div class="nav-container">
+ <div class="nav-left">
+ <a href="/" class="site-title">Shipwreckt</a>
+ </div>
+ <ul class="nav-right">
+ <li><a href="/">Home</a></li>
+ <li><a href="/archive/">Archive</a></li>
+ <li><a href="/links/">Links</a></li>
+ <li><a href="/contact/">Contact</a></li>
+ </ul>
+ </div>
+ </nav>
+ <hr>
+ </header>
+ <main>
+ <h1>Churches I have been to</h1>
+<p>I only take communion with churches within the Anglican communion or churches who are in Communion with the CofE (Church of England)</p>
+<p>* = Not attended a service</p>
+<table>
+<thead>
+<tr>
+<th>Church</th>
+<th>Location</th>
+<th>Sect</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="https://www.achurchnearyou.com/church/4171/">All Saint's *</a></td>
+<td>Bloxwich</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://allsaintsstreetly.org.uk/">All Saint's</a></td>
+<td>Streetly</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.achurchnearyou.com/church/4168/">Christ Church</a></td>
+<td>Blakenall</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.orthodoxwalsall.org.uk/">Church of the Nativity of the<br> Mother of God</a></td>
+<td>Walsall</td>
+<td>Orthodox Constantinople</td>
+</tr>
+<tr>
+<td><a href="https://www.lichfield-cathedral.org/">Lichfield Cathedral *</a></td>
+<td>Lichfield</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.achurchnearyou.com/church/4170/">Saint Chad's</a></td>
+<td>Beechdale</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.achurchnearyou.com/church/4575/">Saint Gabriel's</a></td>
+<td>Fullbrook</td>
+<td>Anglo-Catholic (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.hiddenrivercircuit.org/st-johns-bloxwich">Saint John's</a></td>
+<td>Bloxwich</td>
+<td>Hidden River Methodist Circuit</td>
+</tr>
+<tr>
+<td><a href="https://www.stmatthewswalsall.co.uk/">Saint Matthew's *</a></td>
+<td>Walsall</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.achurchnearyou.com/church/4579/">Saint Paul's</a></td>
+<td>Walsall</td>
+<td>Anglican (CofE)</td>
+</tr>
+<tr>
+<td><a href="https://www.birminghamdiocese.org.uk/st-patrick-walsall">Saint Patrick's</a></td>
+<td>Walsall</td>
+<td>Roman Catholic</td>
+</tr>
+<tr>
+<td><a href="https://www.stpetersbloxwich.org.uk/">Saint Peter's</a></td>
+<td>Bloxwich</td>
+<td>Roman Catholic</td>
+</tr>
+</tbody>
+</table>
+
+ </main>
+ </body>
+</html>
+