website/_pages/referral.html

25 lines
843 B
HTML
Raw Normal View History

2022-01-21 18:57:11 +01:00
---
layout: simple
title: meta.titles.referral
description: meta.descriptions.referral
2022-09-09 18:11:19 +02:00
namespace: referral
2022-01-26 12:30:58 +01:00
permalink: /cybersecurity/referral/
permalink_en: /cybersecurity/referral/
2022-01-21 18:57:11 +01:00
tags: unitoo referral program
---
2022-01-24 11:20:05 +01:00
<section class="jumbotron jumbotron-fluid mb-0">
<div class="container">
<h1 class="text-center">{% t referral.title %}</h1>
<hr class="border-primary">
<p class="mt-5">
{% asset "element-referral.webp" align=left class="mr-3 rounded w-25 w-lg-50 p-4" %}
2022-01-24 11:20:05 +01:00
{% t referral.description %}
</p>
<p>{% t referral.description_2 %}</p>
<div class="text-center">
2022-09-09 18:11:19 +02:00
<a class="font-weight-bold btn btn-primary btn-lg mt-3" href="{% translate_link services-and-products %}">{% t buttons.discover_our_services %}</a>
</div>
2022-01-24 11:20:05 +01:00
</div>
</section>