2021-01-28 16:05:16 +01:00
|
|
|
<section class="bg-white pt-5 pb-5">
|
2021-08-23 12:20:16 +02:00
|
|
|
<div class="container">
|
|
|
|
<h1 class="text-center">{% t index.products_title %}</h1>
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-08-23 12:20:16 +02:00
|
|
|
<hr class="border-primary mb-5">
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-08-23 12:20:16 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-6">
|
2021-12-15 14:11:20 +01:00
|
|
|
<h3>{% t index.products.technical_assistance %}</h3>
|
2021-08-23 12:20:16 +02:00
|
|
|
<p>
|
2021-12-15 14:11:20 +01:00
|
|
|
{% t index.products.technical_assistance_text %}
|
2021-08-23 12:20:16 +02:00
|
|
|
</p>
|
2021-12-15 14:11:20 +01:00
|
|
|
<a class="btn btn-secondary" href="{% link _pages/technical-assistance.html %}">{% t buttons.go_to_technical_assistance %}</a>
|
2021-08-23 12:20:16 +02:00
|
|
|
</div>
|
|
|
|
<div class="col text-right">
|
2021-12-15 14:11:20 +01:00
|
|
|
{%- capture alt_techincal_assistance_example %}
|
|
|
|
{%- t meta.alt.technical_assistance_example %}
|
2021-08-23 12:20:16 +02:00
|
|
|
{%- endcapture %}
|
2021-12-15 14:11:20 +01:00
|
|
|
{% asset element-technical-assistance.webp alt="{{ alt_technical_assistance_example }}" class="mt-3 mt-lg-0" %}
|
2021-08-23 12:20:16 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-12-15 14:11:20 +01:00
|
|
|
<br><br>
|
|
|
|
<hr class="border-dark">
|
|
|
|
<br><br>
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-08-23 12:20:16 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col text-left">
|
2021-12-15 14:11:20 +01:00
|
|
|
{%- capture alt_cybersecurity_example %}
|
|
|
|
{%- t meta.alt.cybersecurity_example %}
|
2021-08-23 12:20:16 +02:00
|
|
|
{%- endcapture %}
|
2021-12-15 14:11:20 +01:00
|
|
|
{% asset element-cybersecurity.webp alt="{{ alt_cybersecurity_example }}" class="mb-3 mb-lg-0" %}
|
2021-08-23 12:20:16 +02:00
|
|
|
</div>
|
|
|
|
<div class="col-lg-6">
|
2021-12-15 14:11:20 +01:00
|
|
|
<h3>{% t index.products.cybersecurity %}</h3>
|
2021-08-23 12:20:16 +02:00
|
|
|
<p>
|
2021-12-15 14:11:20 +01:00
|
|
|
{% t index.products.cybersecurity_text %}
|
2021-08-23 12:20:16 +02:00
|
|
|
</p>
|
2021-12-15 14:11:20 +01:00
|
|
|
<a class="btn btn-secondary" href="{% link _pages/cybersecurity.html %}">{% t buttons.go_to_cybersecurity %}</a>
|
2021-08-23 12:20:16 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-12-15 14:11:20 +01:00
|
|
|
<br><br>
|
|
|
|
<hr class="border-dark">
|
|
|
|
<br><br>
|
2021-01-28 16:05:16 +01:00
|
|
|
|
2021-08-23 12:20:16 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-6">
|
2021-12-15 14:11:20 +01:00
|
|
|
<h3>{% t index.products.communications %}</h3>
|
2021-08-23 12:20:16 +02:00
|
|
|
<p>
|
2021-12-15 14:11:20 +01:00
|
|
|
{% t index.products.communications_text %}
|
2021-08-23 12:20:16 +02:00
|
|
|
</p>
|
2021-12-15 14:11:20 +01:00
|
|
|
<a class="btn btn-secondary" href="{% link _pages/communications.html %}">{% t buttons.go_to_communications %}</a>
|
2021-08-23 12:20:16 +02:00
|
|
|
</div>
|
|
|
|
<div class="col text-right">
|
2021-12-15 14:11:20 +01:00
|
|
|
{%- capture alt_communications_example %}
|
|
|
|
{%- t meta.alt.communications_example %}
|
2021-08-23 12:20:16 +02:00
|
|
|
{%- endcapture %}
|
2021-12-15 14:11:20 +01:00
|
|
|
{% asset element-communications.webp alt="{{ alt_communications_example }}" class="mt-3 mt-lg-0" %}
|
2021-08-23 12:20:16 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-28 16:05:16 +01:00
|
|
|
</div>
|
|
|
|
</section>
|