-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate-stock.html
689 lines (689 loc) · 49.1 KB
/
donate-stock.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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
<!-- Last Published: Tue Sep 12 2023 05:24:04 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="632ff0c7692e31dfec4d4e9c" data-wf-site="6259a92a800588a137655151">
<head>
<meta charset="utf-8">
<title>Donate Stock</title>
<meta content="Donate Stock" property="og:title">
<meta content="Donate Stock" property="twitter:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/resurrectiongoc.webflow.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic","Oswald:200,300,400,500,600,700","Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic","Roboto Condensed:300,300italic,regular,italic,700,700italic:cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese"] }});</script>
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-223478663-1"></script>
<script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-223478663-1', {'anonymize_ip': false});</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-N0FSX42E9L"></script>
<script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-N0FSX42E9L');</script><!-- js-cookie -->
<script defer="" src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js" integrity="sha256-0H3Nuz3aug3afVbUlsu12Puxva3CP4EhJtPExqs54Vg=" crossorigin="anonymous">
document.onReady(){
let liveStreamStatus = Cookie.get("livestream") ||= "false";
console.log("liveStreamStatus", liveStreamStatus);
let liveStreamToggleSwitch = document.getElementById('live-stream-toggle-switch');
if(liveStreamToggleSwitch){
liveStreamToggleSwitch.addEventListener('click', toggleLiveStreamBanner);
}
function toggleLiveStreamBanner() {
/* unhide livestream banner */
let liveStreamBanner = document.getElementById("live-stream-banner");
if (if liveStreamBanner && liveStreamBanner.display === "none") {
liveStreamBanner.style.display = "block";
liveStreamStatus = Cookie.set("livestream", "true");
} else if (!liveStreamBanner ||
liveStreamBanner.display === "block" ||
liveStreamBanner.display === "inline"
) {
liveStreamBanner.style.display = "none";
liveStreamStatus = Cookie.set("livestream", "false");
}
}
}
// webflow livestream data attribute
// var elem = $("[livestream='false']");
</script>
<!-- https://material.io/resources/icons/?style=baseline
<link href="https://fonts.googleapis.com/css2?family=Material+Icons"
rel="stylesheet"> -->
<!-- https://material.io/resources/icons/?style=outline
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Outlined"
rel="stylesheet"> -->
<!-- https://material.io/resources/icons/?style=round
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Round"
rel="stylesheet"> -->
<!-- https://material.io/resources/icons/?style=sharp
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Sharp"
rel="stylesheet"> -->
<!-- user feedback
<script defer src="https://www.userdetective.com/embed.js" data-uuid="2f8e38bb-d461-4db0-9068-a6e42f529905" ></script>
-->
<!-- feedback form fix
<script>
// iframe
document.onload(){
document.querySelector("#user-detective").style.zIndex="300";
};
</script>
-->
<!-- <script src="https://apps.elfsight.com/p/platform.js" defer></script> -->
<!-- <script async src="http://localhost:1234/app.js"></script> -->
<!-- https://material.io/resources/icons/?style=twotone
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Two+Tone"
rel="stylesheet"> -->
<!--
<script>
:root {
--font-from-0: 12;
--font-to-0: 16;
--vw-from-0: calc(1 / 100);
--vw-to-0: calc(479 / 100);
--coefficient-0: calc((var(--font-to-0) - var(--font-from-0)) / (var(--vw-to-0) - var(--vw-from-0)));
--base-0: calc((var(--font-from-0) - var(--vw-from-0) * var(--coefficient-0)) / 16);
--font-from-1: 14;
--font-to-1: 16;
--vw-from-1: calc(479 / 100);
--vw-to-1: calc(1440 / 100);
--coefficient-1: calc((var(--font-to-1) - var(--font-from-1)) / (var(--vw-to-1) - var(--vw-from-1)));
--base-1: calc((var(--font-from-1) - var(--vw-from-1) * var(--coefficient-1)) / 16);
--font-from-2: 16;
--font-to-2: 18;
--vw-from-2: calc(1440 / 100);
--vw-to-2: calc(1920 / 100);
--coefficient-2: calc((var(--font-to-2) - var(--font-from-2)) / (var(--vw-to-2) - var(--vw-from-2)));
--base-2: calc((var(--font-from-2) - var(--vw-from-2) * var(--coefficient-2)) / 16);
--font-from-3: 18;
--font-to-3: 20;
--vw-from-3: calc(1920 / 100);
--vw-to-3: calc(2400 / 100);
--coefficient-3: calc((var(--font-to-3) - var(--font-from-3)) / (var(--vw-to-3) - var(--vw-from-3)));
--base-3: calc((var(--font-from-3) - var(--vw-from-3) * var(--coefficient-3)) / 16);
}
html { font-size: calc(var(--base-3) * 1rem + var(--coefficient-3) * 1vw); }
@media screen and (max-width:1920px) { html { font-size: calc(var(--base-2) * 1rem + var(--coefficient-2) * 1vw); } }
@media screen and (max-width:1440px) { html { font-size: calc(var(--base-1) * 1rem + var(--coefficient-1) * 1vw); } }
@media screen and (max-width:479px) { html { font-size: calc(var(--base-0) * 1rem + var(--coefficient-0) * 1vw); } }
</script>
-->
<style> :root {
--font-from-0: 14;
--font-to-0: 16;
--vw-from-0: calc(1 / 100);
--vw-to-0: calc(479 / 100);
--coefficient-0: calc((var(--font-to-0) - var(--font-from-0)) / (var(--vw-to-0) - var(--vw-from-0)));
--base-0: calc((var(--font-from-0) - var(--vw-from-0) * var(--coefficient-0)) / 16);
--font-from-1: 16;
--font-to-1: 18;
--vw-from-1: calc(479 / 100);
--vw-to-1: calc(1440 / 100);
--coefficient-1: calc((var(--font-to-1) - var(--font-from-1)) / (var(--vw-to-1) - var(--vw-from-1)));
--base-1: calc((var(--font-from-1) - var(--vw-from-1) * var(--coefficient-1)) / 16);
--font-from-2: 18;
--font-to-2: 20;
--vw-from-2: calc(1440 / 100);
--vw-to-2: calc(1920 / 100);
--coefficient-2: calc((var(--font-to-2) - var(--font-from-2)) / (var(--vw-to-2) - var(--vw-from-2)));
--base-2: calc((var(--font-from-2) - var(--vw-from-2) * var(--coefficient-2)) / 16);
--font-from-3: 20;
--font-to-3: 22;
--vw-from-3: calc(1920 / 100);
--vw-to-3: calc(2400 / 100);
--coefficient-3: calc((var(--font-to-3) - var(--font-from-3)) / (var(--vw-to-3) - var(--vw-from-3)));
--base-3: calc((var(--font-from-3) - var(--vw-from-3) * var(--coefficient-3)) / 16);
}
html { font-size: calc(var(--base-3) * 1rem + var(--coefficient-3) * 1vw); }
@media screen and (max-width:1920px) { html { font-size: calc(var(--base-2) * 1rem + var(--coefficient-2) * 1vw); } }
@media screen and (max-width:1440px) { html { font-size: calc(var(--base-1) * 1rem + var(--coefficient-1) * 1vw); } }
@media screen and (max-width:479px) { html { font-size: calc(var(--base-0) * 1rem + var(--coefficient-0) * 1vw); } }
</style>
<!-- <script async src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script>
function addDarkmodeWidget() {
new Darkmode().showWidget();
}
window.addEventListener('load', addDarkmodeWidget);
</script> -->
<!-- HTML header script -->
<!-- <script src="https://unpkg.com/feedbackfin@^1" defer></script> -->
<!--
<script>
window.feedbackfin = { config: {}, ...window.feedbackfin };
window.feedbackfin.config.url = "https://rowy-hooks.run.app/wh/...";
</script>
-->
<script async="" src="https://kit.fontawesome.com/003ab4ac55.js" crossorigin="anonymous"></script>
<!-- [Attributes by Finsweet] Custom favicon by page -->
<script defer="" src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-favcustom@1/favcustom.js"></script>
<!-- Main Scrollbar Styling -->
<style>
/*width*/
::-webkit-scrollbar {
width:auto;
}
/*track*/
::-webkit-scrollbar-track {
border-width:2px;
border-style:solid;
border-color:rgb(128, 128, 128);
border-radius:5px;
}
/*thumb*/
::-webkit-scrollbar-thumb {
background:rgb(0, 101, 121);
border-width:2px;
border-style:solid;
box-shadow:rgb(0, 0, 0) 4px 4px 50px 4px;
}
/*thumb hover*/
::-webkit-scrollbar-thumb:hover {
box-shadow: 1px 1px rgba(251, 251, 251, 1);
}
/*thumb pressed*/
::-webkit-scrollbar-thumb:active {
box-shadow: 4px 4px 50px 4px;
}
</style>
<!-- GF Scrollbar Styling
<style>
/*width*/
::-webkit-scrollbar {
width:auto;
}
/*track*/
::-webkit-scrollbar-track {
border-width:2px;
border-style:solid;
border-color:rgb(128, 128, 128);
border-radius:5px;
}
/*thumb*/
::-webkit-scrollbar-thumb {
background:rgb(15, 61, 152);
border-width:2px;
border-style:solid;
box-shadow:rgb(0, 0, 0) 4px 4px 50px 4px;
}
/*thumb hover*/
::-webkit-scrollbar-thumb:hover {
box-shadow: 1px 1px rgba(251, 251, 251, 1);
}
/*thumb pressed*/
::-webkit-scrollbar-thumb:active {
box-shadow: 4px 4px 50px 4px;
}
</style>
- -->
</head>
<body>
<div class="all-banners">
<div class="embed_universal-code-all-pages w-embed w-script">
<!-- Begin Mailchimp Signup Form -->
<script data-goatcounter="https://rgoc.goatcounter.com/count" async="" src="https://gc.zgo.at/count.js"></script>
<!--
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7_dtp.css" rel="stylesheet" type="text/css">
-->
<div id="mc_embed_signup">
<form action="https://cvresurrection.us1.list-manage.com/subscribe/post?u=aab7a3c29dd5df4dac5fbe6d7&id=c58120454e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<div id="mc_embed_signup_scroll">
<h2>Subscribe</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="required text" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="required text" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_aab7a3c29dd5df4dac5fbe6d7_c58120454e" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</div>
</form>
</div>
<script async="" type="text/javascript" src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!-- End mc_embed_signup -->
<script>
document.addEventListener("DOMContentLoaded", function () {
//code for red livestream top banner display
if(window.location.href.includes(".webflow.io")){
//load bugherd for bug reporting in TEST
/*<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=vid9rhukna0rtq2j41nkxw" async="true" />*/
}
// /* if current page greek festival, hide greek festival banner */
// /*if (window.location.href.indexOf('greekfestival') > -1) {
// $('#greek-festival-banner').hide();
// console.log("gf banner hidden");
// }*/
// console.log("window.location.hostname", window.location.hostname)
// console.log("window.location.host", window.location.host)
// console.log("window.location.hostname.indexOf('resurrectiongoc.com')", window.location.hostname.indexOf('resurrectiongoc.com'));
// console.log("window.location.host.indexOf('greekfestival')", window.location.host.indexOf('greekfestival'));
// /* console log pathname */
// console.log("window.location.pathname", window.location.pathname);
// /* console log protocol */
// console.log("window.location.protocol", window.location.protocol);
// /* console log search */
// console.log("window.location.search", window.location.search);
// /* console log hash */
// /* if current page greek festival, hide greek festival banner */
// // if (window.location.href.indexOf('greekfestival') > -1) {
// // $('#greek-festival-banner').hide();
// // console.log("gf banner hidden");
// // }
// console.log("window.location.hostname", window.location.hostname);
// console.log("window.location.host", window.location.host);
// console.log("window.location.hostname.indexOf('resurrectiongoc.com')", window.location.hostname.indexOf('resurrectiongoc.com'));
// console.log("window.location.host.indexOf('greekfestival')", window.location.host.indexOf('greekfestival'));
// /* console log pathname */
// console.log("window.location.pathname", window.location.pathname);
// /* console log protocol */
// console.log("window.location.protocol", window.location.protocol);
// /* console log search */
// console.log("window.location.search", window.location.search);
// /* console log hash */
// console.log("window.location.hash", window.location.hash);
// /* console log origin */
// console.log("window.location.origin", window.location.origin);
/* swap cvresurrection.com for resurrectiongoc.com */
/*document.getElementsByClassName('a').forEach(element => {
element.href = element.href.replace('cvresurrection.com', 'resurrectiongoc.com');
});
*/
});
// /* set pseudo scrollbar w/ vanilla js */
// document.addEventListner("DOMContentLoaded", (function() {
// var scrollbar = document.getElementById('scrollbar');
// var scrollbar_track = document.getElementById('scrollbar-track');
// var scrollbar_thumb = document.getElementById('scrollbar-thumb');
// var scrollbar_thumb_height = scrollbar_thumb.offsetHeight;
// var scrollbar_track_height = scrollbar_track.offsetHeight;
// var scrollbar_thumb_top = 0;
// var scrollbar_thumb_bottom = scrollbar_thumb_height;
// var scrollbar_track_bottom = scrollbar_track_height;
// var scrollbar_thumb_ratio = scrollbar_track_height / scrollbar_thumb_height;
// var scrollbar_thumb_top_ratio = 0;
// var scrollbar_thumb_bottom_ratio = scrollbar_track_height / scrollbar_thumb_height;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent = 0;
// var scrollbar_thumb_top_ratio_percent = 0;
// var scrollbar_thumb_bottom_ratio_percent =
// function scrollbar_thumb_top_ratio_percent() {
// scrollbar_thumb_top_ratio_percent = scrollbar_thumb_top / scrollbar_thumb_height;
// return scrollbar_thumb_top_ratio_percent;
// }
// function scrollbar_thumb_bottom_ratio_percent() {
// scrollbar_thumb_bottom_ratio_percent = scrollbar_thumb_bottom / scrollbar_thumb_height;
// return scrollbar_thumb_bottom_ratio_percent;
// }
// /* console log scroll all scroll bar vars *.
// console.log("scrollbar_thumb_height", scrollbar_thumb_height);
// console.log("scrollbar_track_height", scrollbar_track_height);
// console.log("scrollbar_thumb_top", scrollbar_thumb_top);
// console.log("scrollbar_thumb_bottom", scrollbar_thumb_bottom);
// console.log("scrollbar_track_bottom", scrollbar_track_bottom);
// console.log("scrollbar_thumb_ratio", scrollbar_thumb_ratio);
// console.log("scrollbar_thumb_top_ratio", scrollbar_thumb_top_ratio);
// console.log("scrollbar_thumb_bottom_ratio", scrollbar_thumb_bottom_ratio);
// console.log("scrollbar_thumb_top_ratio_percent", scrollbar_thumb_top_ratio_percent);
// console.log("scrollbar_thumb_bottom_ratio_percent", scrollbar_thumb_bottom_ratio_percent);
// let main-color = '#006579';
// let greek-color = '#0f3d98';
// let gold-color = '#f9b917';
// /* set scrollbar pseudo class color */
// scrollbar_thumb.style.backgroundColor = '#fff';
// scrollbar_track.style.backgroundColor = '#fff';
// scrollbar_track.style.borderColor = '#fff';
// scrollbar_track.style.borderStyle = 'solid';
// scrollbar_track.style.borderWidth = '1px';
// scrollbar_track.style.borderRadius = '5px';
// scrollbar_track.style.boxShadow = '0 0 5px #fff';
// scrollbar_track.style.padding = '0';
// scrollbar_track.style.margin = '0';
// scrollbar_track.style.width = '100%';
// scrollbar_track.style.height = '100%';
// scrollbar_track.style.position = 'absolute';
// scrollbar_track.style.top = '0';
// scrollbar_track.style.left = '0';
// scrollbar_track.style.zIndex = '1';
// scrollbar_track.style.overflow = 'hidden';
// scrollbar_track.style.cursor = 'pointer';
// scrollbar_track.style.opacity = '0.5';
// scrollbar_track.style.transition = 'opacity 0.5s ease-in-out';
// scrollbar_track.style.webkitTransition = 'opacity 0.5s ease-in-out';
// scrollbar_track.style.mozTransition = 'opacity 0.5s ease-in-out';
// scrollbar_track.style.msTransition = 'opacity 0.5s ease-in-out';
// }));
</script>
</div>
<div id="live-stream-banner" class="live-stream-banner-background">
<div class="live-banner-heading"><strong>Divine Services are now live! Come join Us!</strong></div>
<a href="https://www.youtube.com/watch?v=EvvDDSScJ2w/live" class="live-banner"><em class="live-banner-link">https://www.youtube.com/watch?v=EvvDDSScJ2w/live</em> </a>
<link rel="prerender" href="https://www.youtube.com/watch?v=EvvDDSScJ2w/live">
</div>
<div class="greek-festival-banner-background">
<a href="greekfestival/home.html" id="greek-festival-banner" class="link_banner-dimensions w-inline-block">
<div class="greek-festival-banner-heading"><strong class="greek-festival-banner-heading">Join us at the 2022 Greek Festival on Aug 19, 20, & 21. Click for more information!</strong></div>
</a>
</div>
<div class="under-construction-banner">
<a id="construction-banner" href="https://cvresurrection.org" target="_blank" class="link_banner-dimensions w-inline-block">
<div class="under-construction-banner-heading">This site is currently under construction, please see <span class="text-span-18">cvresurrection.org</span> for the latest updates.</div>
</a>
</div>
<div class="warning-message-wrapper">
<div class="warning-message">
<div class="text-block-69"><span class="text-span">⚠️</span> Remember to publish your project to see the tooltips. They do NOT show on the Webflow builder.</div>
</div>
<div class="div-block"><img src="images/x.svg" loading="lazy" data-w-id="cabf0956-b358-4c5b-b2c6-566a8562cb42" alt="" class="image"></div>
</div>
</div>
<header class="all-nav-div-main">
<div class="navigation-top">
<div class="wrapper_nav-top">
<a href="https://www.google.com/maps/dir//Church+of+the+Resurrection,+20104+Center+St,+Castro+Valley,+CA+94546/@37.7285814,-122.1477394,12z/data=!4m9!4m8!1m0!1m5!1m1!1s0x808f92362c5cc899:0x107b152dc7da19d4!2m2!1d-122.0613367!2d37.697174!3e0" target="_blank" class="wrapper_nav-top-detail w-inline-block">
<div class="lottie-animation-3" data-w-id="1c0efda4-c2c2-b760-69b9-40acd2dd77a2" data-animation-type="lottie" data-src="documents/lottieflow-ecommerce-14-16-15c1b0-linear.json" data-loop="1" data-direction="1" data-autoplay="1" data-is-ix2-target="0" data-renderer="svg" data-default-duration="1.1166666666666667" data-duration="0"></div>
<div class="icon_nav-top w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512">
<!-- ! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path fill="currentColor" d="M408 120C408 174.6 334.9 271.9 302.8 311.1C295.1 321.6 280.9 321.6 273.2 311.1C241.1 271.9 168 174.6 168 120C168 53.73 221.7 0 288 0C354.3 0 408 53.73 408 120zM288 152C310.1 152 328 134.1 328 112C328 89.91 310.1 72 288 72C265.9 72 248 89.91 248 112C248 134.1 265.9 152 288 152zM425.6 179.8C426.1 178.6 426.6 177.4 427.1 176.1L543.1 129.7C558.9 123.4 576 135 576 152V422.8C576 432.6 570 441.4 560.9 445.1L416 503V200.4C419.5 193.5 422.7 186.7 425.6 179.8zM150.4 179.8C153.3 186.7 156.5 193.5 160 200.4V451.8L32.91 502.7C17.15 508.1 0 497.4 0 480.4V209.6C0 199.8 5.975 190.1 15.09 187.3L137.6 138.3C140 152.5 144.9 166.6 150.4 179.8H150.4zM327.8 331.1C341.7 314.6 363.5 286.3 384 255V504.3L192 449.4V255C212.5 286.3 234.3 314.6 248.2 331.1C268.7 357.6 307.3 357.6 327.8 331.1L327.8 331.1z"></path>
</svg></div>
<div class="text_footer-top">20104 Center Street Castro Valley, CA 94546</div>
</a>
<a href="tel:15105818950" class="wrapper_nav-top-detail w-inline-block">
<div class="icon_nav-top w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512">
<!-- ! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path fill="currentColor" d="M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z"></path>
</svg></div>
<div class="lottie-animation-3" data-w-id="7494be55-cdca-032c-8b43-e2d5c38f9b43" data-animation-type="lottie" data-src="documents/lottieflow-ecommerce-14-18-15c1b0-linear.json" data-loop="1" data-direction="1" data-autoplay="1" data-is-ix2-target="0" data-renderer="svg" data-default-duration="1.9333333333333333" data-duration="0"></div>
<div class="text_footer-top">(510) 581-8950</div>
</a>
</div>
</div>
<div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="nav_component-main-upper w-nav">
<div class="page-padding-main">
<div class="nav_container-main">
<nav role="navigation" class="nav_menu-main w-nav-menu">
<a href="index.html" class="nav_link-main w-nav-link">Home</a>
<div data-hover="false" data-delay="1" class="nav_dropdown w-dropdown">
<div class="nav_dropdown-toggle w-dropdown-toggle">
<div class="icon_nav-dropdown-toggle w-icon-dropdown-toggle"></div>
<div class="nav_label">About</div>
</div>
<nav class="nav_drop-list divided w-dropdown-list">
<a href="about.html" class="nav_link-main is-dropdown-link w-dropdown-link"><span class="text-span-41">Our Parish</span></a>
<a href="services-schedule.html" class="nav_link-main is-dropdown-link w-dropdown-link">Services Schedule</a>
<a href="our-clergy.html" class="nav_link-main is-dropdown-link w-dropdown-link">Our Clergy</a>
<a href="parish-council.html" class="nav_link-main is-dropdown-link w-dropdown-link">Parish Council</a>
<a href="office-staff.html" class="nav_link-main is-dropdown-link w-dropdown-link">Church Staff</a>
<a href="our-parish-history.html" class="nav_link-main is-dropdown-link w-dropdown-link">Parish History</a>
<a href="50th-anniversary.html" class="nav_link-main is-dropdown-link w-dropdown-link">50th Anniversary</a>
<a href="building-project.html" class="nav_link-main is-dropdown-link w-dropdown-link">Building Project</a>
<a href="contact-us.html" class="nav_link-main is-dropdown-link w-dropdown-link">Contact Us</a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="our-faith.html" class="nav_link-main is-dropdown-link w-dropdown-link"><span class="text-span-42">Our Faith</span></a>
<a href="history.html" class="nav_link-main is-dropdown-link w-dropdown-link">History</a>
<a href="becoming-orthodox.html" class="nav_link-main is-dropdown-link w-dropdown-link">Becoming Orthodox</a>
<a href="worship.html" class="nav_link-main is-dropdown-link w-dropdown-link">Worship</a>
<a href="baptisms.html" class="nav_link-main is-dropdown-link w-dropdown-link">Baptisms</a>
<a href="house-of-god.html" class="nav_link-main is-dropdown-link w-dropdown-link">House of God</a>
<a href="teachings.html" class="nav_link-main is-dropdown-link w-dropdown-link">Teachings</a>
<a href="sacraments.html" class="nav_link-main is-dropdown-link w-dropdown-link">Sacraments</a>
<a href="liturgy.html" class="nav_link-main is-dropdown-link w-dropdown-link">Liturgy</a>
<a href="icons.html" class="nav_link-main is-dropdown-link w-dropdown-link">Icons in the Church</a>
<a href="special-services.html" class="nav_link-main is-dropdown-link w-dropdown-link">Special Services</a>
<a href="spirituality.html" class="nav_link-main is-dropdown-link w-dropdown-link">Spirituality</a>
</nav>
</div>
<a href="new-visitor.html" class="nav_link-main w-nav-link">New Visitor</a>
<div data-hover="false" data-delay="0" class="nav_dropdown w-dropdown">
<div class="nav_dropdown-toggle w-dropdown-toggle">
<div class="icon_nav-dropdown-toggle w-icon-dropdown-toggle"></div>
<div class="nav_label">Ministries</div>
</div>
<nav class="nav_drop-list w-dropdown-list">
<a href="ministries.html" class="nav_link-main is-dropdown-link w-dropdown-link"><span class="text-span-39">Youth Ministries</span></a>
<a href="altar-servers.html" class="nav_link-main is-dropdown-link w-dropdown-link">Altar Servers</a>
<a href="athletics.html" class="nav_link-main is-dropdown-link w-dropdown-link">Athletics</a>
<a href="greek-dance.html" class="nav_link-main is-dropdown-link w-dropdown-link">Greek Dance</a>
<a href="hope-joy-jr-sr-goya.html" class="nav_link-main is-dropdown-link w-dropdown-link">HOPE/JOY/GOYA</a>
<a href="sunday-school.html" class="nav_link-main is-dropdown-link w-dropdown-link">Sunday School</a>
<a href="vcs.html" class="nav_link-main is-dropdown-link w-dropdown-link">VCS</a>
<a href="young-adults-telos-program.html" class="nav_link-main is-dropdown-link w-dropdown-link">Young Adults/Telos</a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-none is-dropdown-link w-dropdown-link"></a>
<a href="#" class="nav_link-main is-dropdown-link w-dropdown-link"><span class="text-span-40">Adult Ministries</span></a>
<a href="adult-volleyball.html" class="nav_link-main is-dropdown-link w-dropdown-link">Adult Volleyball</a>
<a href="bible-study.html" class="nav_link-main is-dropdown-link w-dropdown-link">Bible Study</a>
<a href="church-music.html" class="nav_link-main is-dropdown-link w-dropdown-link">Church Music</a>
<a href="family-wellness.html" class="nav_link-main is-dropdown-link w-dropdown-link">Family Wellness</a>
<a href="food-pantry.html" class="nav_link-main is-dropdown-link w-dropdown-link">Food Pantry</a>
<a href="golf.html" class="nav_link-main is-dropdown-link w-dropdown-link">Golf Tournament</a>
<a href="ladies-philoptochos-society.html" class="nav_link-main is-dropdown-link w-dropdown-link">Ladies Philoptochos</a>
<a href="mens-fellowship.html" class="nav_link-main is-dropdown-link w-dropdown-link">Men's Fellowship</a>
<a href="prayer-line.html" class="nav_link-main is-dropdown-link w-dropdown-link">Prayer Line</a>
<a href="project-mexico.html" class="nav_link-main is-dropdown-link w-dropdown-link">Project Mexico</a>
<a href="st-paraskevi-seniors.html" class="nav_link-main is-dropdown-link w-dropdown-link">Sr. Paraskevi Seniors</a>
<a href="welcome-committee.html" class="nav_link-main is-dropdown-link w-dropdown-link">Welcome Committee</a>
<a href="womens-ministry.html" class="nav_link-main is-dropdown-link w-dropdown-link">Women's Ministry</a>
</nav>
</div>
<div data-hover="false" data-delay="0" class="nav_dropdown w-dropdown">
<div class="nav_dropdown-toggle w-dropdown-toggle">
<div class="icon_nav-dropdown-toggle w-icon-dropdown-toggle"></div>
<div class="nav_label">News & Events</div>
</div>
<nav class="nav_drop-list-single w-dropdown-list">
<a href="upcoming-events.html" class="nav_link-main is-dropdown-link w-dropdown-link">Upcoming Events</a>
<a href="monthly-magazines.html" class="nav_link-main is-dropdown-link w-dropdown-link">Monthly Magazines</a>
<a href="news-events.html" class="nav_link-main is-dropdown-link w-dropdown-link">News Posts</a>
</nav>
</div>
<a href="greekfestival/home.html" class="nav_link-main w-nav-link">Greek Festival</a>
</nav>
<div class="nav_menu-button-main w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
</div>
</div>
<header id="nav" class="nav_wrapper-main-lower">
<nav class="container-16 w-container">
<ul role="list" class="grid_nav-main-lower w-list-unstyled">
<li id="w-node-_41d3dae6-1823-82d6-0556-7f56af7a46c5-795baaad" class="list-item_nav-main-lower">
<a href="index.html" class="nav-logo-link"><img src="images/RGOC-logo-final-300x80.svg" alt="" data-w-id="41d3dae6-1823-82d6-0556-7f56af7a46c7" class="new-logo-image"></a>
</li>
<li id="w-node-_979ec0ad-8763-153c-b938-9c7b795baaf6-795baaad" class="list-item-search">
<form action="/search" class="search-3 w-form"><input type="search" class="search-input-main w-input" maxlength="256" name="query" placeholder="Search…" id="search" required=""><input type="submit" value="Search" class="search-button-5 w-button"></form>
</li>
<li id="w-node-_979ec0ad-8763-153c-b938-9c7b795baafa-795baaad" class="list-item">
<a href="calendar.html" class="nav-2-link-block-main w-inline-block">
<div class="nav-2-icon-main w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar3" viewbox="0 0 16 16">
<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"></path>
<path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"></path>
</svg></div>
<div class="nav-2-text-block-main">Calendar</div>
</a>
</li>
<li id="w-node-_23d96007-3d56-2bda-6668-bea44ced8a59-795baaad" class="list-item">
<a href="media.html" class="nav-2-link-block-main w-inline-block">
<div class="nav-2-icon-main w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-collection-play-fill" viewbox="0 0 16 16">
<path d="M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z"></path>
</svg></div>
<div class="nav-2-text-block-main">Media</div>
</a>
</li>
<li id="w-node-_979ec0ad-8763-153c-b938-9c7b795bab04-795baaad" class="list-item">
<a href="give.html" class="nav-2-link-block-main w-inline-block">
<div class="nav-2-icon-main w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-gift-fill" viewbox="0 0 16 16">
<path d="M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zm6 4v7.5a1.5 1.5 0 0 1-1.5 1.5H9V7h6zM2.5 16A1.5 1.5 0 0 1 1 14.5V7h6v9H2.5z"></path>
</svg></div>
<div class="nav-2-text-block-main">Give</div>
</a>
</li>
</ul>
</nav>
</header>
<div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar-secondary w-nav">
<div class="navbar-secondary-container w-container">
<a href="index.html" class="navbar-secondary-brand w-nav-brand"><img src="images/NEW-Logo-Website-Teal-Stacked.webp" loading="lazy" sizes="100vw" srcset="images/NEW-Logo-Website-Teal-Stacked-p-500.png 500w, images/NEW-Logo-Website-Teal-Stacked.webp 912w" alt="" class="navbar-secondary-image"></a>
<nav role="navigation" class="secondary-nav-menu w-nav-menu">
<form action="/search" class="search-2 w-form"><input type="search" class="search-input-main w-input" maxlength="256" name="query" placeholder="🔎 Search…" id="search-2" required=""><input type="submit" value="Search" class="search-button-5 w-button"></form>
<a href="#" class="secondary-nav-link w-nav-link">Calendar</a>
<a href="#" class="secondary-nav-link w-nav-link">Media</a>
<a href="#" class="secondary-nav-link w-nav-link">Give</a>
</nav>
<div class="secondary-nav-menu-button w-nav-button">
<div class="secondary-nav-icon w-icon-nav-menu"></div>
</div>
</div>
</div>
</header>
<div>
<div class="main-content-events-home w-container">
<div class="flex-wrapper-center">
<div class="heading-detail-small margin-bottom-12 text-color-gray-500">Give</div>
<h3 class="h3-heading margin-bottom-16">Donate Stock</h3>
<p class="paragraph-regular">Here’s another way to donate to the church – You don’t need to establish an account, just follow the directions and Stock Donator will process the paperwork for you – it’s that easy!<br><br></p>
<div class="wrapper_header-image-optional-main"><img src="images/1x1-00000000.png" loading="eager" width="Auto" alt="" id="header-image" class="image_heading-main"></div>
</div>
<div class="safari-site-warning"><em>If you are using an Apple Device with Safari, please register directly </em>
<a href="https://stockdonator.com/stock-information/?oid=ccf877fe"><em>here</em></a><em>.</em>
</div>
<div class="stock-donator-embed w-embed w-iframe"><iframe id="stock-donator" type="text/html" width="100%" height="1000px" src="https://stockdonator.com/stock-information/?oid=ccf877fe" frameborder="0" style="font: Roboto Condensed!important">
</iframe></div>
<div class="flex-wrapper-center margin-top-48">
<a href="give.html" class="button_back-to-give w-button">Back to "Ways to Give" </a>
</div>
</div>
</div>
<div class="footer_alt-bottom-dark-large">
<div class="wrapper_footer-bottom-dark-large">
<div class="link-social-footer-fb">
<a data-w-id="3c7ecd37-b237-c2b4-c825-583fade5f8a4" href="#" class="wrapper_rgoc-logo-footer w-inline-block"><img src="images/resurrectiongoc960x960.webp" sizes="100px" srcset="images/resurrectiongoc960x960-p-500.png 500w, images/resurrectiongoc960x960-p-800.png 800w, images/resurrectiongoc960x960.webp 960w" alt="" class="logo-footer-image-small">
<div class="div-block-19">
<div class="text_resurrection-logo-footer">RESURRECTION</div>
<div class="text_goc-logo-footer">GREEK ORTHODOX CHURCH</div>
</div>
</a>
<div class="footer-link-wrap">
<div class="navigation-contact">
<a href="tel:(510)581-8950" class="navigation-detail detail-left w-inline-block"><img src="images/phone.svg" alt="" class="icon_footer-phone-main">
<div class="footer-link-white">(510) 581-8950</div>
</a>
</div>
<div class="navigation-contact">
<a href="mailto:office@resurrectionGOC.com?subject=Website%20Contact" class="navigation-detail w-inline-block"><img src="images/email.svg" width="14" alt="" class="icon_footer-email-main">
<div class="footer-link-white">office@resurrectionGOC.com</div>
</a>
</div>
<div class="navigation-contact">
<div class="navigation-detail"><img src="images/map-location-dot-solid.svg" loading="lazy" width="16" height="16" alt="" class="icon_footer-address-main">
<a href="https://www.google.com/maps/dir//Church+of+the+Resurrection,+20104+Center+St,+Castro+Valley,+CA+94546/@37.7285814,-122.1477394,12z/data=!3m1!4b1!4m9!4m8!1m0!1m5!1m1!1s0x808f92362c5cc899:0x107b152dc7da19d4!2m2!1d-122.0613367!2d37.697174!3e0" class="footer-link-white">20104 Center Street Castro Valley, CA 94546</a>
</div>
</div>
</div>
<div class="navigation-contact">
<div class="navigation-detail"><img src="images/Copyright.svg" loading="lazy" width="16" height="16" alt="" class="icon_footer-copyright-main">
<a href="#live-stream-banner" class="footer-link-white">2023 Resurrection Greek Orthodox Church</a>
</div>
</div>
<div class="footer-wrapper">
<a href="https://www.facebook.com/ResurrectionGOC/" target="_blank" class="link_social-footer-fb w-inline-block"><img src="images/001-facebook.svg" width="10" alt="" class="image_social-footer"></a>
<a href="https://www.instagram.com/resurrection_cv/" class="link_social-footer-ig w-inline-block"><img src="images/004-instagram.svg" alt="" class="image_social-footer"></a>
<a href="https://www.youtube.com/channel/UCCPSwUIDbfi9qdmyJfUnHrQ" class="link_social-footer-yt w-inline-block"><img src="images/YouTube-Icon-White-Logo.wine.svg" alt="" class="image_social-footer"></a>
</div>
<a href="contact-us.html" data-w-id="c3043529-e089-44c8-8fdf-f230ab5a8c3a" class="main-button w-button">Contact Us</a>
<a href="#live-stream-banner" data-w-id="6df6c19b-0fa8-4908-6c7c-390af90785c1" class="footer-arrow w-inline-block"><img src="images/Chevron-down.svg" width="14" alt="" class="icon_home-back-to-top"></a>
</div>
</div>
<div class="wrapper_footer-susbscribe-main">
<div class="wrapper_footer-subscribe-center-main w-container">
<div class="wrapper_footer-subscribe-inner-main">
<div class="form-outer-wrapper_footer-subscribe">
<div class="header_subscribe-weekly-bulletin style_footer-header-title">Subscribe to Our Weekly email </div>
<div class="form-inner-wrapper_footer-subscribe w-form">
<form id="email-form" name="email-form" data-name="Email Form" action="https://cvresurrection.us1.list-manage.com/subscribe/post?u=aab7a3c29dd5df4dac5fbe6d7&amp;id=c58120454e" method="post" class="form" data-wf-page-id="632ff0c7692e31dfec4d4e9c" data-wf-element-id="2169e141-4c5a-f0f6-5788-ad567172c9a6"><input type="text" class="text-field w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="First" id="first-name-field" required=""><input type="text" class="text-field w-input" maxlength="256" name="Last-Name" data-name="Last Name" placeholder="Last" id="last-name-field" required=""><input type="email" class="text-field w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="Email" id="field" required=""><input type="submit" value="Subscribe" data-wait="Please wait..." class="main-button w-button"></form>
<div class="w-form-done">
<div class="text-block-10">Thank you! Your submission has been received!</div>
</div>
<div class="error-message-2 w-form-fail">
<div>Oops! Something went wrong while submitting the form.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom-main">
<div class="footer-bottom_padding-contain w-container">
<div class="footer-container-2">
<a href="#" class="rgoc-link-block w-inline-block"><img src="images/Logo-Whte.webp" srcset="images/Logo-Whte-p-500.png 500w, images/Logo-Whte-p-800.png 800w, images/Logo-Whte-p-1080.png 1080w, images/Logo-Whte-p-1600.png 1600w, images/Logo-Whte-p-2000.png 2000w, images/Logo-Whte-p-2600.png 2600w, images/Logo-Whte.webp 5141w" sizes="(max-width: 767px) 75vw, 500px" data-w-id="eff4f54b-9de9-fd9e-0f4d-8a12f34e1f3d" alt="" class="footer-logo-horizontal-text"></a>
<div class="fb-footer-wrapper">
<div class="social-wrapper">
<a href="https://www.facebook.com/ResurrectionGOC/" data-w-id="960d6f44-592f-bc0f-e765-a0a0b3b30009" target="_blank" class="icon-2 fb-footer-link"></a>
</div>
<div class="w-embed">
<a href="https://www.facebook.com/ResurrectionGOC/" target="_blank"><svg width="24" height="24" viewbox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg" data-darkreader-inline-fill="" style="--darkreader-inline-fill:currentColor;">
<path d="M13.25 12.625H15.125L15.875 9.625H13.25V8.125C13.25 7.3525 13.25 6.625 14.75 6.625H15.875V4.105C15.6305 4.07275 14.7072 4 13.7322 4C11.696 4 10.25 5.24275 10.25 7.525V9.625H8V12.625H10.25V19H13.25V12.625Z" fill="white" data-darkreader-inline-fill="" style="--darkreader-inline-fill:currentColor;"></path>
</svg></a>
</div>
<div class="w-embed">
<a href="https://www.instagram.com/resurrection_cv/" target="_blank"><svg width="24" height="24" viewbox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg" data-darkreader-inline-fill="" style="--darkreader-inline-fill:currentColor;">
<path d="M12.5 4C14.5378 4 14.792 4.0075 15.5915 4.045C16.3902 4.0825 16.934 4.20775 17.4125 4.39375C17.9075 4.58425 18.3245 4.84225 18.7415 5.2585C19.1229 5.63342 19.418 6.08694 19.6063 6.5875C19.7915 7.06525 19.9175 7.60975 19.955 8.4085C19.9903 9.208 20 9.46225 20 11.5C20 13.5378 19.9925 13.792 19.955 14.5915C19.9175 15.3902 19.7915 15.934 19.6063 16.4125C19.4185 16.9133 19.1233 17.367 18.7415 17.7415C18.3665 18.1227 17.913 18.4178 17.4125 18.6063C16.9347 18.7915 16.3902 18.9175 15.5915 18.955C14.792 18.9903 14.5378 19 12.5 19C10.4622 19 10.208 18.9925 9.4085 18.955C8.60975 18.9175 8.066 18.7915 7.5875 18.6063C7.08674 18.4184 6.63315 18.1232 6.2585 17.7415C5.87705 17.3666 5.58195 16.9131 5.39375 16.4125C5.20775 15.9347 5.0825 15.3902 5.045 14.5915C5.00975 13.792 5 13.5378 5 11.5C5 9.46225 5.0075 9.208 5.045 8.4085C5.0825 7.609 5.20775 7.066 5.39375 6.5875C5.58143 6.08663 5.8766 5.63299 6.2585 5.2585C6.63325 4.87692 7.08682 4.5818 7.5875 4.39375C8.066 4.20775 8.609 4.0825 9.4085 4.045C10.208 4.00975 10.4622 4 12.5 4ZM12.5 7.75C11.5054 7.75 10.5516 8.14509 9.84835 8.84835C9.14509 9.55161 8.75 10.5054 8.75 11.5C8.75 12.4946 9.14509 13.4484 9.84835 14.1517C10.5516 14.8549 11.5054 15.25 12.5 15.25C13.4946 15.25 14.4484 14.8549 15.1517 14.1517C15.8549 13.4484 16.25 12.4946 16.25 11.5C16.25 10.5054 15.8549 9.55161 15.1517 8.84835C14.4484 8.14509 13.4946 7.75 12.5 7.75V7.75ZM17.375 7.5625C17.375 7.31386 17.2762 7.0754 17.1004 6.89959C16.9246 6.72377 16.6861 6.625 16.4375 6.625C16.1889 6.625 15.9504 6.72377 15.7746 6.89959C15.5988 7.0754 15.5 7.31386 15.5 7.5625C15.5 7.81114 15.5988 8.0496 15.7746 8.22541C15.9504 8.40123 16.1889 8.5 16.4375 8.5C16.6861 8.5 16.9246 8.40123 17.1004 8.22541C17.2762 8.0496 17.375 7.81114 17.375 7.5625ZM12.5 9.25C13.0967 9.25 13.669 9.48705 14.091 9.90901C14.5129 10.331 14.75 10.9033 14.75 11.5C14.75 12.0967 14.5129 12.669 14.091 13.091C13.669 13.5129 13.0967 13.75 12.5 13.75C11.9033 13.75 11.331 13.5129 10.909 13.091C10.4871 12.669 10.25 12.0967 10.25 11.5C10.25 10.9033 10.4871 10.331 10.909 9.90901C11.331 9.48705 11.9033 9.25 12.5 9.25V9.25Z" fill="white" data-darkreader-inline-fill="" style="--darkreader-inline-fill:currentColor;"></path>
</svg></a>
</div>
<div class="youtube-logo w-embed">
<a href="https://www.youtube.com/resurrectiongreekorthodoxchurch" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" height="24" width="24">
<!-- ! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path fill="white" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path>
</svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6259a92a800588a137655151" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<!-- Button element
<button data-feedbackfin-button>Feedback</button>
TODO: deactivate on app engine
-->
</body>
</html>