-
Notifications
You must be signed in to change notification settings - Fork 0
/
mission.html
112 lines (104 loc) · 5.72 KB
/
mission.html
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
<!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="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" />
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="mission.css">
<!-- 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>Our Mission</h1>
</div>
</header>
<div class="statements">
<p>1. To make heaven.</p>
<p>2. To take as many people with us.</p>
<p>3. To have a member of RCCG in every family of all nations.</p>
<p>4. To accomplish No. 1 above, holiness will be our lifestyle.</p>
<p>5. To accomplish No. 2 and 3 above, we will plant churches within five minutes walking distance in every city and town of developing countries and within five minutes driving distance in every city and town of developed countries. </p>
<p>6. We will pursue these objectives until every Nation in the world is reached for the Lord Jesus Christ</p>
</div>
<footer>
<p>© 2022 - 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>