ClickHouse/website/templates/contact-thank-you/hero.html

15 lines
503 B
HTML
Raw Normal View History

2021-09-16 23:12:42 +00:00
<div class="hero bg-primary-light d-flex align-items-center" style="height:22.5vw;max-height:324px;min-height:280px;">
2021-09-17 15:25:50 +00:00
<div class="hero-bg" style="background-image:url('/images/backgrounds/bg-hero.svg');max-width:2448px;width:170vw;"></div>
2021-09-16 23:12:42 +00:00
<div class="container pt-8 pt-lg-10 pt-xl-15 pb-8 pb-lg-10 pb-xl-15">
<h1 class="display-1 mb-3">
{{ _('Thank You') }}
</h1>
<p class="lead text-dark mb-0">
{{ _('A salesperson will be in contact with you shortly.') }}
</p>
</div>
</div>