-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.html
373 lines (354 loc) · 20.2 KB
/
groups.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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE HTML>
<!--
Relativity by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<title>South Durham Church | Groups</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-49576446-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-49576446-1');
</script>
<link rel="stylesheet" href="assets/css/main.min.css" />
<!-- icon -->
<link rel="apple-touch-icon" sizes="57x57" href="/icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- /icon -->
<style type="text/css">
.google-maps {
position: relative;
padding-bottom: 48%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
</style>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<!-- Logo -->
<div class="logo">
<a href="/">
<img src="images/SDC-LogoWhite.png" alt="South Durham Church" height="53" />
<img src="images/SDC-LogoRGB.jpg" alt="South Durham Church" height="51" />
</a>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li>
<a href="#" class="icon fa-angle-down">About</a>
<ul>
<li>
<a href="#ministries" class="scrolly">Ministries</a>
<ul>
<li><a href="#kids" class="scrolly">SoDu Kids</a></li>
<li><a href="/connect#visitcg" class="scrolly">Community Groups</a></li>
<li><a href="#youth" class="scrolly">SoDu Youth</a></li>
<!-- <li><a href="#service" class="scrolly">Service & Evangelism</a></li> -->
</ul>
</li>
<li><a href="/events">Events</a></li>
<li><a href="https://sodu.churchcenter.com/registrations/events/category/3587">Become a Member</a></li>
<li><a href="/connect#mission" class="scrolly">Mission & Vision</a></li>
<li><a href="/leadership" class="scrolly">Leadership</a></li>
<li><a href="/statementoffaith">Statement of Faith</a></li>
<li><a href="/connect#covenant" class="scrolly">Church Covenant</a></li>
<li><a href="/giving">Giving</a>
<ul>
<li><a href="https://sodu.churchcenteronline.com/giving">Give Online Now</a></li>
<li><a href="/giving#ways">Ways to Give</a></li>
<li><a href="/giving#why">Why We Give</a></li>
<li><a href="/giving#stewardship">Stewardship</a></li>
<li><a href="/giving#faq">Common Questions</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://sermons.southdurham.org">Sermons</a></li>
<li><a href="/groups">Groups</a></li>
<li><a href="https://sodu.churchcenteronline.com/giving">Give</a></li>
<li><a href="/new-here" class="button scrolly">I’m New</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" class="subpage groups">
<div class="content">
<h1>Groups & Studies</h1>
</div>
</section>
<!-- Section -->
<section class="main alt" id="first">
<div class="inner">
<article class="post style2">
<div class="content full">
<header>
<h2>Community Groups</h2>
</header>
<p>Community Groups are small, home-based groups that meet for prayer, Bible study, fellowship, and mission. These groups are open to all, believers and skeptics alike.</p>
<div class="image main google-maps" data-position="center" id="cgmap"></div>
<div class="row">
<div class="4u 12u$(small)">
<h3>Wednesday Nights</h3>
<p><strong>A.</strong> Hope Valley Rd near MLK Blvd<br />
<strong>B.</strong> Alston Ave near Riddle Rd</p>
</div>
<div class="4u 12u$(small)">
<h3>Thursday Nights</h3>
<p><strong>C.</strong> Grandale Dr and Lyon Farm Dr<br />
<strong>D.</strong> Parkwood</p>
</div>
<div class="4u 12u$(small)">
<h3>Times & Places</h3>
<a href="#info" class="button next scrolly">Get Details</a>
</div>
</div>
</div>
</article>
</div>
<div class="inner">
<article class="post style2">
<div class="content full">
<header>
<h2>Women’s Groups</h2>
</header>
<h3>Finding Joy: A Study of Philippians</h3>
<p>Do you wish you had more joy in your life? Join us for a study of the book of Philippians to learn about joy that comes from God.</p>
<div class="row">
<div class="6u 12u$(small)">
<ul>
<li>7:00–9:00 p.m., Monday, September 10</li>
<li>7:00–9:00 p.m., Monday, October 8</li>
<li>7:00–9:00 p.m., Monday, November 12</li>
<li>7:00–9:00 p.m., Monday, December 10</li>
</ul>
<p>All meetings are held at <a href="https://www.google.com/maps?hl=en&q=South+Durham+Church,+Durham,+NC">Christ the King Church, 4405 Hope Valley Rd., Durham, NC 27707</a>. Childcare is not provided. (Infants are welcome!)</p>
</div>
<img src="images/wstudy.jpg" alt="Women's Bible Study" class="6u 12u$(small)" />
</div>
</div>
</article>
</div>
<div class="inner">
<article class="post style2">
<div class="content full">
<header>
<h2>Men’s Groups</h2>
</header>
<h3>Psalms Bible Study</h3>
<div class="row">
<div class="12u"><!--class="6u 12u$(small)">-->
<p>The Psalms are prayers and songs that teach us what it looks like to worship God from the center of our souls. Come grow your heart for God with us as we study the Psalms together.</p>
<p>6:30–7:30 a.m., Friday mornings<br />
<a href="https://www.google.com/maps?hl=en&q=South+Durham+Church,+Durham,+NC">Christ the King Church<br />4405 Hope Valley Rd.<br />Durham, NC 27707</a></p>
</div>
<!--<img src="images/wstudy.jpg" alt="Women's Bible Study" class="6u 12u$(small)" />-->
</div>
<h3>Wednesday Morning Prayer</h3>
<div class="row">
<div class="6u 12u$(small)">
<p>It’s been said that "prayer is the work of the church." If God Himself does not move, then all we do as church is and will be empty. Join us for this vital time of organized prayer.</p>
<p>6:30–7:30 a.m., Wednesday mornings<br />
<a href="https://www.google.com/maps?hl=en&q=South+Durham+Church,+Durham,+NC">Christ the King Church<br />4405 Hope Valley Rd.<br />Durham, NC 27707</a></p>
</div>
<img src="images/mprayer.jpg" alt="Men's Prayer" class="6u 12u$(small)" />
</div>
<!--<h3>Sunday Night Pickup Basketball</h3>
<div class="row">
<div class="6u 12u$(small)">
<p>It’s been said that "prayer is the work of the church." If God Himself does not move, then all we do as church is and will be empty. Join us for this vital time of organized prayer.</p>
<p>6:30–7:30 a.m., Wednesday mornings<br />
<a href="https://www.google.com/maps?hl=en&q=South+Durham+Church,+Durham,+NC">Christ the King Church<br />4405 Hope Valley Rd.<br />Durham, NC 27707</a></p>
</div>
<img src="images/mprayer.jpg" alt="Men's Prayer" class="6u 12u$(small)" />
</div>-->
</div>
</article>
</div>
<div class="inner">
<article class="post style2">
<div class="content full">
<header>
<h2>SoDu Youth</h2>
</header>
<div class="row">
<div class="12u">
<p>Youth ministry at SoDu exists to come alongside parents and caregivers in the discipleship of children as they grow into adulthood. Our aim is to make spiritually mature disciples who are equipped to do the work of ministry, preparing youth for the independence of the college years and beyond. Our youth leaders engage the students in Bible study, fun activities, prayer, and discipleship relationships.</p>
<p>6:30–8:30 p.m., Monday evenings<br />
<a href="https://www.google.com/maps?hl=en&q=South+Durham+Church,+Durham,+NC">Christ the King Church<br />4405 Hope Valley Rd.<br />Durham, NC 27707</a></p>
</div>
</div>
</div>
</article>
</div>
<!-- placeholders for men's and women's studies
<div class="inner">
<article class="post style2 card">
<div class="content">
<header>
<h3>Uplifting Music</h3>
</header>
<p>At South Durham, you'll hear songs that are focused on God's character and grace toward us. Each and every song is rooted in God's Word, the Bible. Our goal is for every person present at our worship services to leave with a sense of awe at what Jesus has done for us.</p>
</div>
<div class="image" data-position="center"><img src="images/sing.jpg" alt="Singing" /></div>
</article>
</div>
<div class="inner">
<article class="post style2 alt card">
<div class="content">
<header>
<h3>Christ-Centered Teaching</h3>
</header>
<p>At South Durham, you will find our preaching expository in nature and gospel-centered in content. We focus on simply exposing what the Bible says in each passage while keeping in mind that all passages connect to the overarching story of the whole Bible. In light of this, each sermon should reflect the sum of the biblical narrative—that we ought to love God and each other when we see God's great love for us. We see His love most clearly in the sacrificial death of Jesus. The Gospel is always the point, and Jesus is always the hero of every sermon.</p>
</div>
<div class="image" data-position="center"><img src="images/preach.jpg" alt="Preaching" /></div>
</article>
</div>
-->
<div class="inner" id="info">
<article class="post style2 card">
<div class="content full">
<header>
<h2>Ready for more info?</h2>
</header>
<p>We want to help you get involved as quickly and easily as possible. Just fill out the form below, and we'll let your group leader know to reach out to you with details. We're looking forward to seeing you!</p>
<form id="contact-form" action="thank-you" method="post" data-netlify="true" name="group-coming">
<div class="field">
<h4>Your Name</h4>
<input name="name" id="name" placeholder="First and Last" type="text" />
</div>
<div class="field">
<h4>Spouse’s Name (Optional)</h4>
<input name="spouse" id="spouse" placeholder="First and Last" type="text" />
</div>
<div class="field half">
<h4>Email</h4>
<input name="email" id="email" type="email" />
</div>
<div class="field half">
<h4>Phone (Optional)</h4>
<input name="phone" id="phone" placeholder="(xxx) xxx-xxxx" type="text" />
</div>
<div class="field half">
<h4>Do you have kids?</h4>
<input type="radio" name="kids" value="yes" id="kids-yes" />
<label for="kids-yes">Yes</label>
<input type="radio" name="kids" value="no" id="kids-no" />
<label for="kids-no">No</label>
</div>
<div class="field">
<h4>Which group are you interested in?</h4>
<input name="name" id="name" placeholder="Name or location of the group you'd like more information about" type="text" />
</div>
<ul class="actions">
<li><button class="button" type="submit">Submit</button></li>
</ul>
</form>
</div>
</article>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.twitter.com/soduchurch" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/soduchurch" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/southdurhamchurch" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://sodu.slack.com/" class="icon alt fa-slack"><span class="label">Slack</span></a></li>
<li><a href="https://sodu.churchcenteronline.com/giving" class="icon alt fa-usd"><span class="label">Giving</span></a></li>
<li><a href="mailto:office@southdurham.org" class="icon alt fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">P.O. Box 1630, Durham, NC 27702 | (919) 200-6445 | © South Durham Church. All rights reserved.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--<script type="text/javascript">
$("#contact-form").submit(function(e) {
e.preventDefault();
var $form = $(this);
$.post($form.attr("action"), $form.serialize()).then(function() {
alert("Thank you!");
});
});
</script>-->
<script>
function initMap() {
var myLatLng = {lat: 35.923276, lng: -78.926868};
var map = new google.maps.Map(document.getElementById('cgmap'), {
zoom: 12,
center: myLatLng
});
var marker = new google.maps.Marker({
position: {lat: 35.951934, lng: -78.937629},
map: map,
label: 'A',
title: 'Hope Valley and Brighton'
});
var marker = new google.maps.Marker({
position: {lat: 35.946855, lng: -78.882297},
map: map,
label: 'B',
title: 'Alston and Rustica'
});
var marker = new google.maps.Marker({
position: {lat: 35.885515, lng: -78.916123},
map: map,
label: 'C',
title: 'Grandale and Lyon Farm'
});
var marker = new google.maps.Marker({
position: {lat: 35.882967, lng: -78.901485},
map: map,
label: 'D',
title: 'Sedwick and Whisperwood'
});
google.maps.event.addDomListenerOnce(window, 'load', function() {
if (skel.breakpointIds.indexOf('small') > -1) {
map.setZoom(10);
}
});
}
</script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAfzKgRvNDQsPl3NH71hicNXOZzH830lXI&callback=initMap"></script>
</body>
</html>