-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
407 lines (388 loc) · 21.6 KB
/
index.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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE HTML>
<!--
Relativity by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<title>South Durham Church</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">
<!--<div id="fly">
<a href="/soccernights">
<img src="images/sngallery.jpg" alt="Soccer Nights Gallery" height="80" />
</a>
</div>-->
<div class="content">
<h1>We help you find the joy you were made for</h1>
<h3>Know God • Grow big-hearted • Live with hope</h3>
<p><a href="/new-here" class="button big scrolly">I’m New</a><a href="#location" class="button alt big scrolly">Service Time & Location</a></p>
</div>
<a href="#first" class="more scrolly">Learn More</a>
</section>
<!-- Section -->
<section class="main alt" id="first">
<!--<header>
<h2 class="light">We glorify God by multiplying God-centered, big-hearted, hope-filled disciples of Jesus Christ.</h2>
</header>-->
<div class="inner">
<article class="post style2" id="series">
<div class="content full">
<header>
<h2>Current Sermon Series</h2>
</header>
<img src="images/currentseries.jpg" alt="Current Sermon Series" width="100%" />
</div>
</article>
<article class="post style2 alt" id="location">
<div class="content">
<header>
<h3>Time & Location</h3>
</header>
<p>4:00 p.m. on Sundays<br>4405 Hope Valley Rd.<br>Durham, NC 27707</p>
<p>Check-in for <a href="#kids" class="scrolly">SoDu Kids</a> opens at 3:45.</p>
<ul class="actions">
<li><a href="https://www.google.com/maps?hl=en&q=4405+Hope+Valley+Rd,+Durham,+NC+27707" class="button next" target="_blank">Get Directions</a></li>
</ul>
</div>
<div class="image google-maps" data-position="center">
<iframe
width="371"
height="371"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/search?key=AIzaSyAfzKgRvNDQsPl3NH71hicNXOZzH830lXI&q=South+Durham+Church+Durham+NC&zoom=12" allowfullscreen>
</iframe>
</div>
</article>
</div>
<header id="new-here">
<h2>Visit Us!</h2>
</header>
<div class="inner">
<article class="post style2">
<div class="content">
<header>
<span class="category">Planning your visit</span>
<h3>What to Expect</h3>
</header>
<p>When you arrive, look for South Durham Church signs to guide you into the parking lot. Friendly faces will be waiting to greet you (look for the Welcome sign), hand you a bulletin, and guide you to the childcare check-in station or the sanctuary. We provide childcare for children under the age of five during our worship service.</p>
<p>When you enter the sanctuary, we'll make sure you find a seat. The worship service will include contemporary and traditional songs, a sermon, and Communion. An offering is collected, but guests are not expected to give. The bulletin you receive will walk you through each part of the service so you won't feel lost.</p>
<ul class="actions">
<li><a href="/new-here" class="button next">More Details</a></li>
</ul>
</div>
<div class="image" data-position="center"><img src="images/pic05gw.jpg" alt="" /><!-- ja --></div>
</article>
<!--
<article class="post style3">
<div>
<header>
<h2>Come get to know us</h2>
</header>
<p>Beyond Sunday mornings, here are some great ways to get to know who we are at South Durham Church.</p>
<ul class="actions">
<li>
<h3>Attend a Q&A</h3>
<p>Once a month, we hold a question and answer session and give a brief introduction about our church.</p>
<a href="/connect#qanda" class="button next">Learn More</a>
</li>
<li>
<h3>Visit a Community Group</h3>
<p>Community Groups are where real life together happens within South Durham. Groups meet weekly throughout the Triangle and share food, talk about Christ, pray, and serve their community.</p>
<a href="https://sodu.churchcenteronline.com/groups/community-groups" class="button next">Find a Group</a>
</li>
</ul>
</div>
</article>
-->
</div>
</section>
<!-- Section -->
<!--
<section class="main" id="leadership">
<header>
<h2>Leadership</h2>
<p>South Durham Church is led by a plurality of elders and served by staff members and Ministry Team leaders.</p>
</header>
<div class="inner">
<h3 class="align-center">Elders</h3>
<ul class="faces add-margin">
<li>
<span class="image"><img src="images/adar.jpg" alt="" /></span>
<h3>Adam Darnell</h3>
<p>Pastor</p>
</li>
<li>
<span class="image"><img src="images/gh.jpg" alt="" /></span>
<h3>Greg Hobbet</h3>
<p>Lay Elder</p>
</li>
<li>
<span class="image"><img src="images/cj.jpg" alt="" /></span>
<h3>Christian Jernigan</h3>
<p>Lay Elder</p>
</li>
<li>
<span class="image"><img src="images/dp.jpg" alt="" /></span>
<h3>Donnie Pulliam</h3>
<p>Lay Elder</p>
</li>
</ul>
<h3 class="align-center">Staff & Ministry Team Leaders</h3>
<ul class="faces">
<li>
<span class="image"><img
src="images/am.jpg" alt="" /></span>
<h3>Aaron Mattern</h3>
<p>Director of Operations & Family Ministries</p>
</li>
<li>
<span class="image"><img
src="images/ay.jpg" alt="" /></span>
<h3>April Young</h3>
<p>Office Manager</p>
</li>
<li>
<span class="image"><img
src="images/ta.jpg" alt="" /></span>
<h3>Travis Allen</h3>
<p>Greeter & Setup Teams</p>
</li>
<li>
<span class="image"><img
src="images/ak.jpg" alt="" /></span>
<h3>Ann Kelley</h3>
<p>SoDu Kids Team</p>
</li>
<li>
<span class="image"><img
src="images/es.jpg" alt="" /></span>
<h3>Eric Sampson</h3>
<p>Audio Team</p>
</li>
</ul>
<div class="actions align-center">
<a href="/leadership" class="button next">Learn More</a>
</div>
</div>
</section>
-->
<!-- Section -->
<section class="main accent2" id="ministries">
<header>
<h2>Ministries</h2>
</header>
<div class="inner">
<article class="post alt" id="kids">
<div class="content">
<header>
<span class="category">Early Childhood and Elementary</span>
<h3>SoDu Kids</h3>
</header>
<p>During our worship service, children from birth through fifth grade are invited to participate in fun, engaging, and secure environments where they learn about the God who loves them. Our great volunteers teach age-appropriate Bible lessons, sing songs, and play with the children and students. Check-in for SoDu Kids is easy to find and opens 15 minutes before the service begins.</p>
</div>
<div class="image" data-position="center"><img src="images/kidsmg.jpg" alt="" /></div>
</article>
<article class="post" id="cgs">
<div class="content">
<header>
<span class="category">Life Together</span>
<h3>Community Groups</h3>
</header>
<p>Throughout the week, we meet together in homes to encourage each other, study the Bible, and pray together. These groups give us the chance to go deeper in our lives together and in our walk with Christ. Non-Christians and newcomers are welcome, and most groups provide teaching for children through Kids in Community, too.</p>
<ul class="actions">
<li><a href="/groups" class="button next">More Details</a></li>
</ul>
</div>
<div class="image" data-position="center"><img src="images/cgblurry2.jpg" alt="" /></div>
</article>
<article class="post alt" id="youth">
<div class="content">
<header>
<span class="category">Middle and High Schoolers</span>
<h3>SoDu Youth</h3>
</header>
<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>SoDu Youth meets weekly on Monday nights from 6:30–8:30 p.m. at Christ the King Church, 4405 Hope Valley Rd., Durham, NC 27707.</p>
<ul class="actions">
<li><a href="/groups#info" class="button next">More Details</a></li>
</ul>
</div>
<div class="image" data-position="center"><img src="images/youthpyramid.jpg" alt="" /></div>
</article>
<!--
<article class="post" id="service">
<div class="content">
<header>
<span class="category">Making Christ Known Through Word & Deed</span>
<h3>Service & Evangelism</h3>
</header>
<p>Christ healed the sick <em>and</em> shared the good news of salvation by grace through faith in His death on the cross for us. As a church, we strive to be agents of God's justice and mercy in our world, whether that's through supporting great causes or blessing our community through our partnerships with local schools and other organizations. At the same time, we want to tell everyone we can that there is life, hope, forgiveness, and freedom in Christ for every sinner. We pray you'll join us on His mission.</p>
<!~~
<ul class="actions">
<li><a href="#" class="button
next">View Photo Gallery</a></li>
</ul>
~~>
</div>
<div class="image" data-position="center"><img
src="images/se3g.jpg" alt="" /></div>
</article>
-->
</div>
</section>
<!-- Section -->
<!--
<section class="main alt special" id="contact">
<header>
<h2>Get in touch</h2>
<p>We'd be glad to answer any questions you may have about our church. If you'd like to sign up for our newsletter, please let us know. We hope to meet you this Sunday.</p>
</header>
<div class="inner narrow">
<form id="contact-form" action="thank-you" method="post" data-netlify="true" name="general-contact">
<div class="field half">
<input name="name" id="name" placeholder="Name" type="text" />
</div>
<div class="field half">
<input name="email" id="email" placeholder="Email" type="email" />
</div>
<div class="field">
<textarea name="message" id="message" rows="6" placeholder="Message"></textarea>
</div>
<ul class="actions">
<li><button class="button next" type="submit">Send Message</button></li>
</ul>
</form>
</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>-->
</body>
</html>