-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
215 lines (202 loc) · 10.4 KB
/
services.html
File metadata and controls
215 lines (202 loc) · 10.4 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./rccglogo.png" type="image/x-icon">
<link rel="stylesheet" href="./nav.css">
<link rel="stylesheet" href="./services.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Primary Meta Tags -->
<title>RCCG TCON</title>
<meta name="title" content="RCCG TCON">
<meta name="description"
content="Welcome to RCCG The Chapel Outreach parish in Norwich, United Kingdom (RCCG TCON). We have the mandate to build people spiritually and train them to discover, develop and deploy their God given gift to serve God and the community. We provide a lovely and friendly atmosphere where people from the various nations of the world can experience the true love of Christ and understand God's purpose for their lives.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://rccgtcon.com">
<meta property="og:title" content="RCCG TCON">
<meta property="og:description"
content="Welcome to RCCG The Chapel Outreach parish in Norwich, United Kingdom (RCCG TCON). We have the mandate to build people spiritually and train them to discover, develop and deploy their God given gift to serve God and the community. We provide a lovely and friendly atmosphere where people from the various nations of the world can experience the true love of Christ and understand God's purpose for their lives.">
<meta property="og:image" content="https://i.postimg.cc/MZ0t97Zx/meta-img.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://rccgtcon.com">
<meta property="twitter:title" content="RCCG TCON">
<meta property="twitter:description"
content="Welcome to RCCG The Chapel Outreach parish in Norwich, United Kingdom (RCCG TCON). We have the mandate to build people spiritually and train them to discover, develop and deploy their God given gift to serve God and the community. We provide a lovely and friendly atmosphere where people from the various nations of the world can experience the true love of Christ and understand God's purpose for their lives.">
<meta property="twitter:image" content="https://i.postimg.cc/MZ0t97Zx/meta-img.png"> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YTR2W7WDHZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YTR2W7WDHZ');
</script>
<!-- Microsoft Clarity Code (Analytics) -->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "dw5f2vozqv");
</script>
</head>
<body>
<header>
<div class="navbar">
<!-- Navbar logo -->
<div class="nav-header">
<div class="nav-logo">
<img alt="logo" src="rccglogo.png" width="50" style="margin-top: -12px; margin-right: 15px;">
<a class="logo-txt" href="/">
RCCG The Chapel Outreach Norwich</a>
</div>
</div><!-- responsive navbar toggle button -->
<input id="nav-check" type="checkbox">
<div class="nav-btn">
<label for="nav-check"><span></span> <span></span> <span></span></label>
</div><!-- Navbar items -->
<div class="nav-links">
<!-- Dropdown menu -->
<div class="dropdown">
<a class="dropBtn">About Us <i class="fas fa-angle-down"></i></a>
<div class="drop-content">
<a href="/about">Our Church</a>
<a href="/beliefs">Our Beliefs</a>
<a href="/mission">Our Mission</a>
</div>
</div>
<div class="dropdown">
<a class="dropBtn">Our Services <i class="fas fa-angle-down"></i></a>
<div class="drop-content">
<a href="/services">Service Information</a>
<a href="/gallery">Photo Gallery</a>
</div>
</div>
<a href="/volunteer">Volunteer</a>
<a href="/give">Give</a>
<a href="/contact">Contact Us</a>
</div>
</div>
<div class="text">
<h1 class="head-txt">Our Services</h1>
</div>
</header>
<div class="serv-text">
<h2>More about Our Services</h2>
</div>
<div class="tabset">
<!-- Tab 1 -->
<input type="radio" name="tabset" id="tab1" aria-controls="sunday-service" checked>
<label for="tab1">Sunday Services</label>
<!-- Tab 2 -->
<input type="radio" name="tabset" id="tab2" aria-controls="bible-study">
<label for="tab2">Bible Study</label>
<!-- Tab 3 -->
<input type="radio" name="tabset" id="tab3" aria-controls="f-prayer">
<label for="tab3">Third Friday Ignite Prayer</label>
<!--Tab 4-->
<input type="radio" name="tabset" id="tab4" aria-controls="bible-feast">
<label for="tab4">Bible Feast</label>
<div class="tab-panels">
<section id="sunday-service" class="tab-panel">
<div class="tab-info" style="display: flex;">
<img src="" alt="">
<div class="side-info">
<h2>Sunday Services</h2>
<p>Every Sunday</p>
<p>1:00PM to 3:00PM</p>
<p>RCCG The Chapel Outreach Norwich, Colman Rd, NR4 7HD</p>
<img src="photos/IMG_0022_edited.jpeg" alt="" width="45%">
</div>
<div class="main-info">
<p>This is our weekly service where we come together to worship the Lord as a family. We incorporate
worship, praise, Sunday School and a powerful sermon.</p>
<p>We begin with Sunday School, where we dig into the Bible enabling people to get a greater understanding
of the Word of God, which is so integral to our faith.</p>
<p>We also offer a strong Children’s Church and Youth Ministry, where young people are supported and
encouraged in their walk with God through Bible Lessons, arts and crafts and important skill development.
</p>
<p>We hope to see you at our service!</p>
<p><i>Please Note: Ministers and workers are expected to be at the venue by 12:00pm</i></p>
</div>
</div>
</section>
<section id="bible-study" class="tab-panel">
<div class="tab-info" style="display: flex;">
<img src="" alt="">
<div class="side-info">
<h2>Tuesday Bible Study</h2>
<p>Every Tuesday</p>
<p>7:00PM to 9:00PM</p>
<p>RCCG The Chapel Outreach Norwich, Colman Rd, NR4 7HD</p>
<img src="bible-study.jpg" alt="" width="45%">
</div>
<div class="main-info">
<p>This is our weekly service when we come together to study the Word of God.
</p>
<p>In this service, we delve into the bible and try to answer any questions you may have.
</p>
<p>We hope to see you at our service!</p>
</div>
</div>
</section>
<section id="f-prayer" class="tab-panel">
<div class="tab-info" style="display: flex;">
<img src="" alt="">
<div class="side-info">
<h2>Third Friday Ignite Prayer</h2>
<p>Every Third Friday of the Month</p>
<p>9:00PM to 11:00PM</p>
<p>RCCG The Chapel Outreach Norwich, Colman Rd, NR4 7HD</p>
<img src="prayer-meeting.jpg" width="45%">
</div>
<div class="main-info">
<p>This is a service which runs on the Third Friday of every month.
</p>
<p>In this service, we come together and thank God for the month we have passed through, and declare for the month ahead.
</p>
<p>We hope to see you at our service!</p>
</div>
</div>
</section>
<section id="bible-feast" class="tab-panel">
<div class="tab-info" style="display: flex;">
<img src="" alt="">
<div class="side-info">
<h2>Bible Feast</h2>
<p>Every Third Tuesday of the Month</p>
<p>7:00PM to 9:00PM</p>
<p>RCCG The Chapel Outreach Norwich, Colman Rd, NR4 7HD</p>
<img src="bfeast_img.jpeg" alt="" width="45%">
</div>
<div class="main-info">
<p>Bible Feast is a special service, running on the Third Tuesday of every month.
</p>
<p>This service runs similar to our Bible Study. However, at the beginning of this service, we share a meal together.
</p>
<p>Afterwards, we discuss a contemporary topic as a family, and how it relates to the bible.
</p>
<p>We hope to see you at our service!</p>
</div>
</div>
</section>
</div>
</div>
<div class="serv-text">
<h2>Our Service Calendar</h2>
</div>
<script type="text/javascript" src="https://stylemygcal.com/widget.js"></script>
<div class="wrapper" style=" margin-left: 30px; margin-right: 30px; margin-top: 100px; margin-bottom: 100px;">
<div class="smgc-calendar-placeholder" id="smgc-cal-kDvO7jzmIDXqo1ts6WSV" style="text-align: center;">
</div>
</div>
<footer>
<p>© 2025 - The Redeemed Christian Church of God, The Chapel Outreach Norwich | Charity Commission No. 1158788
</p>
<p class="att">Website made by Josh Kalu</p>
</footer>
</body>
</html>