-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcovid.html
More file actions
88 lines (75 loc) · 4.59 KB
/
covid.html
File metadata and controls
88 lines (75 loc) · 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179336056-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179336056-2');
</script>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copplestone Church</title>
<link href="main.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="page">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="whatson.html">What's On</a></li>
<li><a href="onlineservices.html">Online Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="linksanddownloads.html">Links & Downloads</a></li>
</ul>
</nav><!--end of nav-->
<div id="content">
<div id="content-top">
<h1>Copplestone Methodist Church</h1>
</div><!--end of content-top-->
<div class="content-white">
<h2>COVID Response</h2>
<p>A letter from the leaders:</p>
<p>Greetings in Jesus’ Name to all who are a part of our very special church family.
Like you, we all miss sharing worship and fellowship together on a Sunday.
We are deeply grateful to Chris Sampson for his enthusiasm, expertise and time commitment enabling us to have an online service every Sunday.
Thank you Chris! </p>
<p>You may be wondering when we will return to using our building again on a Sunday, particularly in light of the Government saying that from 4th
July places of worship can begin opening. However, it is not straightforward ! There are many conditions to satisfy and restrictions on what we can do
and how we can do it! We have a responsibility to keep everyone safe.
</p>
<p>Currently we are waiting for guidance both from the Government and from the Methodist Church, under whose authority we come, to know what options are
available to us for re- commencing Sunday worship in the building for all our church family - adults and children. When the information is available
we will be calling, via this notice sheet, a Zoom Church Council Meeting as that body has the authority to decide when and how we reopen..</p>
<p>Meanwhile, be assured that our on-line Sunday worship will continue for as long as necessary.</p>
<p>God bless you all.</p>
</div> <!--end of covid response-->
</div><!--end of content-->
<footer>
<p>Copplestone Church Safeguarding Officer ‒ Hannah Petherick</p>
<p>Address - Copplestone Methodist Church, Copplestone, Crediton, Devon, EX17 5NH</p>
</footer>
</div> <!--end of page-->
</body>
<script src="cookieConsent.js"></script>
</html>