-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
411 lines (393 loc) · 20.5 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
408
409
410
411
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>South Durham Church</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/nav.css" />
<link href="http://www.southdurham.org/images/SDC-Logo-favico.gif" rel="shortcut icon" />
</head>
<body>
<!-- NavBar -->
<div class="navbar">
<!-- Use any element to open the sidenav -->
<div class="nav icon fa-bars" onclick="toggleNav()"><span>Menu</span></div>
</div>
<!-- Nav -->
<div class="sidenav-wrapper html-lightbox">
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="toggleNav()">×</a>
<a href="#first" class="smooth-scroll-middle" onclick="toggleNav()">Sunday Details</a>
<a href="#latest-sermon" class="smooth-scroll-middle" onclick="toggleNav()">Sermons</a>
<a href="#more-info" class="smooth-scroll" onclick="toggleNav()">More Info</a>
<a href="giving.html" class="html-modal">Giving</a>
<a href="/fiveyears">5th Anniversary Celebration</a>
<h3>Join us this weekend</h3>
<p>Sundays at 10 a.m.<br>
4915 Barbee Rd.<br>
Durham, NC<br>
<span class="icons"><a href="https://www.google.com/maps/place/South+Durham+Church/@35.931954,-78.9100417,17z/data=!3m1!4b1!4m5!3m4!1s0x89ace5f29915c2df:0x42efe4e7f5b733cf!8m2!3d35.931954!4d-78.907853?hl=en" class="directions icon fa-location-arrow"><span>Directions</span></a></span>
</p>
<ul class="icons">
<li><a href="http://www.twitter.com/SoDuChurch" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/pages/South-Durham-Church/252410808121273" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/southdurhamchurch/" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://sodu.slack.com/" class="icon style2 fa-slack"><span class="label">Slack</span></a></li>
<li><a href="https://sodu.churchcenteronline.com/giving" class="icon style2 fa-usd"><span class="label">Giving</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<img src="images/SDC-LogoRGB.jpg" alt="South Durham Church" style="width: 100%;" />
<h1>Questions Welcome</h1>
<p class="major"><!--[-->We're here to help our friends and neighbors find the joy they were made for in Jesus Christ. No matter your background, we're saving you a seat this Sunday!<!--]--></p>
<ul class="actions vertical">
<li><a href="#first" class="button big wide smooth-scroll-middle">Sunday Details</a></li>
</ul>
</div>
<div class="image">
<img src="images/banner.jpg" alt="" />
</div>
</section>
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Welcome to SoDu!</h2>
<p>South Durham Church is a growing family of people who love Jesus, love each other, and have a passion to serve our community.</p>
<p>You're welcome here, wherever you are with God and whatever questions you have. Come hang out and worship with us this Sunday. We look forward to meeting you.</p>
<h3>Sundays at 10 a.m.<br><a href="https://www.google.com/maps/place/4915+Barbee+Rd,+Durham,+NC+27713/@35.931954,-78.9100417,17z/data=!3m1!4b1!4m5!3m4!1s0x89ace5f29915c2df:0xef9c288d1f2e4431!8m2!3d35.931954!4d-78.907853?hl=en">4915 Barbee Rd., Durham, NC 27713 <span class="icon fa-location-arrow"></span></a><br>(Pearsontown Elementary School)</h3>
<!-- <ul class="actions vertical">
<li><a href="https://www.google.com/maps/place/4915+Barbee+Rd,+Durham,+NC+27713/@35.931954,-78.9100417,17z/data=!3m1!4b1!4m5!3m4!1s0x89ace5f29915c2df:0xef9c288d1f2e4431!8m2!3d35.931954!4d-78.907853?hl=en" class="button">Directions</a></li>
</ul> -->
</div>
<div class="image">
<img src="images/spotlight01.jpg" alt="" />
</div>
</section>
<!-- Three -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>What to Expect</h2>
<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 the morning's bulletin, and guide you to the childcare check-in station or the auditorium.</p>
<p>When you enter the auditorium, you can find your 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 vertical">
<li><a href="#" class="button">Learn More</a></li>
</ul> -->
</div>
<div class="image">
<img src="images/spotlight02a.jpg" alt="" />
</div>
</section>
<!-- Four -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Early Childhood and Elementary</h2>
<p>During our worship service, children under the age of five are cared for in a fun, engaging, and secure environment. At 9 a.m., we teach children about the great God of the Bible who loves them. Our great volunteers teach age-appropriate lessons, in separate classes, for toddlers through fifth grade, and childcare is available for babies.</p>
<!-- <ul class="actions vertical">
<li><a href="#" class="button">Learn More</a></li>
</ul> -->
</div>
<div class="image">
<img src="images/spotlight03.jpg" alt="" />
</div>
</section>
<!-- Five -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>We're here to help people find the joy they were made for by connecting them to God, each other, and the world through Jesus Christ.</h2>
<!-- <p>We're here to help people find the joy they were made for by connecting them to God, each other, and the world through Jesus Christ.</p> -->
</div>
<!-- Gallery -->
<div class="gallery style2 medium lightbox onscroll-fade-in">
<article>
<a href="images/gallery/fulls/05.jpg" class="image">
<img src="images/gallery/thumbs/05.jpg" alt="" />
</a>
<div class="caption">
<h3>Love South Durham Festival</h3>
<p>Our annual community party and school supply drive, with free food, inflatables, face painting, and more! #ServeSoDu</p>
</div>
</article>
<article>
<a href="images/gallery/fulls/04.jpg" class="image">
<img src="images/gallery/thumbs/04.jpg" alt="" />
</a>
<div class="caption">
<h3>Southwest Elementary</h3>
<p>A beautification project with community partners. #ServeSoDu</p>
</div>
</article>
<article>
<a href="images/gallery/fulls/02.jpg" class="image">
<img src="images/gallery/thumbs/02.jpg" alt="" />
</a>
<div class="caption">
<h3>Literacy Day</h3>
<p>Spreading free books, a love of reading, and... super heros in our local community. #ServeSoDu</p>
</div>
</article>
<article>
<a href="images/gallery/fulls/01.jpg" class="image">
<img src="images/gallery/thumbs/01.jpg" alt="" />
</a>
<div class="caption">
<h3>Soccer Nights</h3>
<p>The kids all had a BALL at Soccer Nights 2016! #ServeSoDu</p>
<!-- <ul class="actions">
<li><span class="button small">Details</span></li>
</ul> -->
</div>
</article>
<article>
<a href="images/gallery/fulls/03.jpg" class="image">
<img src="images/gallery/thumbs/03.jpg" alt="" />
</a>
<div class="caption">
<h3>Southwest Elementary</h3>
<p>Almost 200 neighbors and friends came out for a community clean up day with landscaping, weeding, litter removal, and free pizza! #ServeSoDu</p>
</div>
</article>
<!-- <article>
<a href="images/gallery/fulls/05.jpg" class="image">
<img src="images/gallery/thumbs/05.jpg" alt="" />
</a>
<div class="caption">
<h3>Ultrices Magna</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/06.jpg" class="image">
<img src="images/gallery/thumbs/06.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Tempus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/07.jpg" class="image">
<img src="images/gallery/thumbs/07.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/08.jpg" class="image">
<img src="images/gallery/thumbs/08.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Risus</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/09.jpg" class="image">
<img src="images/gallery/thumbs/09.jpg" alt="" />
</a>
<div class="caption">
<h3>Tempus Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/10.jpg" class="image">
<img src="images/gallery/thumbs/10.jpg" alt="" />
</a>
<div class="caption">
<h3>Sed Etiam</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/11.jpg" class="image">
<img src="images/gallery/thumbs/11.jpg" alt="" />
</a>
<div class="caption">
<h3>Magna Lorem</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article>
<article>
<a href="images/gallery/fulls/12.jpg" class="image">
<img src="images/gallery/thumbs/12.jpg" alt="" />
</a>
<div class="caption">
<h3>Ipsum Dolor</h3>
<p>Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices.</p>
<ul class="actions">
<li><span class="button small">Details</span></li>
</ul>
</div>
</article> -->
</div>
</section>
<!-- Six -->
<section class="wrapper style1 align-center" id="latest-sermon">
<div class="inner">
<h2>Latest Sermon</h2>
<h3>The Death Knell of Disunity — 1 Corinthians 1:10-17 — Adam Darnell<br>Living Grace: 1 Corinthians</h3>
<audio id="audio-5065-1" preload="none" style="width: 100%;" controls="controls">
<source type="audio/mpeg" src="http://sermons.southdurham.org/wp-content/uploads/sermons/2017/05/2017.04.30-Sermon.mp3" /><a href="http://sermons.southdurham.org/wp-content/uploads/sermons/2017/05/2017.04.30-Sermon.mp3">http://sermons.southdurham.org/wp-content/uploads/sermons/2017/05/2017.04.30-Sermon.mp3</a>
</audio>
<p><a href="http://sermons.southdurham.org/">Sermon Archive</a> • <a href="http://sermons.southdurham.org/sermons/feed/">Podcast Feed</a></p>
</div>
</section>
<section class="wrapper style1 align-center html-lightbox" id="more-info">
<div class="inner">
<h2>More Info</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id ante sed ex pharetra lacinia sit amet vel massa. Donec facilisis laoreet nulla eu bibendum. Donec ut ex risus. Fusce lorem lectus, pharetra pretium massa et, hendrerit vestibulum odio lorem ipsum.</p> -->
<div class="items style1 medium onscroll-fade-in">
<section>
<span class="icon style2 major fa-book"></span>
<h3>Our Beliefs</h3>
<p>The Bible is the inspired Word of God, without error, and the final authority for life. God is one, in three persons: Father, Son, and Holy Spirit. <a href="beliefs.html" class="html-modal">Read more</a></p>
</section>
<section>
<span class="icon style2 major fa-child"></span>
<h3>Our Leadership</h3>
<p>South Durham Church is led by a team of elders, including <a href="pastor.html" class="html-modal">Pastor Adam Darnell</a>, who preaches most Sundays. Ministry Team leaders and staff support the work of the church.</p>
</section>
<section>
<span class="icon style2 major fa-heart"></span>
<h3>Serving</h3>
<p>We want to bring our community together to serve our community. <a href="http://eepurl.com/bLoQOX" target="_blank">Sign up here</a> to get notifications about our regular Serve SoDu events, including the annual Love South Durham Festival.</p>
</section>
<section>
<span class="icon style2 major fa-globe"></span>
<h3>International Ministry</h3>
<p>The Gospel is for every nation, so we send teams to serve and share the love of Jesus around the world. We do the same for internationals in our own backyard.</p>
</section>
<section>
<span class="icon style2 major fa-users"></span>
<h3>Small Groups</h3>
<p>People were made for community. We're starting new small groups all the time where you can be known, be loved, and get to know God better, with others.</p>
</section>
<section>
<span class="icon style2 major fa-home"></span>
<h3>Belonging</h3>
<p>Church is a family of people who have been adopted by God. We're here for each other, and we want to love each other like Christ has loved us. <a href="belonging.html" class="html-modal">Read more</a></p>
</section>
<!-- <section>
<span class="icon style2 major fa-desktop"></span>
<h3>Aliquam</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
</section>
<section>
<span class="icon style2 major fa-refresh"></span>
<h3>Elit</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
</section>
<section>
<span class="icon style2 major fa-hashtag"></span>
<h3>Morbi</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
</section>
<section>
<span class="icon style2 major fa-bolt"></span>
<h3>Turpis</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
</section>
<section>
<span class="icon style2 major fa-envelope"></span>
<h3>Ultrices</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
</section>
<section>
<span class="icon style2 major fa-leaf"></span>
<h3>Risus</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dui turpis, cursus eget orci amet aliquam congue semper. Etiam eget ultrices risus nec tempor elit.</p>
</section> -->
</div>
</div>
</section>
<!-- Seven -->
<!-- <section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Get in touch</h2>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" name="submit" id="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</section> -->
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="http://www.twitter.com/SoDuChurch" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/pages/South-Durham-Church/252410808121273" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/southdurhamchurch/" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://sodu.slack.com/" class="icon style2 fa-slack"><span class="label">Slack</span></a></li>
<li><a href="https://sodu.churchcenteronline.com/giving" class="icon style2 fa-usd"><span class="label">Giving</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© South Durham Church • Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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 src="assets/js/nav.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49576446-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>