-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
146 lines (137 loc) · 7.14 KB
/
gallery.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
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
<!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="./gallery.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">Photo Galery</h1>
</div>
</header>
<div class="content">
<div class="main-text">
<h2>Photos</h2>
<br><br>
<p>Below are various photos from our services.</p>
</div>
</div>
<div class="row">
<div class="column">
<img src="/photos/IMG_0001_edited.jpeg" style="width:100%">
<img src="photos/IMG_0004_edited.jpeg" style="width:100%">
<img src="photos/IMG_0006_edited.jpeg" style="width:100%">
<img src="photos/IMG_0008_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0009_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0010_edited.jpeg" style="width:100%">
</div>
<div class="column">
<img src="/photos/IMG_0011_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0013_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0014_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0017_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0020_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0022_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0023_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0024_edited.jpeg" style="width:100%">
</div>
<div class="column">
<img src="/photos/IMG_0030_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0035_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0044_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0061_edited.jpeg" style="width:100%">
<img src="bfeast_img.jpeg" alt="" style="width: 100%;">
</div>
<div class="column">
<img src="/photos/IMG_0062_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0063_edited.jpeg" style="width:100%">
<img src="/photos/IMG_9975_edited.jpeg" style="width:100%">
<img src="/photos/IMG_9988_edited.jpeg" style="width:100%">
<img src="/photos/IMG_9993_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0054_edited.jpeg" style="width:100%">
<img src="/photos/IMG_0048_edited.jpeg" style="width:100%">
</div>
</div>
<br><br><br>
<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>