-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIscrizione.html
More file actions
370 lines (307 loc) · 17.7 KB
/
Copy pathIscrizione.html
File metadata and controls
370 lines (307 loc) · 17.7 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
<!DOCTYPE html>
<html lang="it" class="h-100">
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="msapplication-starturl" content="/">
<link rel="icon" type="image/png" href="/img/favicon-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-192.png" sizes="192x192">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg">
<link href="/img/icon-76x76.png" rel="apple-touch-icon" sizes="76x76">
<link href="/img/icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
<link href="/img/icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
<link rel="manifest" href="/img/manifest.json">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Iscrizione e Donazioni - Spazio Genesi</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css">
<link href="/cover.css" rel="stylesheet">
<script async src="https://js.stripe.com/v3/buy-button.js"></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomodocker.azurewebsites.net/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '7']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<style>
/* Spaziatura */
.row {
row-gap: 32px;
}
/* Card base */
.membership-card {
width: 100%;
max-width: 480px;
min-height: 560px;
padding: 28px;
border-radius: 16px;
background: #ffffff;
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
border: 1px solid rgba(0,0,0,0.05);
}
/* Card DONAZIONE evidenziata */
.membership-card.highlight {
border: 2px solid #007bff;
box-shadow: 0 8px 22px rgba(0,123,255,0.15);
}
/* Media / placeholder */
.card-media {
width: 100%;
height: 110px;
margin-bottom: 18px;
border-radius: 10px;
background: linear-gradient(135deg, #f4f6f8, #e6e9ed);
display: flex;
align-items: center;
justify-content: center;
font-size: 0.9rem;
color: #6c757d;
font-weight: 500;
}
/* Titolo */
.card-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 12px;
color: #1a1a1a;
}
/* Descrizione */
.card-desc {
font-size: 0.8rem;
color: #444;
margin-bottom: 20px;
line-height: 1.55;
}
/* Stripe */
.stripe-box {
width: 100%;
margin-top: auto;
}
.stripe-box-inner {
width: 100%;
}
stripe-buy-button {
width: 100% !important;
}
stripe-buy-button iframe {
width: 100% !important;
max-width: 100% !important;
}
/* Aggiungi in fondo al CSS */
/* Pagina iscrizione: container più largo */
.iscrizione-page .cover-container {
max-width: 1100px;
width: 90%;
}
/* Card iscrizione */
.membership-card {
border: 1px solid #ccc;
border-radius: 8px;
padding: 1.5rem;
margin-bottom: 1.5rem;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
max-width: 340px;
}
.membership-card.highlight {
border: 2px solid #0066cc;
}
.stripe-box {
margin-top: 1rem;
}
.stripe-box-inner {
display: flex;
justify-content: center;
}
/* PayPal button container */
.stripe-box-inner {
max-width: 300px;
margin: 0 auto;
overflow: hidden;
}
#paypal-container-V7NLWNW8BK6D2,
[id^="paypal-container-"] {
width: 100%;
max-width: 300px;
}
#paypal-container-5EVEGBYTDSAJG,
[id^="paypal-container-"] {
width: 100%;
max-width: 300px;
}
#paypal-container-2MY36H66BSN4W,
[id^="paypal-container-"] {
width: 100%;
max-width: 300px;
}
</style>
<script
src="https://www.paypal.com/sdk/js?client-id=BAAWaqUltEyNiREyqCFGtH46W-x7TOP9Rc26ILViUvyJWFNw4U91zwyPWw8lUimPNBBOXc9fH9mUocMFxA&components=hosted-buttons&disable-funding=venmo¤cy=EUR">
</script>
</head>
<body class="text-center iscrizione-page">
<div class="cover-container d-flex p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h1 class="masthead-brand">Spazio Genesi</h1>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="./">Home</a>
<a class="nav-link" href="/chisiamo.html">Chi siamo</a>
<a class="nav-link" href="/biografie/">Biografie</a>
<a class="nav-link" href="/archivio/">Archivio</a>
<a class="nav-link" href="/Iscrizione.html">Iscrizione</a>
</nav>
</div>
</header>
<div class="container mt-5">
<!-- DONAZIONE -->
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-5 d-flex justify-content-center">
<div class="membership-card ">
<div>
<h3 class="card-title">Quota VOLONTARIO</h3>
<p class="card-desc">
Iscrizione come VOLONTARIO per 365gg
(accesso alle fasi di installazione con copertura assicurativa).
</p>
</div>
<div class="stripe-box">
<div class="stripe-box-inner">
<div id="paypal-container-V7NLWNW8BK6D2"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "V7NLWNW8BK6D2",
}).render("#paypal-container-V7NLWNW8BK6D2")
</script>
</div>
</div>
</div>
</div>
</div>
<!-- SOCIA -->
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-5 d-flex justify-content-center">
<div class="membership-card">
<div class="stripe-box">
<div class="stripe-box-inner">
<div id="paypal-container-5EVEGBYTDSAJG"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "5EVEGBYTDSAJG",
}).render("#paypal-container-5EVEGBYTDSAJG")
</script>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-8 col-lg-5 d-flex justify-content-center">
<div class="membership-card highlight">
<div class="stripe-box">
<div class="stripe-box-inner">
<div id="paypal-container-2MY36H66BSN4W"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "2MY36H66BSN4W",
}).render("#paypal-container-2MY36H66BSN4W")
</script>
</div>
</div>
</div>
</div>
</div>
<!-- ABBONAMENTO -->
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-5 d-flex justify-content-center">
<div class="membership-card">
<div>
<h3 class="card-title">ABBONAMENTO MENSILE PER UN ANNO</h3>
<p class="card-desc">
Un’unica quota annuale per sostenere le attività e partecipare ai progetti di Spazio Genesi. Oltre i vantaggi trimestrali avrai accesso a licenze software e risorse web di pubblicazione statica con dominio di terzo livello (es. nomeartista.spaziogenesi.org), eleggibilità ruoli operativi e CDA
</p>
</div>
<div class="stripe-box">
<div class="stripe-box-inner">
<div id="paypal-button-container-P-7ML05505JA818620MNG6B4LA"></div>
<script src="https://www.paypal.com/sdk/js?client-id=Ab6joAWjiJDrrrqzYb0gzg5uDBCtCI0Td5NXZealzworAbewh__9rgxpuKHzRCRo9xSiKhME-hOIAFRg&vault=true&intent=subscription" data-sdk-integration-source="button-factory"></script>
<script>
paypal.Buttons({
style: {
shape: 'rect',
color: 'gold',
layout: 'vertical',
label: 'subscribe'
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: 'P-7ML05505JA818620MNG6B4LA'
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render('#paypal-button-container-P-7ML05505JA818620MNG6B4LA'); // Renders the PayPal button
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Spazio Genesi ETS - CF 96602450585<br>sede operativa <a href="https://maps.app.goo.gl/3JEsBLW5Xx8aE2mj9">Galleria Via Roma o da Via Vicentini</a> - L'Aquila (AQ)<br>info@spaziogenesi.org spaziogenesi@pec.it</p>
<p>Lo spazio è gentilmente concesso da:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1382 713" xmlns:xlink="http://www.w3.org/1999/xlink" height="40px" version="1.1" >
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 429.253906 184 L 451.253906 181 L 445.253906 221 L 341.253906 237 L 322.253906 371 L 299.253906 371 L 323.253906 217 L 426.753906 201.5 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 623.5 153.5 L 645.5 150.5 L 639.5 190.5 L 535.5 206.5 L 516.5 340.5 L 493.5 340.5 L 517.5 186.5 L 621 171 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 717 139 L 737 136 L 678 537 L 655 540 Z M 717 139 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 751 557 L 771 554 L 768 593 L 623 617 L 627 595 L 749 575 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 556 588 L 577.5 585.5 L 573 626 L 428.21875 647.5 L 432 626 L 554 607 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 360.5 619.5 L 382.140625 616.5 L 376.5 656.5 L 232.378906 679 L 234.5 656.5 L 358 639 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 394.621094 394.21875 L 414 390 L 410 432 L 310 447 L 286 601 L 265.019531 601 L 290.941406 429.5 L 392 412 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 230 218 L 253 214 L 247 253 L 142 269 L 121 409 L 98.941406 409 L 122 251 L 229 234 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 193 425 L 215 422 L 211 464 L 109.5 479.660156 L 76 706 L 32 713 L 36 689 L 55 687 L 92 460 L 192 445 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1002 92 L 1023 88 L 952 563 L 908 571 L 912 549 L 932.5 545.898438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1084 97 L 1049.578125 102.5 L 1047 123 L 1084 116.78125 Z M 1084 97 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1213.019531 56 L 1233.179688 56 L 1229 92 L 1159.738281 102.5 L 1090.621094 540 L 1047 549 L 1051 528 L 1072 524 L 1140.089844 88 L 1210 76 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1256 282 L 1261 264 L 1229 269 L 1223 286 Z M 1256 282 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1236 446 L 1261 357.261719 L 1336 219 L 1361 215 Z M 1236 446 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1241 463.820313 L 1256.941406 463.820313 L 1248 512 L 1205 520 L 1207 503 L 1235.179688 499.820313 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 1361 31.339844 L 1382 28 L 1311 199 L 1293.179688 199 Z M 1361 31.339844 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.998718%,70.199585%,69.398499%);fill-opacity:1;" d="M 588 362 L 609 359 L 605 400 L 506 414 L 481 568 L 460.378906 568 L 486.78125 398 L 586 381 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 71 206 L 219 180 L 214 220 L 108 237 L 84 404 L 182 390 L 179 430 L 77 447 L 43 673 L 0 679 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 271.5 173.5 L 416.5 148.5 L 411.5 188.5 L 308.5 204.5 L 282.5 373.5 L 382.5 357.5 L 376.5 398.5 L 276.5 413.5 L 248.5 599.5 L 350.5 584.5 L 343.5 624.5 L 198.5 647.5 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 467.621094 140.398438 L 612.621094 115.398438 L 607.621094 155.398438 L 504.621094 171.398438 L 478.621094 340.398438 L 578.621094 324.398438 L 572.621094 365.398438 L 472.621094 380.398438 L 444.621094 566.398438 L 546.621094 551.398438 L 539.621094 591.398438 L 394.621094 614.398438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 663.5 109.5 L 706.5 102.5 L 639.5 537.5 L 740.5 521.5 L 734.5 561.5 L 590.5 583.5 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 948 63 L 991 56 L 917 531 L 874 537 Z M 948 63 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1177.738281 491.910156 L 1185.660156 442.5 L 1228 436 L 1221 486 Z M 1177.738281 491.910156 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1208 417 L 1256.941406 246.378906 L 1194 259 L 1273 16 L 1354 0 L 1274 194.539063 L 1333 186 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 1012 92 L 1018 51 L 1202 22 L 1196 62 L 1127 72 L 1058 509 L 1016 515 L 1084 79.339844 "/>
</g>
</svg>
<a href="https://feelitshop.com/">Feel it!</a>
</p>
<p>Realizzato da <a href="https://tangram.page/">Tangram.page</a> - <a href="/sg_privacy.html">Privacy Policy</a></p>
</div>
</footer>
</div>
</body>
</html>