2021-12-15 14:11:20 +01:00
|
|
|
---
|
2022-01-13 12:47:49 +01:00
|
|
|
layout: simple
|
2021-12-15 14:11:20 +01:00
|
|
|
title: meta.titles.cybersecurity
|
|
|
|
description: meta.descriptions.cybersecurity
|
2022-09-09 18:11:19 +02:00
|
|
|
namespace: cybersecurity
|
2022-01-13 12:47:49 +01:00
|
|
|
permalink: /cybersecurity/
|
|
|
|
permalink_en: /cybersecurity/
|
2022-01-26 11:14:09 +01:00
|
|
|
tags: unitoo cybersecurity sicurezza informatica hardening patch best practices
|
2021-12-15 14:11:20 +01:00
|
|
|
---
|
2022-01-13 12:47:49 +01:00
|
|
|
<section class="jumbotron jumbotron-fluid bg-transparent d-flex header header-cybersecurity text-white mb-0">
|
|
|
|
<div class="w-100 d-flex" style="background-color: rgba(0,0,0,0.5)">
|
|
|
|
<div class="container my-auto">
|
|
|
|
<h1 class="display-4">
|
|
|
|
{% t cybersecurity.header_title %}
|
|
|
|
</h1>
|
|
|
|
<p class="lead">
|
|
|
|
{% t cybersecurity.header_lead %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="bg-white pt-5 pb-5">
|
|
|
|
<div class="container">
|
|
|
|
<p>{% t cybersecurity.p_text %}</p>
|
2021-12-15 14:11:20 +01:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="jumbotron jumbotron-fluid bg-transparent">
|
|
|
|
<div class="container">
|
2022-01-13 12:47:49 +01:00
|
|
|
<h2 class="text-center">{% t cybersecurity.modules_title %}</h3>
|
|
|
|
<hr class="border-primary">
|
|
|
|
|
|
|
|
<div class="card-columns mt-5">
|
2022-07-01 14:07:01 +02:00
|
|
|
{% assign modules = "sonde,rover,defence,graphene,monitoring" | split: ',' %}
|
2021-12-15 14:11:20 +01:00
|
|
|
{% for module in modules %}
|
2022-01-21 12:33:34 +01:00
|
|
|
{% include cybersecurity/{{ module }}.html %}
|
2021-12-15 14:11:20 +01:00
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2022-01-13 12:47:49 +01:00
|
|
|
|
|
|
|
<section class="bg-white text-center pt-5 pb-5">
|
|
|
|
{% include contacts.html %}
|
|
|
|
</section>
|