ClickHouse/website/templates/index/newsletter.html

21 lines
539 B
HTML
Raw Normal View History

2021-09-09 23:21:13 +00:00
<div class="section bg-white pt-8 pb-12" >
<div class="section-bg" style="background-image:url('/images/backgrounds/bg-footer-cta.png');width:2440px;"></div>
2021-09-08 23:07:39 +00:00
<div class="container">
2021-09-09 23:21:13 +00:00
<h2 class="display-2 mb-7 mx-auto text-center" style="max-width:720px;">
{{ _('Learn more about Commercial Support and future Cloud plans') }}
</h2>
2021-09-08 23:07:39 +00:00
2021-09-09 23:21:13 +00:00
<div class="card bg-primary-light is-large">
<div class="card-body">
<h2 class="display-3 mb-0">
{{ _('Sign up for our newsletter') }}
</h2>
</div>
</div>
2021-09-08 23:07:39 +00:00
</div>
</div>