add og:type to meta tag, remove custom font and use basic one

This commit is contained in:
Claudio Maradonna 2021-08-27 12:44:13 +02:00
parent 53b07467b4
commit dd75d7cbac
Signed by: claudiomaradonna
GPG Key ID: 0CBA58694C5680D9
37 changed files with 126 additions and 196 deletions

View File

@ -25,7 +25,7 @@ figure {
* Basic styling
*/
body {
font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
// font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
color: $text-color;
}
@ -80,7 +80,7 @@ article {
box-shadow: 0 0 0 4px #faf9f5;
color: #a09a92;
display: inline-block;
font-family: libretto-icons;
//font-family: libretto-icons;
font-size: 21px;
line-height: 21px;
margin: 1rem auto 2rem;
@ -100,7 +100,7 @@ article {
&:before {
color: #d9d6d0;
display: inline-block;
font-family: libretto-icons;
// font-family: libretto-icons;
font-size: 24px;
margin: 0 0.25rem;
text-shadow: none;
@ -110,7 +110,7 @@ article {
&:after {
color: #d9d6d0;
display: inline-block;
font-family: libretto-icons;
// font-family: libretto-icons;
font-size: 24px;
margin: 0 0.25rem;
text-shadow: none;

View File

@ -12,7 +12,7 @@
}
.site-title {
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
font-size: 32px;
font-weight: 300;
line-height: 40px;
@ -104,7 +104,7 @@ aside.aside {
.post-link {
display: block;
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
@include media-query($on-palm) {
font-size: 1.1em;
@ -120,7 +120,7 @@ aside.aside {
.post-title {
color: $grey-color;
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
font-size: 42px;
letter-spacing: -1px;
line-height: 1;
@ -228,7 +228,7 @@ aside.aside {
h1 {
color: $brand-color;
display: block;
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
font-size: 44px;
text-align: center;

View File

@ -2,22 +2,22 @@
@import 'fontello';
@import 'bootstrap-custom';
@import 'vendor/fonts';
//@import 'vendor/fonts';
@import 'vendor/animate';
@import 'vendor/morphext';
// Font variables
$font-name: libretto-icons;
// $font-name: libretto-icons;
@font-face {
font-family: $font-name;
src: asset_url($font-name + '/' + $font-name + '.eot'); /* IE9 Compat Modes */
src: asset_url($font-name + '/' + $font-name + '.woff') format('woff'),
/* Pretty Modern Browsers */ asset_url($font-name + '/' + $font-name + '.ttf')
format('truetype'),
/* Safari, Android, iOS */ asset_url($font-name + '/' + $font-name + '.svg#font_name')
format('svg'); /* Legacy iOS */
}
// @font-face {
// font-family: $font-name;
// src: asset_url($font-name + '/' + $font-name + '.eot'); /* IE9 Compat Modes */
// src: asset_url($font-name + '/' + $font-name + '.woff') format('woff'),
// /* Pretty Modern Browsers */ asset_url($font-name + '/' + $font-name + '.ttf')
// format('truetype'),
// /* Safari, Android, iOS */ asset_url($font-name + '/' + $font-name + '.svg#font_name')
// format('svg'); /* Legacy iOS */
// }
// Our variables
$spacing-unit: 30px;

View File

@ -15,7 +15,7 @@
top : 0;
left : 0;
right : 0;
font-family : 400 17px/2 "Raleway", sans-serif;
font-family : sans-serif; // 17px/2 "Raleway", sans-serif;
text-align : center;
box-sizing : border-box;
}

View File

@ -325,7 +325,7 @@ $display-line-height: $headings-line-height !default;
$lead-font-size: $font-size-base * 1.25 !default;
$lead-font-weight: 300 !default;
$base-font-family: 'Raleway', sans-serif, Baskerville, 'Book Antiqua', Georgia, Times, serif;
$base-font-family: sans-serif, Helvetica, Baskerville, 'Book Antiqua', Georgia, Times, serif, 'Raleway';
$base-font-size: 17px;
$base-font-weight: 400;
$base-line-height: 2;

View File

@ -1,4 +1,4 @@
<div class="container pl-0 pr-0 pl-md-3 pr-md-3">
<div class="container">
<h1>{% t contacts.title %}</h1>
<hr class="border-primary">
@ -7,7 +7,9 @@
<a class="btn btn-primary" href="mailto:info@unitoo.pw">info@unitoo.pw</a>
<br><br>
<small><strong>GPG Fingerprint</strong>: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4</small>
<br>
<small>
<strong>GPG Fingerprint</strong><br> 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4
</small>
<br><br>
{% asset info_at_unitoo_qrcode.webp width="200px" alt="GPG Fingerprint" %}
</div>

View File

@ -6,6 +6,7 @@
<meta name="no-results" content="{% t inputs.no_results %}">
{% seo translate=true %}
<meta property="og:type" content="website" />
<link rel='icon' href="{{ "/favicon.ico" | prepend: site.url }}" type="image/x-icon">
<link rel='shortcut icon' href="{{ "/favicon.ico" | prepend: site.url }}" type="image/x-icon">

View File

@ -47,7 +47,7 @@
{%- capture alt_nextcloud_example %}
{%- t meta.alt.nextcloud_example %}
{%- endcapture %}
{% asset nextcloud-example.webp alt="{{ alt_nextcloud_example }}" %}
{% asset nextcloud-example.webp alt="{{ alt_nextcloud_example }}" class="mt-3 mt-lg-0" %}
</div>
</div>
@ -58,7 +58,7 @@
{%- capture alt_azuracast_example %}
{%- t meta.alt.azuracast_example %}
{%- endcapture %}
{% asset azuracast-example.webp alt="{{ alt_azuracast_example }}" %}
{% asset azuracast-example.webp alt="{{ alt_azuracast_example }}" class="mb-3 mb-lg-0" %}
</div>
<div class="col-lg-6">
<h3>{% t index.products.azuracast %}</h3>
@ -87,7 +87,7 @@
{%- capture alt_pihole_example %}
{%- t meta.alt.pihole_example %}
{%- endcapture %}
{% asset pihole-example.webp alt="{{ alt_pihole_example }}" %}
{% asset pihole-example.webp alt="{{ alt_pihole_example }}" class="mt-3 mt-lg-0" %}
</div>
</div>
</div>

View File

@ -14,7 +14,7 @@ tags: unitoo freedom software freesoftware projects progetti
<div class="row">
<div class="col-12 col-lg-4">
<div class="card">
<div class="card mb-3 mb-lg-0">
{%- capture alt_header_radio %}
{%- t meta.alt.header_radio %}
{%- endcapture %}
@ -27,7 +27,7 @@ tags: unitoo freedom software freesoftware projects progetti
</div>
</div>
<div class="col-12 col-lg-4">
<div class="card">
<div class="card mb-3 mb-lg-0">
{%- capture alt_gplv3_logo %}
{%- t meta.alt.gplv3_logo %}
{%- endcapture %}

View File

@ -32,13 +32,14 @@
{"author":{"@type":"Person","name":"Unitoo"},"description":"Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione","url":"https://www.unitoo.it/404.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"Unitoo","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@ figure {
* Basic styling
*/
body {
font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
// font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
color: $text-color;
}
@ -80,7 +80,7 @@ article {
box-shadow: 0 0 0 4px #faf9f5;
color: #a09a92;
display: inline-block;
font-family: libretto-icons;
//font-family: libretto-icons;
font-size: 21px;
line-height: 21px;
margin: 1rem auto 2rem;
@ -100,7 +100,7 @@ article {
&:before {
color: #d9d6d0;
display: inline-block;
font-family: libretto-icons;
// font-family: libretto-icons;
font-size: 24px;
margin: 0 0.25rem;
text-shadow: none;
@ -110,7 +110,7 @@ article {
&:after {
color: #d9d6d0;
display: inline-block;
font-family: libretto-icons;
// font-family: libretto-icons;
font-size: 24px;
margin: 0 0.25rem;
text-shadow: none;

View File

@ -12,7 +12,7 @@
}
.site-title {
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
font-size: 32px;
font-weight: 300;
line-height: 40px;
@ -104,7 +104,7 @@ aside.aside {
.post-link {
display: block;
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
@include media-query($on-palm) {
font-size: 1.1em;
@ -120,7 +120,7 @@ aside.aside {
.post-title {
color: $grey-color;
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
font-size: 42px;
letter-spacing: -1px;
line-height: 1;
@ -228,7 +228,7 @@ aside.aside {
h1 {
color: $brand-color;
display: block;
font-family: 'Raleway', sans-serif;
font-family: sans-serif; //'Raleway', sans-serif;
font-size: 44px;
text-align: center;

View File

@ -2,22 +2,22 @@
@import 'fontello';
@import 'bootstrap-custom';
@import 'vendor/fonts';
//@import 'vendor/fonts';
@import 'vendor/animate';
@import 'vendor/morphext';
// Font variables
$font-name: libretto-icons;
// $font-name: libretto-icons;
@font-face {
font-family: $font-name;
src: asset_url($font-name + '/' + $font-name + '.eot'); /* IE9 Compat Modes */
src: asset_url($font-name + '/' + $font-name + '.woff') format('woff'),
/* Pretty Modern Browsers */ asset_url($font-name + '/' + $font-name + '.ttf')
format('truetype'),
/* Safari, Android, iOS */ asset_url($font-name + '/' + $font-name + '.svg#font_name')
format('svg'); /* Legacy iOS */
}
// @font-face {
// font-family: $font-name;
// src: asset_url($font-name + '/' + $font-name + '.eot'); /* IE9 Compat Modes */
// src: asset_url($font-name + '/' + $font-name + '.woff') format('woff'),
// /* Pretty Modern Browsers */ asset_url($font-name + '/' + $font-name + '.ttf')
// format('truetype'),
// /* Safari, Android, iOS */ asset_url($font-name + '/' + $font-name + '.svg#font_name')
// format('svg'); /* Legacy iOS */
// }
// Our variables
$spacing-unit: 30px;

View File

@ -1,80 +0,0 @@
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: local('Raleway Light'), local('Raleway-Light'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2 */
asset_url('Raleway_300.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBg.woff */
asset_url('Raleway_300.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBA.eot */
asset_url('Raleway_300.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptrg8zYS_SKggPNwIYqWqZPBw&skey=f383b08b06c2c86f&v=v14#Raleway */
asset_url('Raleway_300.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf */
asset_url('Raleway_300.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2 */
asset_url('Raleway_400.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISQ.woff */
asset_url('Raleway_400.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISw.eot */
asset_url('Raleway_400.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptug8zYS_SKggPNyC0ISA&skey=30a27f2564731c64&v=v14#Raleway */
asset_url('Raleway_400.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf */
asset_url('Raleway_400.ttf') format('truetype');
}
// @font-face {
// font-family: 'Raleway';
// font-style: italic;
// font-weight: 400;
// src: local('Raleway Italic'), local('Raleway-Italic'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFq.woff2 */
// asset_url('Raleway_400i.woff2') format('woff2'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFs.woff */
// asset_url('Raleway_400i.woff') format('woff'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFu.eot */
// asset_url('Raleway_400i.eot?#iefix') format('embedded-opentype'),
// /* from https://fonts.gstatic.com/l/font?kit=1Ptsg8zYS_SKggPNyCg4TYFt&skey=bf44ee29381a37b0&v=v14#Raleway */
// asset_url('Raleway_400i.svg#Raleway') format('svg'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFv.ttf */
// asset_url('Raleway_400i.ttf') format('truetype');
// }
// @font-face {
// font-family: 'Raleway';
// font-style: normal;
// font-weight: 700;
// src: local('Raleway Bold'), local('Raleway-Bold'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2 */
// asset_url('Raleway_700.woff2') format('woff2'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBg.woff */
// asset_url('Raleway_700.woff') format('woff'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBA.eot */
// asset_url('Raleway_700.eot?#iefix') format('embedded-opentype'),
// /* from https://fonts.gstatic.com/l/font?kit=1Ptrg8zYS_SKggPNwJYtWqZPBw&skey=e507c3e2b7915ad1&v=v14#Raleway */
// asset_url('Raleway_700.svg#Raleway') format('svg'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf */
// asset_url('Raleway_700.ttf') format('truetype');
// }
// @font-face {
// font-family: 'Raleway';
// font-style: italic;
// font-weight: 700;
// src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCb.woff2 */
// asset_url('Raleway_700i.woff2') format('woff2'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCd.woff */
// asset_url('Raleway_700i.woff') format('woff'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCf.eot */
// asset_url('Raleway_700i.eot?#iefix') format('embedded-opentype'),
// /* from https://fonts.gstatic.com/l/font?kit=1Ptpg8zYS_SKggPNyCgw9qR_AtCc&skey=9ecf9384a6d643b6&v=v14#Raleway */
// asset_url('Raleway_700i.svg#Raleway') format('svg'),
// /* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCe.ttf */
// asset_url('Raleway_700i.ttf') format('truetype');
// }

View File

@ -325,7 +325,7 @@ $display-line-height: $headings-line-height !default;
$lead-font-size: $font-size-base * 1.25 !default;
$lead-font-weight: 300 !default;
$base-font-family: 'Raleway', sans-serif, Baskerville, 'Book Antiqua', Georgia, Times, serif;
$base-font-family: sans-serif, Helvetica, Baskerville, 'Book Antiqua', Georgia, Times, serif, 'Raleway';
$base-font-size: 17px;
$base-font-weight: 400;
$base-line-height: 2;

File diff suppressed because one or more lines are too long

View File

@ -32,13 +32,14 @@ Chi siamo, quali sono i nostri valori e la nostra mission" />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.aboutus","url":"https://www.unitoo.it/chisiamo.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.aboutus","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.technical_advice","url":"https://www.unitoo.it/consulenza.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.technical_advice","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">
@ -188,7 +189,7 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber
</section>
<section class="text-center pt-5 pb-5 bg-white">
<div class="container pl-0 pr-0 pl-md-3 pr-md-3">
<div class="container">
<h1>Ecco come contattarci!</h1>
<hr class="border-primary">
@ -197,8 +198,10 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber
<a class="btn btn-primary" href="mailto:info@unitoo.pw">info@unitoo.pw</a>
<br><br>
<small><strong>GPG Fingerprint</strong>: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4</small>
<br>
<small>
<strong>GPG Fingerprint</strong><br> 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4
</small>
<br><br>
<img width="200px" alt="GPG Fingerprint" src="/assets/info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp">
</div>

View File

@ -32,13 +32,14 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.contacts","url":"https://www.unitoo.it/contattaci.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.contacts","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">
@ -89,7 +90,7 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." />
<div class="page-content">
<div class="container-main">
<section class="container text-center pl-0 pr-0 pl-md-3 pr-md-3 min-height-500" >
<div class="container pl-0 pr-0 pl-md-3 pr-md-3">
<div class="container">
<h1>Ecco come contattarci!</h1>
<hr class="border-primary">
@ -98,8 +99,10 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." />
<a class="btn btn-primary" href="mailto:info@unitoo.pw">info@unitoo.pw</a>
<br><br>
<small><strong>GPG Fingerprint</strong>: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4</small>
<br>
<small>
<strong>GPG Fingerprint</strong><br> 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4
</small>
<br><br>
<img width="200px" alt="GPG Fingerprint" src="/assets/info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp">
</div>

View File

@ -32,13 +32,14 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.index","url":"https://www.unitoo.it/","@type":"WebSite","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.index","name":"Unitoo","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">
@ -171,7 +172,7 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
</a>
</div>
<div class="col text-right">
<img alt="Screenshot di esempio dell applicativo server Nextcloud" src="/assets/nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp">
<img alt="Screenshot di esempio dell applicativo server Nextcloud" class="mt-3 mt-lg-0" src="/assets/nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp">
</div>
</div>
@ -179,7 +180,7 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
<div class="row">
<div class="col text-left">
<img alt="Screenshot di esempio dell applicativo server Azuracast" src="/assets/azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp">
<img alt="Screenshot di esempio dell applicativo server Azuracast" class="mb-3 mb-lg-0" src="/assets/azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp">
</div>
<div class="col-lg-6">
<h3>Azuracast</h3>
@ -205,7 +206,7 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
</a>
</div>
<div class="col text-right">
<img alt="Screenshot di esempio dell applicativo server PiHole" src="/assets/pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp">
<img alt="Screenshot di esempio dell applicativo server PiHole" class="mt-3 mt-lg-0" src="/assets/pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp">
</div>
</div>
</div>
@ -213,7 +214,7 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
<section class="text-center pt-5 pb-5">
<div class="container pl-0 pr-0 pl-md-3 pr-md-3">
<div class="container">
<h1>Ecco come contattarci!</h1>
<hr class="border-primary">
@ -222,8 +223,10 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
<a class="btn btn-primary" href="mailto:info@unitoo.pw">info@unitoo.pw</a>
<br><br>
<small><strong>GPG Fingerprint</strong>: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4</small>
<br>
<small>
<strong>GPG Fingerprint</strong><br> 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4
</small>
<br><br>
<img width="200px" alt="GPG Fingerprint" src="/assets/info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp">
</div>

View File

@ -32,13 +32,14 @@ Le notizie che apprezziamo relative al software libero e allo sviluppo del softw
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.news","url":"https://www.unitoo.it/news.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.news","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ Una piattaforma libera, che supportiamo, per la diffusione di contenuti musicali
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.funkwhale","url":"https://www.unitoo.it/partners/funkwhale.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.funkwhale","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ Partners - Peertube Italia" />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.description.peertube","url":"https://www.unitoo.it/partners/peertube.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.peertube","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ La nostra informativa privacy secondo Regolamento Europeo 2016/679" />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.privacy_policy","url":"https://www.unitoo.it/privacy-policy.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.privacy_policy","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ I nostri progetti, per rendere tutti partecipi della nostra Mission." />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.projects","url":"https://www.unitoo.it/progetti.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.projects","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">
@ -96,7 +97,7 @@ I nostri progetti, per rendere tutti partecipi della nostra Mission." />
<div class="row">
<div class="col-12 col-lg-4">
<div class="card">
<div class="card mb-3 mb-lg-0">
<img class="card-img-top" alt="Screenshot della radio Unitoo basata sul software Azuracast" src="/assets/header-radio-f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269.webp">
<div class="card-body">
<h5 class="card-title font-weight-bold">La radio dedicata al software</h5>
@ -106,7 +107,7 @@ I nostri progetti, per rendere tutti partecipi della nostra Mission." />
</div>
</div>
<div class="col-12 col-lg-4">
<div class="card">
<div class="card mb-3 mb-lg-0">
<img class="card-img-top p-3" alt="Logo ufficiale licenza libera GPLv3" src="/assets/gplv3_logo-e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5.webp">
<div class="card-body">
<h5 class="card-title font-weight-bold">Il software in cui crediamo</h5>

View File

@ -32,13 +32,14 @@ Libreboot - Il BIOS libero" />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.description.libreboot","url":"https://www.unitoo.it/progetti/libreboot.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.libreboot","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ Un canale Peertube dedicato al software libero, alle interviste e altri contenut
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.channel","url":"https://www.unitoo.it/progetti/peertube.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.channel","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ La radio italiana per conoscere e diffondere il software libero" />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.radio","url":"https://www.unitoo.it/progetti/radio.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.radio","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -32,13 +32,14 @@ I progetti che stiamo principalmente supportando nell'ambito del software libero
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.software","url":"https://www.unitoo.it/progetti/software.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.software","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -4,8 +4,7 @@
"title" : "Chi siamo",
"tags" : "unitoo, aboutus, chisiamo, team",
"url" : "/chisiamo.html",
"date" : ""
"url" : "/chisiamo.html"
} ,
@ -13,8 +12,7 @@
"title" : "Il nostro canale",
"tags" : "video, unitoo, peertube, freedom, software, freesoftware, interviste",
"url" : "/progetti/peertube.html",
"date" : ""
"url" : "/progetti/peertube.html"
} ,
@ -22,8 +20,7 @@
"title" : "Contatti",
"tags" : "unitoo, contatti, gnupg, email, contacts",
"url" : "/contattaci.html",
"date" : ""
"url" : "/contattaci.html"
} ,
@ -31,8 +28,7 @@
"title" : "Partners - Funkwhale Italia",
"tags" : "unitoo, partners, funkwhale, podcast, music, creativecommons, freedom",
"url" : "/partners/funkwhale.html",
"date" : ""
"url" : "/partners/funkwhale.html"
} ,
@ -40,8 +36,7 @@
"title" : "Libreboot - Il BIOS libero",
"tags" : "unitoo, libreboot, bios, freesoftware, rights, coreboot",
"url" : "/progetti/libreboot.html",
"date" : ""
"url" : "/progetti/libreboot.html"
} ,
@ -49,8 +44,7 @@
"title" : "News",
"tags" : "unitoo, news, freedom, software, freesoftware, foss, telegram, feed, rss, bot",
"url" : "/news.html",
"date" : ""
"url" : "/news.html"
} ,
@ -58,8 +52,7 @@
"title" : "Partners - Peertube Italia",
"tags" : "unitoo, partners, peertube, video, creativecommons, freedom",
"url" : "/partners/peertube.html",
"date" : ""
"url" : "/partners/peertube.html"
} ,
@ -67,8 +60,7 @@
"title" : "Informativa privacy",
"tags" : "privacy, policy, unitoo",
"url" : "/privacy-policy.html",
"date" : ""
"url" : "/privacy-policy.html"
} ,
@ -76,8 +68,7 @@
"title" : "Progetti",
"tags" : "unitoo, freedom, software, freesoftware, projects, progetti",
"url" : "/progetti.html",
"date" : ""
"url" : "/progetti.html"
} ,
@ -85,8 +76,7 @@
"title" : "La nostra radio libera",
"tags" : "radio, unitoo, azuracast, freedom, software, freesoftware",
"url" : "/progetti/radio.html",
"date" : ""
"url" : "/progetti/radio.html"
} ,
@ -94,8 +84,7 @@
"title" : "Servizi e prodotti",
"tags" : "unitoo, services, products, prodotti, servizi, nextcloud, pihole, dnsserver, cloud, filestorage, calendar, software, development, consulenza, technicaladvice",
"url" : "/servizi-e-prodotti.html",
"date" : ""
"url" : "/servizi-e-prodotti.html"
} ,
@ -103,8 +92,7 @@
"title" : "Le tecnologie software",
"tags" : "unitoo, software, development, freesoftware, licenses",
"url" : "/tecnologie-software.html",
"date" : ""
"url" : "/tecnologie-software.html"
} ,
@ -112,8 +100,7 @@
"title" : "Progetti - Il software",
"tags" : "unitoo, company, rights, projects, freesoftware, nodrm, freebios, libreboot, coreboot",
"url" : "/progetti/software.html",
"date" : ""
"url" : "/progetti/software.html"
} ,
@ -121,8 +108,7 @@
"title" : "Consulenza tecnica",
"tags" : "unitoo, consulenza, software, hardware, sicurezza, informatica",
"url" : "/consulenza.html",
"date" : ""
"url" : "/consulenza.html"
}

View File

@ -32,13 +32,14 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.services_and_products","url":"https://www.unitoo.it/servizi-e-prodotti.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.services_and_products","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">
@ -134,7 +135,7 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu
</a>
</div>
<div class="col text-right">
<img alt="Screenshot di esempio dell applicativo server Nextcloud" src="/assets/nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp">
<img alt="Screenshot di esempio dell applicativo server Nextcloud" class="mt-3 mt-lg-0" src="/assets/nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp">
</div>
</div>
@ -142,7 +143,7 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu
<div class="row">
<div class="col text-left">
<img alt="Screenshot di esempio dell applicativo server Azuracast" src="/assets/azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp">
<img alt="Screenshot di esempio dell applicativo server Azuracast" class="mb-3 mb-lg-0" src="/assets/azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp">
</div>
<div class="col-lg-6">
<h3>Azuracast</h3>
@ -168,7 +169,7 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu
</a>
</div>
<div class="col text-right">
<img alt="Screenshot di esempio dell applicativo server PiHole" src="/assets/pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp">
<img alt="Screenshot di esempio dell applicativo server PiHole" class="mt-3 mt-lg-0" src="/assets/pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp">
</div>
</div>
</div>

View File

@ -32,13 +32,14 @@ Quali tecnologie software utilizziamo e in che modo le integriamo fra loro" />
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.software_technologies","url":"https://www.unitoo.it/tecnologie-software.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"https://www.unitoo.it/logo.png","headline":"meta.titles.software_technologies","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:type" content="website" />
<link rel='icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://www.unitoo.it/apple-touch-icon.png">
<link rel="manifest" href="https://www.unitoo.it/path.webmanifest">
<link rel="stylesheet" type="text/css" href="/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css">
<link rel="stylesheet" type="text/css" href="/assets/main-737c050cfd289619c14ce9497c1f32f95a15b72bbc36e82793112d831b4264624f25c1b3c66001ec6afa7a9f1ce2c71ca0dca7d6b96262e93814cd15aa5e719e.css">

View File

@ -10,8 +10,7 @@ layout: none
{%- endcapture %}
"title" : "{{ translated_title | escape }}",
"tags" : "{{ page.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ page.url }}",
"date" : "{{ page.date }}"
"url" : "{{ site.baseurl }}{{ page.url }}"
{% endif %}
} {% unless forloop.last %},{% endunless %}
{% endfor %}