-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail_event.html
228 lines (228 loc) · 10.3 KB
/
detail_event.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
<!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="632ff0c7692e3132ab4d4e95" data-wf-site="6259a92a800588a137655151">
<head>
<meta charset="utf-8">
<title>Resurrection Greek Orthodox Church</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>
<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>