summaryrefslogtreecommitdiff
path: root/public/churches
diff options
context:
space:
mode:
Diffstat (limited to 'public/churches')
-rw-r--r--public/churches/index.html110
1 files changed, 110 insertions, 0 deletions
diff --git a/public/churches/index.html b/public/churches/index.html
new file mode 100644
index 0000000..caeb80c
--- /dev/null
+++ b/public/churches/index.html
@@ -0,0 +1,110 @@
+<!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>
+ <footer>
+ <center>
+ <pre> <a href="https://www.gnu.org/licenses/copyleft.en.html">🄯 2023-2025 Shipwreckt</a> - <a href="https://git.shipwreckt.co.uk/Website.git/">Source code</a> - <a href="mailto:me@shipwreckt.co.uk">me@shipwreckt.co.uk</a></pre>
+ </center>
+ </footer>
+</html>
+