-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgiving.html
More file actions
531 lines (480 loc) · 24 KB
/
giving.html
File metadata and controls
531 lines (480 loc) · 24 KB
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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!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>Giving | 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="./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>
<link rel="stylesheet" href="./Themes/new/Styles/bootstrap.css" />
<link rel="stylesheet" href="./Themes/new/Styles/theme.css" />
<link rel="stylesheet" href="./Themes/new/Styles/gauntlet.css" />
</head>
<body>
<section class="p-0 w-100 bg-white d-grid grid-cols-2 justify-content-between align-content-center drop-shadow">
<div class="d-grid align-content-center">
<a href="/" class="px-3 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-3 p-md-3 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-3 p-md-3 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-3 p-md-3 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-3 p-md-3 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="position-relative text-white d-flex justify-content-center align-content-center" style="background-color: rgba(100, 117, 139, 1)">
<div
class="fullscreen background-cover background-center"
style="background-image: url('https://s3.amazonaws.com/ns.images/newspring/give/2023/give_hero_new_2x1.jpg')"></div>
<div class="fullscreen" style="background: linear-gradient(0deg, rgba(100, 117, 139, 0) 10%, rgba(100, 117, 139, 0.9) 50%)"></div>
<div class="bring-forward text-constrained text-center" style="height: max-content !important">
<p class="pretitle text-white">Giving</p>
<h1 class="display-3">We give generously because God gave first.</h1>
<p>When we give, we follow Jesus’ example of a life of open-handed generosity with complete dependence on Him.</p>
<p class="mb-0"><a href="/give/now" class="btn btn-primary drop-shadow">Give Now</a></p>
</div>
</section>
<section>
<div class="text-constrained mx-auto">
<p class="pretitle">Why We Give</p>
<h2>God calls us to give him <span class="text-primary">our first and best.</span></h2>
<p>
<b>Tithing is bringing the first 10 percent of our income back to God.</b> It’s a way to worship God by showing Him that we trust His word. It’s also
a way to protect our hearts from greed. By bringing the tithe back to God, we remind ourselves that everything we have comes from Him.
</p>
<p class="mb-0">
<a href="/give/now" class="btn btn-primary">Schedule Your Giving</a>
<a href="/give/now" class="btn btn-default">Give Now</a>
</p>
</div>
</section>
<section class="position-relative pt-12 py-md-8 py-lg-9 py-xl-10 text-white" style="background-color: rgba(35, 70, 63, 1)">
<div
class="position-absolute top-0 right-0 left-0 bottom-50 bottom-md-0 right-md-40 background-cover background-center"
style="
background-image: url('https://images.unsplash.com/photo-1640340434855-6084b1f4901c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2000&q=80');
">
<div
class="hidden-sm hidden-md hidden-lg hidden-xl position-absolute top-0 right-0 bottom-0 left-0"
style="background: linear-gradient(10deg, rgba(35, 70, 63, 1) 20%, rgba(35, 70, 63, 0) 100%)"></div>
<div
class="hidden-xs position-absolute top-0 right-0 bottom-0 left-0"
style="background: linear-gradient(-80deg, rgba(35, 70, 63, 1) 20%, rgba(35, 70, 63, 0) 100%)"></div>
</div>
<div class="bring-forward page-constrained mx-auto d-grid grid-cols-md-2 ltr">
<div></div>
<div class="ltr">
<p class="pretitle text-white">Crypto</p>
<h2>Did you know you can give cryptocurrency?</h2>
<p>Cryptocurrency is digital currency that doesn’t physically exist. We want to make it easy for you to give — by any means possible.</p>
<p class="mb-0">
<a href="https://platform.engiven.com/give/890/widget/682" target="_blank" class="btn btn-primary drop-shadow">Give Crypto</a>
</p>
</div>
</div>
</section>
<section class="">
<div class="text-constrained mx-auto text-center mb-6">
<h2>Make the most of your giving.</h2>
<p>
<b>Did you know every transaction has a processing fee associated with it?</b> When you choose a method with a smaller processing fee, you make the
most of your giving.
</p>
</div>
<div class="d-grid grid-cols-1 grid-cols-md-3 justify-content-between items-center page-constrained mx-auto mb-6">
<div class="text-center px-0" data-aos="fade-up">
<div class="mb-5 mb-lg-0">
<p class="pretitle text-primary mb-5 hidden">Recommended</p>
<i class="fa-light fa-3x fa-university mb-5 text-gray-light"></i>
<h3 class="h5 mb-5">ACH</h3>
<h4 class="display-2 text-primary mb-2">0.20%</h4>
<p class="text-gray text-italic mb-0">per transaction</p>
</div>
</div>
<div class="text-center px-0" data-aos="fade-up">
<div class="mb-5 mb-md-0">
<i class="fa-light fa-3x fa-credit-card mb-5 text-gray-light"></i>
<h3 class="h5 mb-5">Debit or Credit</h3>
<h4 class="display-2 mb-2">1.91%</h4>
<p class="text-gray text-italic mb-0">per transaction</p>
</div>
</div>
<div class="text-center px-0" data-aos="fade-up">
<div>
<i class="fa-brands fa-3x fa-cc-amex mb-5 text-gray-light"></i>
<h3 class="h5 mb-5">AMEX</h3>
<h4 class="display-2 mb-2">2.90%</h4>
<p class="text-gray text-italic mb-0">per transaction</p>
</div>
</div>
</div>
<div class="text-constrained mx-auto text-center">
<p class="mb-0"><a href="#" class="btn btn-primary">Give Now</a></p>
</div>
</section>
<div class="bg-gray-lighter">
<section class="text-center">
<div class="text-constrained mx-auto mb-6 mb-xl-7">
<h2>There are many ways to give.</h2>
<p class="lead">Interested in learning more about how to give using one of the methods below? Contact us below, and we’ll be happy to help.</p>
</div>
<div class="page-constrained mx-auto d-grid grid-cols-1 grid-cols-lg-2 gap-3 gap-lg-5 px-md-5 px-xl-0 mb-4 mb-lg-7">
<div data-aos="fade-up">
<i class="fa-light fa-2x fa-fw mr-1 text-gray fa-money-bill-1-wave mb-3"></i>
<h3 class="h4">Cash or Check</h3>
<p>You can give by cash or check using the Give Boxes located at your NewSpring campus — or mail your check to:</p>
<p>P.O. Box 1407<br />Anderson, SC 29622</p>
</div>
<div data-aos="fade-up">
<i class="fa-light fa-2x fa-fw mr-1 text-gray fa-arrow-trend-up mb-3"></i>
<h3 class="h4">Stocks & Bonds</h3>
<p>
<a href="https://s3.amazonaws.com/ns.downloads/give/53252.finance.cen.paper.otherwaystogive.pdf">Learn more</a> about donating stocks, bonds, or
mutual fund shares.
</p>
</div>
<div data-aos="fade-up">
<i class="fa-light fa-2x fa-fw mr-1 text-gray fa-heart mb-3"></i>
<h3 class="h4">Estate Planning</h3>
<p>It’s possible to give retirement assets, bequests, trusts, and more.</p>
</div>
<div data-aos="fade-up">
<i class="fa-light fa-2x fa-fw mr-1 text-gray fa-house mb-3"></i>
<h3 class="h4">Real Estate/Non-Cash</h3>
<p>You are able to donate property or other non-cash gifts.</p>
</div>
</div>
<div class="text-constrained mx-auto">
<p class="mb-0"><a href="#" class="btn btn-primary">Contact Us</a></p>
</div>
</section>
</div>
<section class="position-relative bg-group-hug text-white">
<div class="bg-pattern bg-pattern-combined fullscreen o-20"></div>
<div class="bring-forward page-constrained mx-auto text-center">
<p class="pretitle text-white">Giving Focus</p>
<h2 class="h1 mb-5 mb-md-6">The Gauntlet Fund</h2>
<div class="d-grid grid-cols-1 grid-cols-md-2 grid-cols-lg-4 gapy-md-8 align-items-center mb-0">
<div class="text-center col-span-md-2 text-lg-left">
<p class="pretitle text-gatorade">Total Given</p>
<h3 class="display-1 mb-6">$4,961.83</h3>
</div>
<div>
<p class="pretitle text-gatorade">Givers</p>
<h3 class="display-1 mb-6">45</h3>
</div>
<div>
<p class="pretitle text-gatorade">Days Left</p>
<h3 class="display-1 mb-6">74</h3>
</div>
<p class="mb-0 col-span-md-2 col-span-lg-4"><a href="#" class="btn btn-heat-stroke drop-shadow">Give Now</a></p>
</div>
</div>
</section>
<section class="px-0">
<div class="page-constrained mx-auto text-center mb-6">
<div class="px-4 px-md-8">
<div class="text-constrained mx-auto mb-6">
<p class="pretitle">Kingdom Mentality</p>
</div>
<h2 class="display-3 mb-6">
In 2017, God led us to make the decision to give 10% of our general tithes and offerings to
<span class="text-primary">other missions and organizations outside of NewSpring.</span>
</h2>
<div class="text-constrained mx-auto">
<p>
Since then, NewSpring has given millions of dollars to 600+ organizations and churches building God’s kingdom all over the world. Swipe to learn
more about our global partnerships.
</p>
</div>
</div>
</div>
<!-- Slider main container -->
<div id="asdf" class="swiper-container mb-6 text-left">
<!-- Additional required wrapper -->
<div class="swiper-wrapper mb-6">
<!-- Slides -->
<div class="swiper-slide">
<section class="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-left"
style="background-image: url('https://firmisrael.org/wp-content/themes/firm2015/img/home/home--header.jpg')"></div>
<div class="fullscreen" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 70%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5">FIRM (Israel)</h3>
<p>Transforming lives in Israel with the love of Jesus.</p>
<p class="mb-0"><a href="#" class="btn btn-sm btn-primary drop-shadow">Learn More</a></p>
</div>
</section>
</div>
<div class="swiper-slide">
<section class="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-1572015837827-01671d41e102?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2844&q=80');
"></div>
<div class="fullscreen" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 70%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5">Crossover Global</h3>
<p>Providing Gospel access to unreached people groups.</p>
<p class="mb-0"><a href="#" class="btn btn-sm btn-primary drop-shadow">Learn More</a></p>
</div>
</section>
</div>
<div class="swiper-slide">
<section class="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-right"
style="
background-image: url('https://images.squarespace-cdn.com/content/v1/6206d0a428a8ea6a89ba619e/4dde642d-8e12-4032-94c4-82aa9f6ef180/DSC01760+%281%29+copy.jpg?format=original');
"></div>
<div class="fullscreen" style="background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 70%)"></div>
<div class="bring-forward text-constrained mx-auto">
<h3 class="h5">Untold</h3>
<p>Equipping people to live a life beyond AIDS.</p>
<p class="mb-0"><a href="#" class="btn btn-sm btn-primary drop-shadow">Learn More</a></p>
</div>
</section>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
</div>
<p class="mb-0 text-center" data-aos><a href="/give/global" class="btn btn-primary">Explore All</a></p>
<script>
let isMobile = false;
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
isMobile = true;
}
var swiper = new Swiper("#asdf", {
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>
</section>
<section class="position-relative text-white">
<div
class="fullscreen background-cover background-top"
style="background-image: url('https://s3.amazonaws.com/ns.images/newspring/give/2023/give_finances_ad2_2x1.jpg')"></div>
<div class="fullscreen" style="background: linear-gradient(180deg, rgba(39, 103, 152, 0.9) 60%, rgba(39, 103, 152, 0) 100%)"></div>
<div class="bring-forward text-constrained mx-auto">
<p class="pretitle text-white">How to Win With Money</p>
<h1>When we steward money God’s way, the results are life-changing.</h1>
<p>Giving teaches us to live a life of open-handed generosity, with a complete dependency on Him.</p>
<p class="mb-0"><a href="/finances" class="btn btn-primary drop-shadow">Learn How</a></p>
</div>
</section>
<section class="bg-gray-darker text-white">
<div class="text-constrained mx-auto">
<p class="pretitle text-primary">FAQs</p>
<h2>Frequently Asked Questions</h2>
<div id="accordion" class="d-grid grid-cols-1 gap-3" data-aos="fade-up">
<div>
<div
class="d-flex cursor-pointer"
data-toggle="collapse"
data-parent="#accordion"
href="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne">
<h3 class="h5">How do I get a contribution statement or view my Giving History?</h3>
<i class="fa-light fa-lg fa-minus ml-5 mt-1"></i>
</div>
<div id="collapseOne" class="collapse" role="tabpanel" aria-labelledby="headingOne">
<p class="text-italic text-gray">
Giving history can be viewed at anytime in your giving profile. Annual contribution statements are also mailed to you at the closing of each
calendar year. Typically you will receive these by mid-February.
</p>
</div>
</div>
<div>
<div
class="d-flex cursor-pointer"
data-toggle="collapse"
data-parent="#accordion"
href="#collapseTwo"
aria-expanded="true"
aria-controls="collapseTwo">
<h3 class="h5">What is the deadline for annual contributions?</h3>
<i class="fa-light fa-lg fa-plus ml-5 mt-1"></i>
</div>
<div id="collapseTwo" class="collapse in" role="tabpanel" aria-labelledby="headingOne">
<p class="text-italic text-gray">
All contributions must be received or postmarked by December 31 in order to be included on your contribution statement for that year. Any online
contributions must also be initiated by December 31.
</p>
</div>
</div>
<div>
<div
class="d-flex cursor-pointer"
data-toggle="collapse"
data-parent="#accordion"
href="#collapseThree"
aria-expanded="true"
aria-controls="collapseThree">
<h3 class="h5">What address do I use to mail contributions to NewSpring Church?</h3>
<i class="fa-light fa-lg fa-plus ml-5 mt-1"></i>
</div>
<div id="collapseThree" class="collapse in" role="tabpanel" aria-labelledby="headingOne">
<p class="text-italic text-gray">
NewSpring Church<br />
P.O. Box 1407<br />
Anderson SC, 29622
</p>
</div>
</div>
<div>
<div
class="d-flex cursor-pointer"
data-toggle="collapse"
data-parent="#accordion"
href="#collapseFour"
aria-expanded="true"
aria-controls="collapseFour">
<h3 class="h5">How can I talk to someone about another question that I have?</h3>
<i class="fa-light fa-lg fa-plus ml-5 mt-1"></i>
</div>
<div id="collapseFour" class="collapse in" role="tabpanel" aria-labelledby="headingOne">
<p class="text-italic text-gray">If there is anything else we can help with, email us at [email protected]!</p>
</div>
</div>
</div>
</div>
</section>
<section class="text-center">
<div class="text-constrained mx-auto">
<h2>Still have questions?</h2>
<p>We’d love to answer any questions you might have.</p>
<p class="mb-0"><a href="#" class="btn btn-primary">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-end">
<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>
$(".collapse").collapse();
</script>
</body>
</html>