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

15 lines
436 B
HTML
Raw Normal View History

2021-09-19 18:03:48 +00:00
<div class="hero bg-primary-light d-flex align-items-center base-hero">
<div class="hero-bg other-hero"></div>
2021-09-19 16:50:09 +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>
2021-09-16 23:12:42 +00:00
2021-09-19 16:50:09 +00:00
</div>
2021-09-16 23:12:42 +00:00
</div>