-
Notifications
You must be signed in to change notification settings - Fork 0
/
progetto.html
696 lines (644 loc) · 30.2 KB
/
progetto.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
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="it">
<head>
<!-- Site made with Mobirise Website Builder v5.6.5, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v5.6.5, mobirise.com">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="">
<meta property="og:image" content="">
<meta name="twitter:title" content="Progetto">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/logo-comuneinpiazza-1920.jpg" type="image/x-icon">
<meta name="description" content="">
<title>Progetto</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/animatecss/animate.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload"
href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap">
</noscript>
<link rel="preload"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap">
</noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4GP4NVK8ZS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4GP4NVK8ZS');
</script>
<style>
#contattaci {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
bottom: 3px;
right: 18px;
text-decoration: none;
z-index: 2147483650;
width: 10rem;
height: 8rem;
background-color: white;
border-radius: 10px;
box-shadow: 5px 5px 10px 0px #000000;
}
#contattaci span {
display: none;
}
#contattaci div {
display: flex;
justify-content: center;
}
#whapp {
width: 55px;
height: 55px;
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxNC41IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMzUuNSAxMzYuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi42NjcgLTQuMDA2KSI+PHBhdGggZD0ibTEyMi40IDIzLjc5YTY3LjAxIDY3LjAxIDAgMCAwLTQ3LjcyLTE5Ljc4Yy0zNy4xOCAwLTY3LjQ0IDMwLjI2LTY3LjQ1IDY3LjQ1IDAgMTEuODkgMy4xMDIgMjMuNDkgOS4wMDcgMzMuNzJsLTkuNTc0IDM0Ljk1IDM1Ljc2LTkuMzgxYTY3LjM5IDY3LjM5IDAgMCAwIDMyLjIzIDguMjEzaDAuMDIxNDZjMzcuMTcgMCA2Ny40NC0zMC4yNiA2Ny40NS02Ny40NWE2Ny4wNCA2Ny4wNCAwIDAgMC0xOS43NC00Ny43MnoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzRkNGQ0ZCIgc3Ryb2tlLXdpZHRoPSIxLjA1OCIvPjxwYXRoIGQ9Im03NC42OSAxMjcuNmgtMC4wMjE0NmE1NS45OCA1NS45OCAwIDAgMS0yOC41My03LjgxNWwtMi4wNDctMS4yMTMtMjEuMjIgNS41NyA1LjY2LTIwLjY5LTEuMzMzLTIuMTIyYTU1LjkyIDU1LjkyIDAgMCAxLTguNTY0LTI5LjgzYzAuMDA1NS0zMC45MSAyNS4xNi01Ni4wNiA1Ni4wOC01Ni4wNiAxNC45NyAwIDI5LjA1IDUuODQyIDM5LjYzIDE2LjQ0YTU1LjcyIDU1LjcyIDAgMCAxIDE2LjQxIDM5LjY3Yy0wLjAxNzI0IDMwLjkxLTI1LjE3IDU2LjA2LTU2LjA2IDU2LjA2IiBmaWxsPSIjMDA4MDAwIiBzdHJva2U9IiMwNzVlNTQiIHN0cm9rZS13aWR0aD0iLjI2NDYiLz48cGF0aCBkPSJtMTA1LjQgODUuNTljLTEuNjg1LTAuODQ0Ni05Ljk3MS00LjkxNy0xMS41MS01LjQ4NC0xLjU0OC0wLjU2MTYtMi42NzEtMC44NDAzLTMuOCAwLjg1MS0xLjExNyAxLjY4NS00LjM1IDUuNDc5LTUuMzMxIDYuNjAyLTAuOTgxOCAxLjEyOC0xLjk2OCAxLjI2NS0zLjY1MyAwLjQyNDQtMS42ODUtMC44NTEtNy4xMTgtMi42MjYtMTMuNTYtOC4zNjYtNS4wMDgtNC40NjktOC4zOTQtOS45ODgtOS4zNzUtMTEuNjgtMC45ODE4LTEuNjg1LTAuMTA3MS0yLjU5OCAwLjczNzQtMy40MzcgMC43NjEtMC43NTQ2IDEuNjg5LTEuOTY4IDIuNTMtMi45NDkgMC44NDQ2LTAuOTg2MSAxLjEyMy0xLjY5MSAxLjY4OS0yLjgxOSAwLjU2MTYtMS4xMjMgMC4yODMtMi4xMDUtMC4xNTAxLTIuOTQ5LTAuNDI0NC0wLjg0NDYtMy43OTQtOS4xNDMtNS4xOTUtMTIuNTItMS4zNzItMy4yODQtMi43NjItMi44MzYtMy43OTQtMi44OTMtMC45ODE4LTAuMDQyODMtMi4xMDUtMC4wNjQyOC0zLjIzMy0wLjA2NDI4LTEuMTIzIDAtMi45NDkgMC40MjAxLTQuNDkyIDIuMTA5LTEuNTQzIDEuNjg1LTUuODk5IDUuNzYyLTUuODk5IDE0LjA2IDAgOC4yOTIgNi4wNCAxNi4zMSA2Ljg4IDE3LjQzIDAuODQ0NiAxLjEyMyAxMS44OSAxOC4xNSAyOC43OSAyNS40NSA0LjAyMSAxLjczNiA3LjE1OCAyLjc3NCA5LjYwOCAzLjU0NSA0LjAzOCAxLjI4OCA3LjcxMyAxLjEwNiAxMC42MSAwLjY2ODggMy4yMzktMC40ODIzIDkuOTcxLTQuMDc4IDExLjM4LTguMDE0IDEuNDA2LTMuOTM2IDEuNDA2LTcuMzExIDAuOTgxOC04LjAxNC0wLjQyMDItMC43MDMxLTEuNTQzLTEuMTIzLTMuMjMzLTEuOTY4IiBmaWxsPSIjZmZmIiBzdHJva2U9IiMwZjAiIHN0cm9rZS13aWR0aD0iLjI2NDYiLz48L2c+PC9zdmc+Cg==) center/42px 42px no-repeat;
}
#mail {
width: 60px;
height: 60px;
background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjgzLjQwOCAyODMuNDA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyODMuNDA4IDI4My40MDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojMDE3NGJhOyIgZD0iTTI2OC43MjcsNTkuMzYyYy0zLjQ3MS0yLjkwMy03LjkzOS00LjY1NS0xMi44MTktNC42NTVIMjcuNWMtNC44OCwwLTkuMzQ3LDEuNzUyLTEyLjgxOSw0LjY1NQoJCWwxMjcuMDIzLDgyLjM0MUwyNjguNzI3LDU5LjM2MnoiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiMwMTc0YmE7IiBkPSJNMjY4LjcyNyw1OS4zNjJsLTEyNy4wMjMsODIuMzQxTDE0LjY4MSw1OS4zNjJDMTAuMjk0LDYzLjAzMSw3LjUsNjguNTQyLDcuNSw3NC43MDh2MTMzLjk5MQoJCWMwLDExLjA0Niw4Ljk1NCwyMCwyMCwyMGgyMjguNDA5YzExLjA0NiwwLDIwLTguOTU0LDIwLTIwVjc0LjcwOEMyNzUuOTA5LDY4LjU0MiwyNzMuMTE0LDYzLjAzMSwyNjguNzI3LDU5LjM2MnoiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiMyMjMxM0Y7IiBkPSJNMjgzLjQwOCwyMDguNjk5Vjc0LjcwOGMwLTE1LjI3OS0xMi40MjEtMjcuNS0yNy41LTI3LjVIMjcuNWMtMTUuMDkyLDAtMjcuNSwxMi4yMzUtMjcuNSwyNy41CgkJdjEzMy45OTFjMCwxNS4xMDQsMTIuMjg1LDI3LjUsMjcuNSwyNy41aDIyOC40MDhDMjcxLjEzMiwyMzYuMTk5LDI4My40MDgsMjIzLjc5MiwyODMuNDA4LDIwOC42OTl6IE0xOTkuMDkxLDExMy40NDEKCQlsNjguMDg4LTQ0LjEzN2MwLjgsMS42NjYsMS4yMjksMy41MDcsMS4yMjksNS40MDR2MTMxLjQzNkwxOTkuMDkxLDExMy40NDF6IE0xNSwyMDYuMTQ1Vjc0LjcwOGMwLTEuODk3LDAuNDI5LTMuNzM4LDEuMjI5LTUuNDA0CgkJbDY4LjA4OCw0NC4xMzdMMTUsMjA2LjE0NXogTTE0MS43MDQsMTMyLjc2NkwzMi44NTksNjIuMjA3SDI1MC41NUwxNDEuNzA0LDEzMi43NjZ6IE0yNy41LDIyMS4xOTkKCQljLTEuNTU1LDAtMy4wMzktMC4yOTktNC40MTQtMC44Mmw3My44NDYtOTguNzZsNDAuNjkyLDI2LjM3OGMyLjQ4MywxLjYwOSw1LjY3OCwxLjYwOCw4LjE2LDBsNDAuNjkyLTI2LjM3OGw3My44NDYsOTguNzYKCQljLTEuMzc1LDAuNTIxLTIuODU5LDAuODItNC40MTQsMC44MkgyNy41eiIvPjwvZz48L3N2Zz4K) center/48px 48px no-repeat;
}
</style>
</head>
<body>
<div id="contattaci">
<div>
<a href="https://wa.me/393338881082?text=Buongiorno.%20Vorrei%20informazioni%20sui%20vostri%20servizi."
id="whapp" title="Contattaci con WhatsApp"><span> </span></a>
<a href="mailto:[email protected]" id="mail"
title="scrivi email a [email protected]"><span>scrivi</span></a>
</div>
<div>
<p style="text-align:center">Contattaci </p>
</div>
</div>
<section data-bs-version="5.1" class="menu cid-s48OLK6784" once="menu" id="menu1-h">
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<img src="assets/images/logo-comuneinpiazza-1920.jpg" alt="Comune inPiazza"
style="height: 3.8rem;">
</a>
</span>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-bs-toggle="collapse"
data-target="#navbarSupportedContent" data-bs-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown nav-right" data-app-modern-menu="true">
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html">HOME</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-black text-primary dropdown-toggle display-4"
data-toggle="dropdown-submenu" aria-expanded="false" href="#">COMUNI ADERENTI</a>
<div class="dropdown-menu">
<div class="dropdown">
<a class="dropdown-item display-4 text-black text-primary"
href="http://gradiscainpiazza.it/gradiscae" data-toggle="dropdown-submenu"
aria-expanded="false" target="_blank" rel="noopener">GRADISCA
D'ISONZO</a>
<a class="mnu-paesi dropdown-item text-black text-primary display-4" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">CIVIDALE</a>
<a class="mnu-paesi dropdown-item display-4 text-black text-primary" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">GORIZIA</a>
<a class="mnu-paesi dropdown-item display-4 text-black text-primary" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">PALMANOVA</a>
<a class="mnu-paesi dropdown-item display-4 text-black text-primary" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">POVOLETTO</a>
<a class="mnu-paesi dropdown-item display-4 text-black text-primary" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">TOLMEZZO</a>
<a class="mnu-paesi dropdown-item display-4 text-black text-primary" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">TRIESTE</a>
<a class="mnu-paesi dropdown-item display-4 text-black text-primary" style="opacity:50%" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">UDINE</a>
</div>
</div>
</li>
<!--<li class="nav-item"><a class="nav-link link text-black text-primary display-4" href="progetto.html">IL PROGETTO</a></li>-->
<li class="nav-item dropdown">
<a class="nav-link link text-black text-primary dropdown-toggle display-4"
data-toggle="dropdown-submenu" aria-expanded="false" href="#">SERVIZI</a>
<div class="dropdown-menu">
<div class="dropdown">
<a class="dropdown-item display-4 text-black text-primary" href="food.html"
data-toggle="dropdown-submenu" aria-expanded="false">FOOD</a>
<a class="dropdown-item display-4 text-black text-primary" href="negozi.html"
data-toggle="dropdown-submenu" aria-expanded="false">NEGOZI</a>
<a class="dropdown-item display-4 text-black text-primary"
href="aziende-agricole.html" data-toggle="dropdown-submenu"
aria-expanded="false">AZIENDE AGRICOLE</a>
<a class="dropdown-item display-4 text-black text-primary" href="immobiliari.html"
data-toggle="dropdown-submenu" aria-expanded="false">IMMOBILIARI</a>
<a class="dropdown-item display-4 text-black text-primary" href="artigiani.html"
data-toggle="dropdown-submenu" aria-expanded="false">ARTIGIANI</a>
</div>
</div>
</li>
<!--
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4"
href="chi-siamo.html">REGISTRATI</a>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4"
href="affiliazione.html">AFFILIAZIONE</a>
</li>
--> </ul>
</div>
</div>
</nav>
</section>
<section data-bs-version="5.1" class="features15 cid-sZLbUJ2AXC" id="features16-1p">
<div class="container-fluid">
<div class="content-wrapper">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="text-wrapper">
<h6 class="card-title mbr-fonts-style display-1">
<strong>Il Progetto</strong><strong><br></strong>
</h6>
<p class="mbr-text mbr-fonts-style mb-4 display-7"><br>Il progetto Comune inPiazza propone
una resilienza capace di riorganizzare i nostri stili di vita con l’obiettivo di
realizzare i contenuti dell’Agenda 2030
</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="image-wrapper">
<img src="assets/images/schermata-2022-03-14-alle-09.52.50-954x505.jpg"
alt="Mobirise Website Builder">
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="features3 cid-t02R60WyYD" id="features3-26">
<div class="container">
<div class="mbr-section-head">
<h4 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2"><strong> Promozione del
Progetto</strong>
<div><strong>Comune inPiazza</strong></div>
</h4>
<h5 class="mbr-section-subtitle mbr-fonts-style align-center mb-0 mt-2 display-5">Il progetto è rivolto
a istituzioni, attività produttive e consumatori</h5>
</div>
<div class="row mt-4">
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/financial-institutions-instruments-eu-com-750x356.jpg"
alt="Mobirise Website Builder">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>ISTITUZIONI</strong></h5>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/online-shop-6401739-340.jpg" alt="Mobirise Website Builder">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>ATTIVITA PRODUTTIVE</strong></h5>
</div>
</div>
</div>
<div class="item features-image сol-12 col-md-6 col-lg-4">
<div class="item-wrapper">
<div class="item-img">
<img src="assets/images/consumer-buying-behavior-patterns-816x459.jpg"
alt="Mobirise Website Builder">
</div>
<div class="item-content">
<h5 class="item-title mbr-fonts-style display-7"><strong>CONSUMATORE</strong></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="timeline3 cid-t02SVHcBxb" id="timeline3-2a">
<div class="container">
<div class="mbr-section-head">
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2"><strong>IL PROGETTO E I
SERVIZI</strong></h3>
</div>
<div class="timelines-container mt-4">
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/fireshot-capture-029-cerca-v2-wilcity-wilcity.com-948x1144.jpg"
alt="Mobirise" title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5">
<strong>Il portale</strong>
</h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">comuneinpiazza.it è un portale web
territoriale che ha lo scopo di dare visibilità alle attività produttive - commerciali
- ricettive - culturali - artistiche - associative di un Comune.<br>La Piazza così
diventa una grande vetrina digitale nella quale informare, promuovere e vendere
attraverso il web.<br></p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/logo-cip-genuiny-500.jpg" alt="Logo app CIP + Genuiny">
<!--
<img src="assets/images/barberclub-mockup-app-web-948x757.jpg" alt="Mobirise" title="">
-->
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5">
<strong>L'app inPiazza</strong>
</h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">L’Applicazione Web Geolocalizzata
InPiazza da’ visibilità alle attività del territorio e propone un’offerta di
ristorazione (food delivery), prodotti con consegna a casa e servizi orientati al
domicilio.<br>L’app consente anche di visualizzare le offerte dei negozi del territorio
per fidelizzare il consumatore di prossimità.</p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/schermata-2022-03-14-alle-09.35.37-948x482.jpg" alt="Mobirise"
title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5"><strong>Il
marketplace</strong></h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">All’interno di CIP App è possibile attivare anche un marketplace dedicato alle attività di vicinato.<br>
Le singole realtà avranno la possibilità di presentare i propri prodotti e sviluppare il proprio e-commerce.</p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img class="w-75" src="assets/images/mobile-708x633.jpg" alt="Elementi vari con carta di credito, bottiglia di vino e regali" title="Promozioni CIP">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5"><strong>Le promozioni</strong>
</h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">Grazie all’utilizzo del marketplace è possibile creare delle promozioni singole, di gruppo, di categoria.<br>
Le stesse saranno diffuse sul portale Comune InPiazza in base alla categoria.</p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/software-gestione-fidelity-card-1076x723.jpg" alt="Mobirise"
title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5">
<strong>La fidelizzazione</strong>
</h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">La fidelizzazione InPiazza è un tipo di promozione che punta a creare un legame tra l’attività, il cliente ed il territorio.<br>Consiste nel registrare la frequenza con cui una persona fa acquisti in un negozio; maggiore sarà il numero di acquisti, maggiore sarà il vantaggio.</p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/che-cose-il-coaching-e-a-cosa-serve-948x563.jpg" alt="Mobirise"
title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5"><strong>Un tutor al tuo
servizio</strong></h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">Comune inPiazza prende per mano gli esercenti per aiutarli nella conoscenza del portale e della app, tramite dei video di tutoraggio che con incontri dal vivo.
</p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/blog-storytelling-800x480-800x400.jpg" alt="Mobirise" title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5"><strong>Lo
storytelling</strong></h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">Lo storytelling è una tecnica che
permette di raccontare storie che catturino l’interesse di chi le ascolta.<br><br>Comune
inPiazza ha selezionato degli esperti nella realizzazione dei contenuti per le
piattaforme, fornisce una pagina personalizzata ad ogni attività provvista di testi,
foto, video ed immagini a 360°.<br></p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/brand-700x350.jpg" alt="Mobirise" title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5">
<strong>Social management</strong>
</h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">
Comune inPiazza offre un servizio di SOCIAL management, cioè una consulenza per
sfruttare al meglio i SOCIAL network per la realizzazione di campagne che consentano di
interessare un ulteriore numero di clienti.
</p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/img-845-948x839.jpg" alt="Mobirise" title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5">
<strong>Google Ads</strong>
</h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">Comune inPiazza si serve dello
strumento denominato Google Ads, un servizio finalizzato a pubblicizzare le aziende
iscritte, per aumentare la visibilità del singolo commerciante e per farlo conoscere
attraverso inserzioni pubbliciatie targhetizzate.<br></p>
</div>
</div>
</div>
<div class="row timeline-element first-separline mb-5">
<div class="timeline-date col-12">
<div class="timeline-date-wrapper">
</div>
</div>
<span class="iconBackground"></span>
<div class="col-12 col-md-6">
<div class="image-wrapper">
<img src="assets/images/whatsapp-marketing-665x355.jpg" alt="Mobirise" title="">
</div>
</div>
<div class="col-12 col-md-6">
<div class="timeline-text-wrapper">
<h4 class="mbr-timeline-title mbr-fonts-style mb-0 display-5"><strong>Whatsapp
Business</strong></h4>
<p class="mbr-text mbr-fonts-style mt-3 mb-0 display-7">Whatsapp Business è un'app gratuita
che permette di comunicare con i propri clienti attraverso un profilo aziendale
personalizzato.<br>WA Business può essere usato dal computer per una migliore gestione
delle comunicazioni (anche video e foto).<br>WA Business può essere impostato per dare
risposte rapide e risposte automatiche, nonchè targhetizzare i clienti o fare campagne commerciali.<br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<section data-bs-version="5.1" class="image3 cid-sZLmTmmDJI" id="image3-23">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="image-wrapper">
<img src="assets/images/schermata-2022-03-14-alle-09.17.21-1282x795.jpg" alt="Portale">
<p class="mbr-description mbr-fonts-style mt-2 align-center display-4">
Demo Portale</p>
</div>
</div>
</div>
</div>
</section>
-->
<section data-bs-version="5.1" class="contacts2 cid-sZLmcC1XL4" id="contacts2-21">
<div class="container">
<div class="mbr-section-head">
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
<strong>Contatti</strong>
</h3>
</div>
<div class="row justify-content-center mt-4">
<div class="card col-12 col-md-6">
<div class="card-wrapper">
<div class="image-wrapper">
<span class="mbr-iconfont mobi-mbri-phone mobi-mbri"></span>
</div>
<div class="text-wrapper">
<h6 class="card-title mbr-fonts-style mb-1 display-5">
<strong>Telefono</strong>
</h6>
<p class="mbr-text mbr-fonts-style display-7">
<a href="tel:+393338881082" class="text-primary">333.88.81.082</a>
</p>
</div>
</div>
</div>
<div class="card col-12 col-md-6">
<div class="card-wrapper">
<div class="image-wrapper">
<span class="mbr-iconfont mobi-mbri-letter mobi-mbri"></span>
</div>
<div class="text-wrapper">
<h6 class="card-title mbr-fonts-style mb-1 display-5">
<strong>Email</strong>
</h6>
<p class="mbr-text mbr-fonts-style display-7">
<a href="mailto:[email protected]" class="text-primary">[email protected]</a>
</p>
</div>
</div>
</div>
<div class="card col-12 col-md-6">
<div class="card-wrapper">
<div class="image-wrapper">
<span class="mbr-iconfont mobi-mbri-globe mobi-mbri"></span>
</div>
<div class="text-wrapper">
<h6 class="card-title mbr-fonts-style mb-1 display-5">
<strong>Indirizzo</strong>
</h6>
<p class="mbr-text mbr-fonts-style display-7">
Via Bariglaria 373, UDINE
</p>
</div>
</div>
</div>
<div class="card col-12 col-md-6">
<div class="card-wrapper">
<div class="image-wrapper">
<span class="mbr-iconfont mobi-mbri-bulleted-list mobi-mbri"></span>
</div>
<div class="text-wrapper">
<h6 class="card-title mbr-fonts-style mb-1 display-5">
<strong>Orario lavorativo</strong>
</h6>
<p class="mbr-text mbr-fonts-style display-7">
9:00 - 18:00
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="image3 cid-sZLd644E3Y" id="image3-1u">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<div class="image-wrapper">
<img src="assets/images/schermata-2022-03-14-alle-09.52.50-954x505.jpg"
alt="Mobirise Website Builder">
</div>
</div>
</div>
</div>
</section>
<section class="footer1 cid-sZKKO1RfV9" id="footer1-2u">
<div class="container">
<div class="media-container-row content text-black-50 ">
<div class="col-12 col-lg-4 col-md-2">
<div>
<a href="#">
<img src="assets/images/logo-comuneinpiazza-1920.jpg" alt="Logo ComuneinPiazza" class="w-75">
</a>
</div>
</div>
<div class="col-12 col-lg-4 mbr-fonts-style mbr-black col-md-6 ">
<h5 class="pb-3 column-title display-5">
<a href="chi-siamo.html">Chi siamo</a>
</h5>
</div>
<div class="col-12 col-lg-4 mbr-fonts-style mbr-black col-md-6">
<h5 class="pb-3 column-title display-5">
<a href="contatti.html">Contatti</a>
</h5>
</div>
</div>
<div class="footer-lower">
<div class="media-container-row">
<div class="col-sm-12">
<hr>
</div>
</div>
<div class="media-container-row mbr-black">
<div class="col-sm-6 copyright">
<p class="mbr-text mbr-fonts-style display-7">
© Copyright 2022 Edilador Srl
</p>
</div>
<div class="col-md-6">
</div>
</div>
</div>
</div>
</section>
<section class="display-7"
style="padding: 0;align-items: center;justify-content: center;flex-wrap: wrap; align-content: center;display: flex;position: relative;height: 4rem;">
<a title="mobi" href="https://mobiri.se/2727431"
style="flex: 1 1;height: 4rem;position: absolute;width: 100%;z-index: 1;"><img alt="" style="height: 4rem;"
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></a>
<p style="margin: 0;text-align: center;" class="display-7"> ‌</p>
<a style="z-index:1" title="mobi" href="https://mobirise.com/website-maker.html"></a>
</section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/sociallikes/social-likes.js"></script>
<script src="assets/theme/js/script.js"></script>
<input name="animation" type="hidden">
</body>
</html>