diff --git a/_i18n/it.yml b/_i18n/it.yml index 6115899..29bf331 100644 --- a/_i18n/it.yml +++ b/_i18n/it.yml @@ -40,6 +40,34 @@ meta: tags: bot: "Le pagine relative al tag #bot" + alt: + header_radio: "Screenshot della radio Unitoo basata sul software Azuracast" + gplv3_logo: "Logo ufficiale licenza libera GPLv3" + mastodon_logo: "Logo ufficiale di Mastodon, rete social di microblogging decentralizzata" + stefano_amandonico: "Foto ritratto di Stefano Amandonico, fondatore di grafixprint.it" + logo_extended_dark: "Logo ufficiale Unitoo" + libreboot_logo: "Logo ufficiale di Libreboot, BIOS libero derivato da Coreboot" + header_peertube: "Screenshot del canale Peertube di Unitoo" + cpp_logo: "Logo ufficiale del linguaggio C++" + qt_logo: "Logo ufficiale del Framework Qt" + ruby_logo: "Logo ufficiale del linguaggio Ruby" + rails_logo: "Logo ufficiale del Framework Ruby on Rails" + rust_logo: "Logo ufficiale del linguaggio Rust" + html_logo: "Logo ufficiale del linguaggio HTML" + php_logo: "Logo ufficiale del linguaggio PHP" + laravel_logo: "Logo ufficiale del Framework Laravel" + postgresql_logo: "Logo ufficiale del DBMS Postgresql" + bash_logo: "Logo ufficiale del linguaggio di scripting Bash" + sydro: "Foto ritratto di Angelo \"Sydro\"" + nextcloud_example: "Screenshot di esempio dell applicativo server Nextcloud" + azuracast_example: "Screenshot di esempio dell applicativo server Azuracast" + pihole_example: "Screenshot di esempio dell applicativo server PiHole" + liberapay_logo: "Logo ufficiale di Liberapay" + yamabiiko: "Foto ritratto di Lorenzo Tucci" + cmaradonna: "Foto ritratto di Claudio Maradonna" + fabio_purple: "Foto ritratto di Fabio \"Desmovalvo\"" + sara: "Foto ritratto di Sara Freddoni" + buttons: go_to_radio: "Vai alla Radio" contactsus: "Contattaci" diff --git a/_includes/contacts.html b/_includes/contacts.html index 7ee2bcc..e115fc6 100644 --- a/_includes/contacts.html +++ b/_includes/contacts.html @@ -9,5 +9,5 @@

