File: /var/www/hcv/wp-content/themes/hockey/templates/pages/mail-confirmation.twig
{% extends "base.twig" %}
{% block content %}
<section class="error-section">
<div class="container container--smaller">
<div class="row error-section__wrap">
<div class="error-section__content">
<div class="text-gradient__wrap text-gradient__wrap--left">
<h1 class="error-section__title h1 text-gradient"><span>Thank you for registering</span><br />your account!</h1>
</div>
<p class="h2">Your email address is confirmed. <br />You can log into your app now!</p>
<div>
<span class="h3">DON’T HAVE THE APP? </span>
{% include "templates/partials/dropdown-button.twig" with {'buttonTitle': 'Download here', 'dropdownList': platforms, 'btn_style': "btn--primary"} %}
</div>
</div>
<div class="error-section__image">
<img src="{{ site.theme.link }}/frontend/img/hockey-stick.png" alt="hockey sticks" />
</div>
</div>
</div>
</section>
{% include 'templates/partials/newsletter-static.twig' %}
{% endblock %}