Modifiche minori
Modificate alcune cover dei 'tiles' Modificato il footer per includere anche il "supportaci con Brave" Aggiunta favicon
@ -39,6 +39,12 @@
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Supportaci:</h3>
|
||||
<h4><a href="{{ site.pagina-ko-fi }}"><i class="icon alt fedicon-ko-fi"></i> Con un caffé</a></h4>
|
||||
<h4><a href="{{ site.pagina-coindrop }}"><i class="icon alt fedicon-crypto"></i> Con criptovalute</a></h4>
|
||||
<h4><a href="https://brave.com/brave-rewards/"><i class="icon alt fedicon-bat"></i> Con Brave</a></h4>
|
||||
</section>
|
||||
<!-- <section>
|
||||
<div class="contact-method">
|
||||
<a href="{{ site.pagina-ko-fi }}">
|
||||
<span class="icon alt fedicon-ko-fi"></span>
|
||||
@ -50,10 +56,18 @@
|
||||
<div class="contact-method">
|
||||
<a href="{{ site.pagina-coindrop }}">
|
||||
<span class="icon alt fedicon-crypto"></span>
|
||||
<h3>Supportaci</h3>
|
||||
<h3>Supportaci con Criptovalute</h3>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="contact-method">
|
||||
<a href="https://brave.com/brave-rewards/">
|
||||
<span class="icon alt fedicon-crypto"></span>
|
||||
<h3>Supportaci con Brave</h3>
|
||||
</a>
|
||||
</div>
|
||||
</section> -->
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -7,4 +7,15 @@
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "assets/css/ie9.css" | relative_url }}" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "assets/css/ie8.css" | relative_url }}" /><![endif]-->
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fedicons.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
|
@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'fedicons';
|
||||
src: url('../fonts/fedicons.eot?10011472');
|
||||
src: url('../fonts/fedicons.eot?10011472#iefix') format('embedded-opentype'),
|
||||
url('../fonts/fedicons.woff2?10011472') format('woff2'),
|
||||
url('../fonts/fedicons.woff?10011472') format('woff'),
|
||||
url('../fonts/fedicons.ttf?10011472') format('truetype'),
|
||||
url('../fonts/fedicons.svg?10011472#fedicons') format('svg');
|
||||
src: url('../fonts/fedicons.eot?4217939');
|
||||
src: url('../fonts/fedicons.eot?4217939#iefix') format('embedded-opentype'),
|
||||
url('../fonts/fedicons.woff2?4217939') format('woff2'),
|
||||
url('../fonts/fedicons.woff?4217939') format('woff'),
|
||||
url('../fonts/fedicons.ttf?4217939') format('truetype'),
|
||||
url('../fonts/fedicons.svg?4217939#fedicons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -15,7 +15,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fedicons';
|
||||
src: url('../font/fedicons.svg?10011472#fedicons') format('svg');
|
||||
src: url('../font/fedicons.svg?4217939#fedicons') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@ -60,10 +60,10 @@
|
||||
.fedicon-mastodon:before { content: '\e802'; } /* '' */
|
||||
.fedicon-matrix:before { content: '\e803'; } /* '' */
|
||||
.fedicon-mobilizon:before { content: '\e804'; } /* '' */
|
||||
.fedicon-peertube:before { content: '\e805'; } /* '' */
|
||||
.fedicon-writefreely:before { content: '\e806'; } /* '' */
|
||||
.fedicon-liberapay:before { content: '\e807'; } /* '' */
|
||||
.fedicon-ko-fi:before { content: '\e808'; } /* '' */
|
||||
.fedicon-telegram:before { content: '\e809'; } /* '' */
|
||||
.fedicon-pixelfed:before { content: '\e80a'; } /* '' */
|
||||
.fedicon-crypto:before { content: '\e80b'; } /* '' */
|
||||
.fedicon-bat:before { content: '\e80c'; } /* '' */
|
||||
|
BIN
assets/favicons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
assets/favicons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
assets/favicons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
9
assets/favicons/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/assets/favicons/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
assets/favicons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 607 B |
BIN
assets/favicons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/favicons/favicon.ico
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
assets/favicons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
48
assets/favicons/safari-pinned-tab.svg
Normal file
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="640.000000pt" height="640.000000pt" viewBox="0 0 640.000000 640.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,640.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 3200 l0 -3200 3200 0 3200 0 0 3139 c0 1726 -3 3166 -6 3200 l-7
|
||||
61 -3193 0 -3194 0 0 -3200z m3528 2689 c579 -64 1138 -327 1562 -736 445
|
||||
-429 721 -975 806 -1593 24 -171 24 -519 0 -690 -83 -606 -337 -1122 -766
|
||||
-1551 -262 -262 -514 -436 -832 -573 -780 -337 -1675 -289 -2402 127 -744 427
|
||||
-1233 1160 -1342 2012 -22 174 -22 487 0 660 108 829 569 1542 1281 1975 361
|
||||
220 804 356 1250 384 85 5 341 -3 443 -15z"/>
|
||||
<path d="M3055 5594 c-16 -2 -73 -9 -125 -15 -229 -26 -498 -104 -715 -208
|
||||
-210 -100 -373 -208 -554 -366 -100 -86 -285 -284 -276 -293 3 -4 29 19 58 51
|
||||
129 141 355 306 561 409 220 110 432 178 676 214 157 24 453 24 614 0 848
|
||||
-124 1536 -721 1781 -1545 130 -439 108 -956 -61 -1389 -269 -692 -873 -1202
|
||||
-1594 -1346 -712 -142 -1429 68 -1952 574 -46 44 -84 80 -86 80 -12 0 61 -83
|
||||
168 -190 380 -379 832 -604 1375 -682 136 -19 493 -17 635 5 681 105 1261 475
|
||||
1641 1046 344 517 466 1162 338 1783 -53 260 -191 588 -341 813 -237 356 -551
|
||||
632 -933 820 -227 112 -456 183 -706 220 -100 15 -442 28 -504 19z"/>
|
||||
<path d="M2622 5139 c-367 -28 -729 -169 -1021 -397 -95 -74 -224 -192 -217
|
||||
-199 2 -3 35 21 72 52 453 385 1108 505 1690 310 109 -36 287 -121 383 -182
|
||||
140 -89 322 -254 434 -393 165 -206 290 -476 349 -757 20 -94 23 -137 23 -338
|
||||
0 -201 -3 -244 -23 -338 -140 -664 -611 -1176 -1252 -1360 -134 -39 -263 -58
|
||||
-425 -64 -419 -15 -828 119 -1146 375 -48 38 -93 73 -100 77 -29 16 69 -80
|
||||
156 -153 576 -486 1397 -586 2068 -251 183 92 339 202 485 343 282 272 465
|
||||
606 549 1001 25 121 27 146 27 370 0 223 -2 249 -27 368 -67 316 -194 586
|
||||
-387 826 -280 347 -675 589 -1105 676 -105 21 -352 48 -410 44 -11 -1 -66 -5
|
||||
-123 -10z"/>
|
||||
<path d="M2277 4749 c-296 -24 -556 -125 -810 -311 -37 -28 -66 -53 -63 -55 3
|
||||
-3 45 20 95 52 350 222 820 273 1219 134 481 -169 829 -569 939 -1080 26 -119
|
||||
26 -429 0 -549 -81 -380 -296 -704 -601 -908 -173 -116 -324 -180 -530 -224
|
||||
-147 -31 -408 -32 -558 0 -195 41 -362 110 -517 216 -45 31 -81 52 -81 47 0
|
||||
-5 35 -35 78 -68 203 -157 405 -251 656 -305 148 -32 456 -32 602 0 676 147
|
||||
1158 678 1235 1362 49 433 -118 905 -434 1228 -323 331 -772 499 -1230 461z"/>
|
||||
<path d="M1990 4454 c-98 -13 -210 -38 -288 -65 -91 -32 -282 -127 -282 -140
|
||||
0 -4 33 8 73 26 336 155 754 133 1078 -55 323 -189 532 -523 569 -906 9 -97 2
|
||||
-254 -16 -331 -100 -447 -425 -787 -861 -899 -132 -34 -339 -43 -469 -20 -121
|
||||
21 -241 59 -339 108 -57 29 -75 35 -62 21 27 -31 221 -128 322 -162 126 -42
|
||||
247 -61 390 -61 579 0 1063 379 1212 949 35 134 43 358 18 498 -45 252 -154
|
||||
468 -327 650 -183 191 -400 313 -647 363 -101 20 -298 33 -371 24z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
19
assets/favicons/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/favicons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
@ -16,8 +16,6 @@
|
||||
|
||||
<glyph glyph-name="mobilizon" unicode="" d="M252 19c-79 25-129 86-147 178-13 69 1 171 31 222 78 135 291 125 360-15 21-42 28-88 25-161-3-70-13-108-43-151-44-64-147-98-226-73z m92 89c41 21 58 66 58 153 0 73-12 117-38 143-16 16-22 18-47 18-41 0-60-11-77-49-27-59-23-191 8-237 21-33 64-45 96-28z m-63 471c-18 6-24 12-29 27-8 20-6 55 4 72 8 15 59 24 90 16 31-8 36-13 40-41 5-32-3-60-20-68-22-10-62-13-85-6z" horiz-adv-x="622" />
|
||||
|
||||
<glyph glyph-name="peertube" unicode="" d="M0 850l0-500 375 250m-375-250l0-500 375 250m0 500l0-500 375 250" horiz-adv-x="750" />
|
||||
|
||||
<glyph glyph-name="writefreely" unicode="" d="M1374 266c-21-56-47-108-79-157-32-48-68-90-109-127-41-36-86-64-134-85-48-20-99-31-152-31-22 0-45 4-68 11-23 6-44 18-63 35-18 18-33 42-45 71-11 30-17 68-17 113 0 17 1 35 3 55l-4 0c-13-37-31-73-53-107-22-34-48-65-77-91-28-26-60-48-93-64-33-15-67-23-101-23-37 0-68 7-93 20-25 13-45 30-60 52-15 23-26 49-33 78-7 30-10 62-10 96 0 50 2 101 7 155 6 54 11 106 18 157 6 50 11 96 16 138 6 43 8 78 8 105 0 12 0 23-1 33-1 11-3 21-7 29-4 8-9 14-16 19-6 5-15 7-27 7-11 0-22-3-33-10-12-6-23-16-35-31-11-14-22-33-33-56-11-23-21-52-31-85l-52 11c4 22 12 49 23 79 12 30 27 59 46 87 20 28 43 52 71 71 28 19 61 29 99 29 50 0 87-16 113-47 26-31 40-76 40-136 0-27-2-59-4-94-3-34-6-70-10-107-4-38-8-76-12-114-4-38-9-75-13-110-4-34-7-65-9-93-3-28-4-51-4-69 0-14 1-28 4-42 2-13 7-25 13-35 6-11 14-20 25-26 10-7 23-10 39-10 40 0 80 14 120 44 39 29 74 72 104 128 32 55 57 124 76 205 19 81 29 174 29 277 0 33-1 66-3 100-2 35-5 71-10 108l161 0c1-6 2-12 3-20 1-8 2-15 3-23 0-8 0-16 0-24 1-8 1-13 1-18 0-63-3-123-10-182-6-57-13-112-21-165-8-52-15-102-22-150-6-48-9-93-9-136 0-18 1-36 4-54 3-18 8-34 15-47 8-14 19-25 32-33 14-8 33-12 55-12 30 0 61 6 92 19 31 14 60 32 89 56 28 24 54 53 78 86 24 33 45 69 63 109 19 41 33 83 42 129 11 46 16 93 16 142 0 24-1 47-4 70-4 23-8 44-15 64-7 19-16 36-29 50-11 15-26 26-43 33-7-16-18-28-32-36-14-7-29-11-45-11-9 0-18 2-27 5-9 3-18 8-25 15-8 6-14 15-19 24-5 11-7 23-7 37 0 11 2 21 5 32 5 11 11 21 20 30 8 9 20 16 34 22 14 6 32 9 54 9 38 0 71-9 99-27 28-17 52-41 70-71 18-30 32-65 41-105 10-40 14-82 14-127 0-42-4-84-12-128-7-43-19-85-34-126l0 0z" horiz-adv-x="1471" />
|
||||
|
||||
<glyph glyph-name="liberapay" unicode="" d="M97 850c-54 0-97-43-97-97v-806c0-54 43-97 97-97h806c54 0 97 43 97 97v806c0 54-43 97-97 97z m383-166l-94-392c-2-7-3-15-3-22-1-6 1-13 3-18 4-6 9-10 14-13 7-3 16-5 28-6l-20-83c-33 0-58 4-76 12-19 8-32 20-40 34-8 16-12 33-11 50 0 19 3 39 7 61l87 361z m163-162c25 0 47-4 66-11 18-8 33-19 45-32 12-13 20-29 26-47 6-18 8-37 8-57 0-33-5-64-16-91-10-27-26-51-45-71-20-21-43-36-70-47-26-11-56-16-88-16-15 0-30 1-46 4l-30-124h-101l113 471c18 6 39 10 62 15 25 4 50 6 76 6z m-13-85c-14 0-27-1-41-4l-47-198c7-2 17-3 28-3 18 0 34 4 48 10 15 7 27 16 37 28 11 12 19 26 24 42 6 18 9 36 9 55 0 20-5 36-13 50-9 13-24 20-45 20z" horiz-adv-x="1000" />
|
||||
@ -29,6 +27,8 @@
|
||||
<glyph glyph-name="pixelfed" unicode="" d="M462 243h91c86 0 156 67 156 150 0 84-70 151-156 151h-131c-50 0-90-39-90-87v-338z m538 107c0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500 276 0 500-224 500-500z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="crypto" unicode="" d="M500-150c-276 0-500 224-500 500s224 500 500 500 500-224 500-500-224-500-500-500z m156 692l26 101-81 21-21-81c-6 2-13 4-20 6-6 2-13 3-20 4l20 81-81 20-25-101c-94-17-173-86-197-182s14-194 88-253l-25-101 81-20 20 80c6-2 13-4 20-6 7-2 14-3 20-4l-20-81 81-20 26 102c66 12 125 50 162 105l-89 22c-40-40-100-59-160-44-90 22-145 111-123 199s113 142 202 119c61-15 105-60 121-114l89-22c-7 66-41 127-94 169z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="bat" unicode="" d="M341 55l462 0-1-1 340-197 1 2 1 0c-3-6-10-9-19-9l-1104 0c-8 0-13 2-17 6l338 197-1 2z m804-193l-2-3 1 0c0 1 1 2 1 3z m-1144-2c-2 5-1 12 3 19l276 479 276 478c4 7 9 11 14 12l0-392 1 0-231-400 0 1-339-197z m804 197l0 1 340-196c1 5 0 11-3 17l-552 957c-4 7-9 11-14 12l0-392-1 0 230-399z" horiz-adv-x="1145" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.8 KiB |
BIN
assets/images/tiles-covers/eventi2.jpg
Normal file
After Width: | Height: | Size: 259 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 3.1 MiB |
@ -2,7 +2,7 @@
|
||||
layout: landing
|
||||
title: Eventi
|
||||
description:
|
||||
image: assets/images/tiles-covers/eventi.jpg
|
||||
image: assets/images/tiles-covers/eventi2.jpg
|
||||
nav-menu: true
|
||||
---
|
||||
|
||||
|