website/_pages/referral.html

25 lines
843 B
HTML

---
layout: simple
title: meta.titles.referral
description: meta.descriptions.referral
namespace: referral
permalink: /cybersecurity/referral/
permalink_en: /cybersecurity/referral/
tags: unitoo referral program
---
<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" %}
{% t referral.description %}
</p>
<p>{% t referral.description_2 %}</p>
<div class="text-center">
<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>
</div>
</section>