-
Notifications
You must be signed in to change notification settings - Fork 0
/
new-here.html
255 lines (240 loc) · 12 KB
/
new-here.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
<!DOCTYPE HTML>
<!--
Relativity by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>South Durham Church | I'm New</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 expect">
<div class="content">
<h1>What to Expect</h1>
</div>
</section>
<!-- Section -->
<section class="main alt" id="first">
<div class="inner">
<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>
<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">
<article class="post style2 card">
<div class="content">
<header>
<h3>Engaging, Safe Kids Ministry</h3>
</header>
<p>Every Sunday, your children will learn about Jesus and the Gospel as they study through the Bible and see God’s amazing love towards them. They will also have a lot of fun in the process as they sing, play instructive games, and create amazing crafts. Finally, you can expect that your child will be safe as a result of our incredible security and volunteer teams. For parents, we have full kids programming for kids in 5th grade and younger during our service.</p>
</div>
<div class="image" data-position="center"><img src="images/kidsa.jpg" alt="SoDu Kids" /></div>
</article>
</div>
<div class="inner">
<article class="post style2 card">
<div class="content full">
<header>
<h2>Let us know you’re coming!</h2>
</header>
<p>We want to make your first visit with us as easy and stress-free as possible. Just fill out the form below, and we'll make sure to have a volunteer ready to help you learn your way around. We're looking forward to meeting you!</p>
<form id="contact-form" action="thank-you" method="post" data-netlify="true" name="see-you-sunday">
<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>
<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:[email protected]" 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>