GPG Fingerprint: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4
- {% asset info_at_unitoo_qrcode.webp width="200px" %} + {% asset info_at_unitoo_qrcode.webp width="200px" alt="GPG Fingerprint" %} diff --git a/_includes/footer.html b/_includes/footer.html index ff0590d..6f21632 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -30,7 +30,10 @@
  • - {% asset mastodon width=20 style="margin-top: -3px;" %} + {%- capture alt_mastodon_logo %} + {%- t meta.alt.mastodon_logo %} + {%- endcapture %} + {% asset mastodon width=20 style="margin-top: -3px;" alt="{{ alt_mastodon_logo }}" %}
  • @@ -39,7 +42,10 @@
  • - {% asset liberapay width=20 style="margin-top: -3px;" %} + {%- capture alt_liberapay_logo %} + {%- t meta.alt.liberapay_logo %} + {%- endcapture %} + {% asset liberapay width=20 style="margin-top: -3px;" alt="{{ alt_liberapay_logo }}" %}
  • diff --git a/_includes/header.html b/_includes/header.html index 7279c6f..a1082d7 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,13 +3,16 @@
    - {% asset logo-extended-dark.webp @magick:double height='30' %} + {%- capture alt_logo_extended_dark %} + {%- t meta.alt.logo_extended_dark %} + {%- endcapture %} + {% asset logo-extended-dark.webp @magick:double height='30' alt="{{ alt_logo_extended_dark }}" %} diff --git a/_includes/services-and-products.html b/_includes/services-and-products.html index 48d93d0..c259d31 100644 --- a/_includes/services-and-products.html +++ b/_includes/services-and-products.html @@ -1,85 +1,94 @@
    -
    -

    {% t index.services_title %}

    +
    +

    {% t index.services_title %}

    -
    +
    -
    -
    -
    -
    -
    {% t index.services.software_development %}
    -

    {% t index.services.software_development_text %}

    - {% t buttons.find_how_we_build_software %} -
    +
    +
    +
    +
    +
    {% t index.services.software_development %}
    +

    {% t index.services.software_development_text %}

    + {% t buttons.find_how_we_build_software %} +
    +
    +
    +
    +
    +
    +
    {% t index.services.technical_advice %}
    +

    {% t index.services.technical_advice_text %}

    + {% t buttons.find_what %} +
    +
    +
    -
    -
    -
    -
    -
    {% t index.services.technical_advice %}
    -

    {% t index.services.technical_advice_text %}

    - {% t buttons.find_what %} -
    -
    -
    -
    -
    -

    {% t index.products_title %}

    +
    +

    {% t index.products_title %}

    -
    +
    -
    -
    -

    {% t index.products.nextcloud %}

    -

    - {% t index.products.nextcloud_text %} -

    - - {% t index.products.nextcloud_website %} - -
    -
    - {% asset nextcloud-example.webp %} -
    +
    +
    +

    {% t index.products.nextcloud %}

    +

    + {% t index.products.nextcloud_text %} +

    + + {% t index.products.nextcloud_website %} + +
    +
    + {%- capture alt_nextcloud_example %} + {%- t meta.alt.nextcloud_example %} + {%- endcapture %} + {% asset nextcloud-example.webp alt="{{ alt_nextcloud_example }}" %} +
    +
    + +


    + +
    +
    + {%- capture alt_azuracast_example %} + {%- t meta.alt.azuracast_example %} + {%- endcapture %} + {% asset azuracast-example.webp alt="{{ alt_azuracast_example }}" %} +
    +
    +

    {% t index.products.azuracast %}

    +

    + {% t index.products.azuracast_text %} +

    + + {% t index.products.azuracast_website %} + +
    +
    + +


    + +
    +
    +

    {% t index.products.pihole %}

    +

    + {% t index.products.pihole_text %} +

    + + {% t index.products.pihole_website %} + +
    +
    + {%- capture alt_pihole_example %} + {%- t meta.alt.pihole_example %} + {%- endcapture %} + {% asset pihole-example.webp alt="{{ alt_pihole_example }}" %} +
    +
    - -


    - -
    -
    - {% asset azuracast-example.webp %} -
    -
    -

    {% t index.products.azuracast %}

    -

    - {% t index.products.azuracast_text %} -

    - - {% t index.products.azuracast_website %} - -
    -
    - -


    - -
    -
    -

    {% t index.products.pihole %}

    -

    - {% t index.products.pihole_text %} -

    - - {% t index.products.pihole_website %} - -
    -
    - {% asset pihole-example.webp %} -
    -
    -
    diff --git a/_includes/staff/cmaradonna.html b/_includes/staff/cmaradonna.html index 02a7e3b..ea2a255 100644 --- a/_includes/staff/cmaradonna.html +++ b/_includes/staff/cmaradonna.html @@ -1,5 +1,8 @@
    - {% asset cmaradonna.webp class="card-img-top" %} + {%- capture alt_cmaradonna %} + {%- t meta.alt.cmaradonna %} + {%- endcapture %} + {% asset cmaradonna.webp class="card-img-top" alt="{{ alt_cmaradonna }}" %}
    Claudio Maradonna

    {% t staff.cmaradonna.text %}

    diff --git a/_includes/staff/fabio_purple.html b/_includes/staff/fabio_purple.html index 15f6fea..61c7b1c 100644 --- a/_includes/staff/fabio_purple.html +++ b/_includes/staff/fabio_purple.html @@ -1,5 +1,8 @@
    - {% asset fabio_purple.webp class="card-img-top" %} + {%- capture alt_fabio_purple %} + {%- t meta.alt.fabio_purple %} + {%- endcapture %} + {% asset fabio_purple.webp class="card-img-top" alt="{{ alt_fabio_purple }}" %}
    Fabio "Desmovalvo"

    {% t staff.fabio_purple.text %}

    diff --git a/_includes/staff/grafixprint.html b/_includes/staff/grafixprint.html index 9ed6b83..5fe2032 100644 --- a/_includes/staff/grafixprint.html +++ b/_includes/staff/grafixprint.html @@ -1,5 +1,8 @@
    - {% asset stefano_amandonico.webp class="card-img-top" %} + {%- capture alt_stefano_amandonico %} + {%- t meta.alt.stefano_amandonico %} + {%- endcapture %} + {% asset stefano_amandonico.webp class="card-img-top" alt="{{ alt_stefano_amandonico }}" %}
    Stefano Amandonico

    {% t staff.grafixprint.text %}

    diff --git a/_includes/staff/sara.html b/_includes/staff/sara.html index 94482bb..1681996 100644 --- a/_includes/staff/sara.html +++ b/_includes/staff/sara.html @@ -1,5 +1,8 @@
    - {% asset sara.webp class="card-img-top" %} + {%- capture alt_sara %} + {%- t meta.alt.sara %} + {%- endcapture %} + {% asset sara.webp class="card-img-top" alt="{{ alt_sara }}" %}
    Sara Freddoni

    {% t staff.sara.text %}

    diff --git a/_includes/staff/sydro.html b/_includes/staff/sydro.html index 09fcd3a..97c8ea5 100644 --- a/_includes/staff/sydro.html +++ b/_includes/staff/sydro.html @@ -1,5 +1,8 @@
    - {% asset sydro.webp class="card-img-top" %} + {%- capture alt_sydro %} + {%- t meta.alt.sydro %} + {%- endcapture %} + {% asset sydro.webp class="card-img-top" alt="{{ alt_sydro }}" %}
    Angelo "Sydro"

    {% t staff.sydro.text %}

    diff --git a/_includes/staff/yamabiiko.html b/_includes/staff/yamabiiko.html index dc4dbdf..e713c7d 100644 --- a/_includes/staff/yamabiiko.html +++ b/_includes/staff/yamabiiko.html @@ -1,5 +1,8 @@
    - {% asset yamabiiko.webp class="card-img-top" %} + {%- capture alt_yamabiiko %} + {%- t meta.alt.yamabiiko %} + {%- endcapture %} + {% asset yamabiiko.webp class="card-img-top" alt="{{ alt_yamabiiko }}" %}
    Lorenzo Tucci

    {% t staff.yamabiiko.text %}

    diff --git a/_pages/about-us.html b/_pages/about-us.html index 34e19af..39bca80 100644 --- a/_pages/about-us.html +++ b/_pages/about-us.html @@ -7,47 +7,50 @@ permalink_en: /aboutus/ tags: unitoo aboutus chisiamo team ---
    -
    -

    - {% t aboutus.header_title %} -

    -

    - {% t aboutus.header_lead %} -

    -
    +
    +

    + {% t aboutus.header_title %} +

    +

    + {% t aboutus.header_lead %} +

    +
    -
    -

    {% t aboutus.vision_and_staff_title %}

    +
    +

    {% t aboutus.vision_and_staff_title %}

    -
    +
    -

    {% t aboutus.vision_and_staff_text %}

    +

    {% t aboutus.vision_and_staff_text %}

    -
    -

    {% t aboutus.staff_title %}

    - {% assign staff = "cmaradonna,yamabiiko,sydro,fabio_purple,sara,grafixprint" | split: ',' %} -
    - {% for member in staff %} - {% include staff/{{ member }}.html %} - {% endfor %} +
    +

    {% t aboutus.staff_title %}

    + {% assign staff = "cmaradonna,yamabiiko,sydro,fabio_purple,sara,grafixprint" | split: ',' %} +
    + {% for member in staff %} + {% include staff/{{ member }}.html %} + {% endfor %} +
    -
    diff --git a/_pages/libreboot.html b/_pages/libreboot.html index a59a950..f7a2c76 100644 --- a/_pages/libreboot.html +++ b/_pages/libreboot.html @@ -10,10 +10,10 @@ tags: unitoo libreboot bios freesoftware rights coreboot

    {% t libreboot.morphext_p_1 %} - {% t libreboot.morphext_p_2 %} - {% t libreboot.morphext_p_3 %} - {% t libreboot.morphext_p_4 %} - + {% t libreboot.morphext_p_2 %} + {% t libreboot.morphext_p_3 %} + {% t libreboot.morphext_p_4 %} +

    @@ -42,7 +42,10 @@ tags: unitoo libreboot bios freesoftware rights coreboot
    - {% asset libreboot_logo class="w-100" %} + {%- capture alt_libreboot_logo %} + {%- t meta.alt.libreboot_logo %} + {%- endcapture %} + {% asset libreboot_logo class="w-100" alt="{{ alt_libreboot_logo }}" %}

    diff --git a/_pages/projects.html b/_pages/projects.html index 11e2363..e802ffe 100644 --- a/_pages/projects.html +++ b/_pages/projects.html @@ -7,42 +7,51 @@ permalink_en: /projects/ tags: unitoo freedom software freesoftware projects progetti ---

    -
    -

    {% t projects.title %}

    -
    -

    {% t projects.text %}

    +
    +

    {% t projects.title %}

    +
    +

    {% t projects.text %}

    -
    -
    -
    - {% asset header-radio.webp class="card-img-top" %} -
    -
    {% t projects.radio.title %}
    -

    {% t projects.radio.text %}

    - {% t buttons.know_more %} -
    +
    +
    +
    + {%- capture alt_header_radio %} + {%- t meta.alt.header_radio %} + {%- endcapture %} + {% asset header-radio.webp class="card-img-top" alt="{{ alt_header_radio }}" %} +
    +
    {% t projects.radio.title %}
    +

    {% t projects.radio.text %}

    + {% t buttons.know_more %} +
    +
    +
    +
    +
    + {%- capture alt_gplv3_logo %} + {%- t meta.alt.gplv3_logo %} + {%- endcapture %} + {% asset gplv3_logo.webp class="card-img-top p-3" alt="{{ alt_gplv3_logo }}" %} +
    +
    {% t projects.software.title %}
    +

    {% t projects.software.text %}

    + {% t buttons.know_more %} +
    +
    +
    +
    +
    + {%- capture alt_header_peertube %} + {%- t meta.alt.header_peertube %} + {%- endcapture %} + {% asset header-peertube.webp class="card-img-top" alt="{{ alt_header_peertube }}" %} +
    +
    {% t projects.peertube.title %}
    +

    {% t projects.peertube.text %}

    + {% t buttons.know_more %} +
    +
    +
    -
    -
    -
    - {% asset gplv3_logo.webp class="card-img-top p-3" %} -
    -
    {% t projects.software.title %}
    -

    {% t projects.software.text %}

    - {% t buttons.know_more %} -
    -
    -
    -
    -
    - {% asset header-peertube.webp class="card-img-top" %} -
    -
    {% t projects.peertube.title %}
    -

    {% t projects.peertube.text %}

    - {% t buttons.know_more %} -
    -
    -
    -
    diff --git a/_pages/software-technologies.html b/_pages/software-technologies.html index 2cebe38..d7ce059 100644 --- a/_pages/software-technologies.html +++ b/_pages/software-technologies.html @@ -14,34 +14,64 @@ tags: unitoo software development freesoftware licenses

    {% t software_technologies.which_technologies %}

    {% t software_technologies.which_technologies_text %}

    - {% asset cpp class="mr-2 technologies" %} + {%- capture alt_cpp_logo %} + {%- t meta.alt.cpp_logo %} + {%- endcapture %} + {% asset cpp class="mr-2 technologies" alt="{{ alt_cpp_logo }}" %} - {% asset qt class="mr-2 technologies" %} + {%- capture alt_qt_logo %} + {%- t meta.alt.qt_logo %} + {%- endcapture %} + {% asset qt class="mr-2 technologies" alt="{{ alt_qt_logo }}" %} - {% asset ruby class="mr-2 technologies" %} + {%- capture alt_ruby_logo %} + {%- t meta.alt.ruby_logo %} + {%- endcapture %} + {% asset ruby class="mr-2 technologies" alt="{{ alt_ruby_logo }}" %} - {% asset rails class="mr-2 technologies" %} + {%- capture alt_rails_logo %} + {%- t meta.alt.rails_logo %} + {%- endcapture %} + {% asset rails class="mr-2 technologies" alt="{{ alt_rails_logo }}" %} - {% asset rust class="mr-2 technologies" %} + {%- capture alt_rust_logo %} + {%- t meta.alt.rust_logo %} + {%- endcapture %} + {% asset rust class="mr-2 technologies" alt="{{ alt_rust_logo }}" %} - {% asset html5 class="mr-2 technologies" %} + {%- capture alt_html_logo %} + {%- t meta.alt.html_logo %} + {%- endcapture %} + {% asset html5 class="mr-2 technologies" alt="{{ alt_html_logo }}" %} - {% asset php class="mr-2 technologies" %} + {%- capture alt_php_logo %} + {%- t meta.alt.php_logo %} + {%- endcapture %} + {% asset php class="mr-2 technologies" alt="{{ alt_php_logo }}" %} - {% asset laravel class="mr-2 technologies" %} + {%- capture alt_laravel_logo %} + {%- t meta.alt.laravel_logo %} + {%- endcapture %} + {% asset laravel class="mr-2 technologies" alt="{{ alt_laravel_logo }}" %} - {% asset postgresql class="mr-2 technologies" %} + {%- capture alt_postgresql_logo %} + {%- t meta.alt.postgresql_logo %} + {%- endcapture %} + {% asset postgresql class="mr-2 technologies" alt="{{ alt_postgresql_logo }}" %} - {% asset bash class="mr-2 technologies" %} + {%- capture alt_bash_logo %} + {%- t meta.alt.bash_logo %} + {%- endcapture %} + {% asset bash class="mr-2 technologies" alt="{{ alt_bash_logo }}" %}

    {% t software_technologies.licenses %}

    {% t software_technologies.licenses_text %}

    diff --git a/_pages/software.html b/_pages/software.html index d73e413..6e5884f 100644 --- a/_pages/software.html +++ b/_pages/software.html @@ -7,40 +7,43 @@ permalink_en: /projects/software/ tags: unitoo company rights projects freesoftware nodrm freebios libreboot coreboot ---
    -
    -

    {% t software.title %}

    -
    +
    +

    {% t software.title %}

    +
    -

    - {% t software.text %} -

    +

    + {% t software.text %} +

    -
    - {% asset gplv3_logo.webp %} +
    + {%- capture alt_gplv3_logo %} + {%- t meta.alt.gplv3_logo %} + {%- endcapture %} + {% asset gplv3_logo.webp alt="{{ alt_gplv3_logo }}" %} +
    + +
    +
    +
    +

    {% t software.libreboot_title %}

    +

    {% t software.libreboot_text %}

    + {% t buttons.know_more %} +
    +
    +
    +
    +

    {% t software.freesoftware_title %}

    +

    {% t software.freesoftware_text %}

    + {% t buttons.know_more %} +
    +
    +
    +
    +

    {% t software.drm_title %}

    +

    {% t software.drm_text %}

    + {% t buttons.know_more %} +
    +
    +
    - -
    -
    -
    -

    {% t software.libreboot_title %}

    -

    {% t software.libreboot_text %}

    - {% t buttons.know_more %} -
    -
    -
    -
    -

    {% t software.freesoftware_title %}

    -

    {% t software.freesoftware_text %}

    - {% t buttons.know_more %} -
    -
    -
    -
    -

    {% t software.drm_title %}

    -

    {% t software.drm_text %}

    - {% t buttons.know_more %} -
    -
    -
    -
    diff --git a/_site/404.html b/_site/404.html index ac8594d..27d33b8 100644 --- a/_site/404.html +++ b/_site/404.html @@ -65,7 +65,7 @@
    - + Logo ufficiale Unitoo