-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2030.html
507 lines (454 loc) · 24.4 KB
/
2030.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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!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" />
<title>Vision 2030 | NewSpring.cc</title>
<!-- jQuery -->
<script src="https://newspring.cc/Scripts/Bundles/RockJQueryLatest?v=04Na70l5xG-Ak3mWoqN6rMOm3L9-p3kgT_NPfUoJxck1"></script>
<!-- Bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- Typekit -->
<link rel="stylesheet" href="https://use.typekit.net/bcm6gqj.css" />
<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/3e0f7fab68.js" crossorigin="anonymous"></script>
<!-- AOS -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script src="./Themes/new/Scripts/dynamic-aos-min.js"></script>
<script src="./Themes/new/Scripts/accordions-min.js"></script>
<!-- Swiper.js -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- SmoothScroll -->
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@15/dist/smooth-scroll.polyfills.min.js"></script>
<link rel="stylesheet" href="./Themes/new/Styles/bootstrap.css" />
<link rel="stylesheet" href="./Themes/new/Styles/theme.css" />
</head>
<body>
<style>
:root {
--pine: #2a4930;
--olive: #8d8b53;
--sage: #e6edd6;
}
.fill-white,
.fill-white path {
fill: #fff;
}
.bg-pine {
background-color: var(--pine);
}
.bg-olive {
background-color: var(--olive);
}
.bg-sage {
background-color: var(--sage);
}
.text-pine {
color: var(--pine);
}
.text-olive {
color: var(--olive);
}
.text-sage {
color: var(--sage);
}
.fill-pine,
.fill-pine path {
fill: var(--pine);
}
.fill-olive,
.fill-olive path {
fill: var(--olive);
}
.fill-sage,
.fill-sage path {
fill: var(--sage);
}
</style>
<section class="bring-forward p-0 w-100 bg-white d-grid grid-cols-2 justify-content-between align-content-center shadow-md" style="z-index: 100">
<div class="d-grid align-content-center">
<a href="/" class="px-4 mb-0">
<img src="./Themes/new/Assets/SVG/logo.svg" alt="NewSpring Church Logo" style="width: 160px; max-width: 160px" />
</a>
</div>
<div class="overflow-hidden text-right">
<a href="#" class="d-inline-block no-underline p-4 text-gray-darker border-solid border-l border-gray-lighter">
<i class="fa-light fa-lg fa-bars"></i>
</a>
<span class="hidden-xs hidden-sm">
<a href="#" class="d-inline-block no-underline p-4 text-gray-darker border-solid border-l border-gray-lighter">
<i class="fa-light fa-lg fa-location-dot"></i>
</a>
<a href="#" class="d-inline-block no-underline p-4 text-gray-darker border-solid border-l border-gray-lighter">
<i class="fa-light fa-lg fa-magnifying-glass"></i>
</a>
</span>
<a href="#" class="d-inline-block no-underline p-4 text-gray-darker border-solid border-l border-gray-lighter">
<i class="fa-light fa-lg fa-circle-user"></i>
</a>
</div>
</section>
<div id="content">
<section class="bg-pine position-relative text-white ratio-portrait ratio-sm-landscape d-flex justify-content-center align-items-end text-center pt-10">
<div
class="fullscreen background-cover background-center o-30 grayscale"
style="background-image: url('/Themes/new/Assets/Images/2030_hero_2x1.jpg')"></div>
<div
class="fullscreen o-100"
style="background: rgb(42, 73, 48); background: linear-gradient(180deg, rgba(42, 73, 48, 0) 10%, rgba(42, 73, 48, 1) 90%)"></div>
<div class="bring-forward text-constrained" style="height: max-content !important">
<svg id="Layer_1" class="fill-sage mb-5 w-50" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196.73 115.1">
<defs>
<style>
.cls-1 {
fill: #2b4930;
}
</style>
</defs>
<path
class="cls-1"
d="m13.25,30.33c.35,4.39.57,12.19.64,14.24h.42c.5-1.28,2.98-7.37,6.52-14.24l11.05-21.47c.71-1.35,1.06-2.41,1.06-3.12,0-1.49-1.49-1.91-4.39-1.98l.5-2.48h15.24l-.5,2.48c-3.83.57-5.1,1.63-7.65,6.52L15.16,50.1h-6.52L4.61,10.06c-.42-4.18-.99-5.95-4.61-6.31L.5,1.28h17.15l-.5,2.48c-4.39.14-5.88,1.35-5.6,5.1l1.7,21.47Z" />
<path
class="cls-1"
d="m52.58,41.45c-.28,1.13-.43,2.13-.43,2.83,0,1.7.78,2.41,2.98,2.41.71,0,1.56-.07,2.62-.21l.21,2.2c-3.26,1.49-5.67,2.06-7.94,2.06-3.12,0-4.68-1.91-4.68-5.24,0-1.2.21-2.55.57-4.04l3.97-16.44c.28-1.06.43-2.2.43-2.69,0-2.48-1.63-3.47-5.53-3.47l.5-2.2c1.84-.92,4.89-1.7,7.09-1.7,2.98,0,4.75,1.42,4.75,5.03,0,1.13-.21,2.55-.57,4.11l-3.97,17.36Zm3.33-32.53c-2.48,0-4.39-1.98-4.39-4.46s1.91-4.46,4.39-4.46,4.39,1.98,4.39,4.46-1.91,4.46-4.39,4.46Z" />
<path
class="cls-1"
d="m64.92,47.9l1.2-6.94h4.46c-.21,5.24,1.63,6.87,6.38,6.87,4.18,0,7.87-1.77,7.87-6.38,0-3.4-1.98-4.61-5.24-6.02l-3.61-1.56c-4.11-1.77-6.87-4.25-6.87-9.14,0-6.8,6.24-10.42,13.32-10.42,5.46,0,8.43,1.63,9.99,2.69l-1.06,6.38h-4.32c-.14-3.69-1.56-5.81-6.02-5.81-3.76,0-6.09,2.05-6.09,5.53,0,2.2.78,3.76,4.11,5.17l3.61,1.56c5.32,2.27,8.15,4.82,8.15,9.78,0,6.73-6.02,11.48-14.38,11.48-6.94,0-9.99-2.13-11.48-3.19Z" />
<path
class="cls-1"
d="m108.64,41.45c-.28,1.13-.43,2.13-.43,2.83,0,1.7.78,2.41,2.98,2.41.71,0,1.56-.07,2.62-.21l.21,2.2c-3.26,1.49-5.67,2.06-7.94,2.06-3.12,0-4.68-1.91-4.68-5.24,0-1.2.21-2.55.57-4.04l3.97-16.44c.28-1.06.43-2.2.43-2.69,0-2.48-1.63-3.47-5.53-3.47l.5-2.2c1.84-.92,4.89-1.7,7.09-1.7,2.98,0,4.75,1.42,4.75,5.03,0,1.13-.21,2.55-.57,4.11l-3.97,17.36Zm3.33-32.53c-2.48,0-4.39-1.98-4.39-4.46s1.91-4.46,4.39-4.46,4.39,1.98,4.39,4.46-1.91,4.46-4.39,4.46Z" />
<path
class="cls-1"
d="m136.21,51.09c-8.08,0-13.11-5.6-13.11-13.61,0-13.18,8.79-23.1,18.64-23.1,8.57,0,13.11,6.09,13.11,13.75,0,12.19-7.51,22.96-18.64,22.96Zm5.24-33.31c-2.83,0-5.31,1.7-7.23,4.46-2.69,3.9-4.32,9.92-4.32,16.3,0,5.53,1.84,9.14,6.59,9.14,2.55,0,4.75-1.2,6.45-3.19,3.33-3.83,5.1-10.56,5.1-17.43,0-5.95-1.91-9.28-6.59-9.28Z" />
<path
class="cls-1"
d="m188.51,24.45c.21-.99.35-1.91.35-2.55,0-1.7-.71-2.55-2.34-2.55-4.39,0-9.5,6.73-12.26,11.41l-4.11,19.35h-6.45l5.31-25.08c.21-1.06.35-1.98.35-2.76,0-2.48-1.35-3.4-5.24-3.4l.5-2.2c1.84-.92,4.46-1.7,6.94-1.7,2.62,0,4.18,1.91,4.18,5.67,0,.85-.14,2.62-.5,4.18,3.26-5.1,8.22-10.49,14.1-10.49,4.39,0,6.17,2.83,6.17,6.52,0,.92-.14,1.91-.35,2.98l-3.76,17.64c-.21.99-.42,2.05-.42,2.83,0,1.7.78,2.41,2.98,2.41.71,0,1.56-.07,2.55-.21l.21,2.2c-3.26,1.49-5.53,2.06-7.23,2.06-3.61,0-5.03-1.98-5.03-5.24,0-1.13.21-2.55.5-4.04l3.54-17.01Z" />
<path
class="cls-1"
d="m10.73,107.05l19.27-18.94c2.57-2.57,4.4-4.94,4.4-8.25,0-3.99-2.91-6.36-6.9-6.36-4.6,0-7.03,2.71-7.03,7.24v.95h-8.86v-1.35c0-9.4,6.15-14.47,15.83-14.47s16.3,5.48,16.3,13.93c0,6.9-4.8,11.36-9.26,15.42l-12.31,11.29h21.3v7.64H10.73v-7.1Z" />
<path
class="cls-1"
d="m54.89,98.6v-16.23c0-9.67,6.97-16.5,17.85-16.5s17.85,6.83,17.85,16.5v16.23c0,9.67-6.97,16.5-17.85,16.5s-17.85-6.83-17.85-16.5Zm26.38-16.37c0-5.75-3.25-8.72-8.52-8.72s-8.52,2.98-8.52,8.72v16.5c0,5.75,3.25,8.72,8.52,8.72s8.52-2.98,8.52-8.72v-16.5Z" />
<path
class="cls-1"
d="m103.72,66.82h29.76v7.51l-12.11,12.1c7.71.34,14,4.87,14,13.73s-7.91,14.95-17.52,14.95-16.84-5.07-17.04-14.81h8.66c.34,4.46,3.58,7.3,8.45,7.3s8.25-3.25,8.25-7.24c0-4.19-2.91-6.83-8.18-6.83h-6.97v-7.51l11.09-11.77h-18.39v-7.44Z" />
<path
class="cls-1"
d="m146.26,98.6v-16.23c0-9.67,6.97-16.5,17.85-16.5s17.85,6.83,17.85,16.5v16.23c0,9.67-6.97,16.5-17.85,16.5s-17.85-6.83-17.85-16.5Zm26.37-16.37c0-5.75-3.25-8.72-8.52-8.72s-8.52,2.98-8.52,8.72v16.5c0,5.75,3.25,8.72,8.52,8.72s8.52-2.98,8.52-8.72v-16.5Z" />
</svg>
<p class="text-white">
In 2020, our leadership team prayed and sought the Lord for the future of NewSpring Church. We believe He made three things abundantly clear. We
call these goals “Vision 2030.”
</p>
<p class="mb-0"><a href="#values" data-scroll class="btn btn-primary">Learn More</a></p>
</div>
</section>
<section id="campus-facilities" class="bg-pine text-white position-relative px-0 pt-0">
<div
class="hidden fullscreen background-cover background-top o-80"
style="
background-image: url('https://images.unsplash.com/photo-1550498178-466f87328eaa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=3050&q=80');
"></div>
<div
class="hidden fullscreen o-100"
style="background: rgb(35, 93, 95); background: linear-gradient(0deg, rgba(35, 93, 95, 0) 50%, rgba(35, 93, 95, 1) 100%)"></div>
<div class="text-constrained mx-auto text-center px-4 px-sm-7 px-md-0">
<h2 class="display-3 text-sage">All NewSpring Campuses in Permanent Homes</h2>
<p class="lead text-white o-50">Out of our 14 locations across the state, some campuses are still leasing their facilities.</p>
<p>
We want to see the <a href="/locations/aiken">Aiken</a>, <a href="/locations/charleston">Charleston</a>,
<a href="/locations/lake-wylie">Lake Wylie</a>, and <a href="/locations/myrtle-beach">Myrtle Beach</a> campuses established in their permanent
facility by 2030. We are excited about having a permanent presence in these communities!
</p>
</div>
<div class="text-center mt-6 mt-md-7">
<!-- Slider main container -->
<div id="campus-facilities-swiper" class="swiper-container my-5 mt-md-6 text-left">
<!-- Additional required wrapper -->
<div class="swiper-wrapper mb-6">
<!-- Slides -->
<div class="swiper-slide">
<a
href="#"
class="d-block text-decoration-none position-relative bg-black text-white px-4 pt-10 pb-5 px-md-5 pb-md-5 rounded-lg overflow-hidden"
data-aos="fade-up">
<div
class="fullscreen background-cover background-bottom"
style="
background-image: url('https://images.unsplash.com/photo-1517089152318-42ec560349c0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2874&q=80');
"></div>
<div class="fullscreen o-100" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5 mb-0">Campus Development Update</h3>
</div>
</a>
</div>
<div class="swiper-slide">
<a
href="#"
class="d-block text-decoration-none position-relative bg-black text-white px-4 pt-10 pb-5 px-md-5 pb-md-5 rounded-lg overflow-hidden"
data-aos="fade-up">
<div
class="fullscreen background-cover background-bottom"
style="
background-image: url('https://images.unsplash.com/photo-1517089152318-42ec560349c0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2874&q=80');
"></div>
<div class="fullscreen o-100" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5 mb-0">Campus Development Update</h3>
</div>
</a>
</div>
<div class="swiper-slide">
<a
href="#"
class="d-block text-decoration-none position-relative bg-black text-white px-4 pt-10 pb-5 px-md-5 pb-md-5 rounded-lg overflow-hidden"
data-aos="fade-up">
<div
class="fullscreen background-cover background-bottom"
style="
background-image: url('https://images.unsplash.com/photo-1517089152318-42ec560349c0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2874&q=80');
"></div>
<div class="fullscreen o-100" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5 mb-0">Campus Development Update</h3>
</div>
</a>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
</div>
<p><a href="#" class="btn btn-primary">See More Updates</a></p>
</div>
</section>
<section id="church-planting" class="bg-white text-pine px-0">
<div class="text-constrained mx-auto px-4 px-sm-7 px-md-0">
<div class="text-center">
<h2 class="display-2">Plant Ten Churches</h2>
<p class="lead">
We will identify, train, and send out people we believe have been called by God and are ready to start a new church — not a NewSpring campus.
</p>
<p>
We believe these new churches will be planted outside the state of South Carolina through
<a href="https://newspringnetwork.com" target="_blank">NewSpring Network</a>. We also strongly believe God will raise up other people in our
church who will feel called to go and be a part of these church plants!
</p>
</div>
</div>
<div class="mt-6">
<!-- Slider main container -->
<div id="church-planting-swiper" class="swiper-container text-left my-5 mt-md-6">
<!-- Additional required wrapper -->
<div class="swiper-wrapper mb-6">
<!-- Slides -->
<div class="swiper-slide">
<a
href="#"
class="d-block text-decoration-none position-relative bg-black text-white px-4 pt-10 pb-5 px-md-5 pb-md-5 rounded-lg overflow-hidden"
data-aos="fade-up">
<div
class="fullscreen background-cover background-bottom"
style="
background-image: url('https://images.unsplash.com/photo-1444664361762-afba083a4d77?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80');
"></div>
<div class="fullscreen o-100" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5 mb-0">Church Planting Update</h3>
</div>
</a>
</div>
<div class="swiper-slide">
<a
href="#"
class="d-block text-decoration-none position-relative bg-black text-white px-4 pt-10 pb-5 px-md-5 pb-md-5 rounded-lg overflow-hidden"
data-aos="fade-up">
<div
class="fullscreen background-cover background-bottom"
style="
background-image: url('https://images.unsplash.com/photo-1444664361762-afba083a4d77?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80');
"></div>
<div class="fullscreen o-100" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5 mb-0">Church Planting Update</h3>
</div>
</a>
</div>
<div class="swiper-slide">
<a
href="#"
class="d-block text-decoration-none position-relative bg-black text-white px-4 pt-10 pb-5 px-md-5 pb-md-5 rounded-lg overflow-hidden"
data-aos="fade-up">
<div
class="fullscreen background-cover background-bottom"
style="
background-image: url('https://images.unsplash.com/photo-1444664361762-afba083a4d77?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80');
"></div>
<div class="fullscreen o-100" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5 mb-0">Church Planting Update</h3>
</div>
</a>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
</div>
<p class="text-center"><a href="#" class="btn btn-primary">See More Updates</a></p>
</div>
</section>
<section id="debt" class="bg-pine text-white">
<div class="text-constrained mx-auto text-center">
<i class="hidden fa-solid fa-circle-check fa-3x mb-3 text-primary bg-white rounded-full"></i>
<h2 class="display-2">Be Debt Free</h2>
<p class="pretitle text-primary" data-aos="fade-up"><i class="fa-solid fa-circle-check"></i> Completed 2023</p>
<p class="lead mb-0 text-white">
We dreamed of being debt-free since January 2017—when we started the year with a $45 million debt balance largely due to facility-building projects.
</p>
<script src="https://fast.wistia.com/embed/medias/skqxx3cwhf.jsonp" async></script>
<script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_responsive_padding my-6 rounded-xl overflow-hidden" data-aos="fade-up" style="padding: 56.25% 0 0 0; position: relative">
<div class="wistia_responsive_wrapper" style="height: 100%; left: 0; position: absolute; top: 0; width: 100%">
<span
class="wistia_embed wistia_async_skqxx3cwhf popover=true popoverAnimateThumbnail=false videoFoam=true playerColor=6bac43"
style="display: inline-block; height: 100%; position: relative; width: 100%"
> </span
>
</div>
</div>
<p>
In 2017, NewSpring’s leadership team made two important decisions: we won’t take on any additional debt, and we will give 10% of our general tithes
and offerings to other Christ-centered churches and mission organizations.
</p>
<p class="mb-0">
Within six years, the entire $45 million was paid off! During that same timeframe, we were able to give away close to $25 million to 600+
organizations.
</p>
</div>
</section>
<section id="questions" class="text-center">
<div class="text-constrained mx-auto">
<h2 class="display-3 text-pine">How Do We Fund this Vision?</h2>
<p class="lead">Vision 2030 becomes more of a reality when we trust God at His Word and give our tithes and offerings.</p>
<p>
Every year, the <a href="/overflow">Overflow Offering</a> gives us an opportunity to take a huge stride toward our goals. Learn more about why we
give or give your tithe or offering below!
</p>
<p><a href="/give/now" class="btn btn-primary">Give Now</a></p>
<p class="mb-0">Have any questions? <a href="/workflows/152">Contact us!</a></p>
</div>
</section>
</div>
<footer class="bg-gray-dark text-white px-4 py-7 px-md-7 py-md-8 text-center">
<div class="d-flex flex-column flex-md-row flex-wrap justify-content-between align-content-center">
<div data-aos="fade-up" class="w-100 w-md-auto height-max-content text-md-left">
<img src="./Themes/new/Assets/SVG/mark.svg" alt="NewSpring Church Logo" class="mb-3" style="width: 40px; max-width: 40px" />
<h6 class="font-black text-uppercase">NewSpring Church</h6>
<p>PO Box 1407<br />Anderson, SC 29622<br /><a href="#">(864) 965-9990</a></p>
<p class="font-sans font-medium">
<small
><a href="https://www.rockrms.com" class="text-white text-hover-white text-decoration-none" target="_blank"
>Built on
<span class="position-relative fa-layers fa-lg fa-fw" style="top: 3px">
<i class="fa-solid fa-circle" style="color: white" aria-hidden="true"></i>
<i class="fa-inverse fa-brands fa-rockrms" style="color: #ee7725; transform: scale(1.1)" data-fa-transform="shrink-6" aria-hidden="true"></i>
</span>
Rock RMS</a
></small
>
</p>
<p class="font-sans font-medium text-uppercase text-gray mb-0"><small>© 2023 NewSpring Church</small></p>
</div>
<div data-aos="fade-up" class="height-max-content text-md-right">
<ul class="list-unstyled font-sans font-medium">
<li><a href="#" class="text-decoration-none">Privacy Policy</a></li>
<li><a href="#" class="text-decoration-none">Terms of Use</a></li>
<li><a href="#" class="text-decoration-none">Reprinting & Reposting</a></li>
</ul>
<ul class="list-inline">
<li>
<a href="#" class="text-white">
<i class="fa-brands fa-xl fa-facebook-f"></i>
</a>
</li>
<li>
<a href="#" class="text-white">
<i class="fa-brands fa-xl fa-twitter"></i>
</a>
</li>
<li>
<a href="#" class="text-white">
<i class="fa-brands fa-xl fa-instagram"></i>
</a>
</li>
<li>
<a href="#" class="text-white">
<i class="fa-brands fa-xl fa-youtube"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
<script>
let isMobile = false;
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
isMobile = true;
}
var swiper = new Swiper(".swiper-container", {
slidesPerView: 1.15,
spaceBetween: 15,
breakpoints: {
667: {
slidesPerView: 1.15,
spaceBetween: 15,
},
768: {
slidesPerView: 1.7,
spaceBetween: 15,
},
1024: {
slidesPerView: 2.6,
spaceBetween: 15,
},
1400: {
slidesPerView: 2.9,
spaceBetween: 15,
},
2300: {
slidesPerView: 3.7,
spaceBetween: 15,
},
},
speed: 200,
loop: false,
cssMode: isMobile,
centeredSlides: true,
roundLengths: true,
grabCursor: true,
resistanceRatio: 0.3,
keyboard: {
enabled: true,
onlyInViewport: false,
},
pagination: {
el: ".swiper-pagination",
dynamicBullets: true,
},
});
$(document).ready(function () {
swiper.update();
});
</script>
<script>
var scroll = new SmoothScroll("a[data-scroll]");
$(".collapse").collapse();
</script>
</body>
</html>