ClickHouse/website/templates/global/newsletter.html

41 lines
1.5 KiB
HTML
Raw Normal View History

<div class="section bg-white pt-10 pb-10 pb-lg-12">
2021-09-17 15:25:50 +00:00
<div class="section-bg" style="background-image:url('/images/backgrounds/bg-footer-cta.svg');width:2448px;"></div>
2021-09-10 21:16:24 +00:00
<div class="container">
2021-09-16 17:43:39 +00:00
<h2 class="display-2 mb-7 mx-auto text-center" style="max-width:960px;">
2021-09-10 21:16:24 +00:00
{{ _('Stay informed on feature releases, product roadmap, and future support and cloud offerings! ') }}
</h2>
<div class="card bg-primary-light is-large">
<div class="card-body d-flex flex-column flex-lg-row align-items-center">
2021-09-10 21:16:24 +00:00
<h2 class="display-3 mb-3 mb-lg-0">
2021-09-10 21:16:24 +00:00
{{ _('Sign up for our newsletter') }}
</h2>
2021-09-16 23:12:42 +00:00
<div class="mx-auto mr-lg-0 pl-0 pl-lg-3" style="flex-grow: 1; max-width: 544px; position: relative;">
<form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
<input type=hidden name="oid" value="00D5f000000JueF">
2021-09-19 16:48:01 +00:00
<input type=hidden name="retURL" value="https://clickhouse.com/thank-you/">
2021-09-16 23:12:42 +00:00
<div class="d-flex" style="max-width: 520px;">
<div style="flex-basis: 400px;">
<input class="form-control" id="email" placeholder="Email*" maxlength="80" name="email" size="20" type="text" required style="border-radius:6px 0 0 6px;">
</div>
<div style="flex-basis: 120px;">
<input type="submit" name="submit" value="Sign Up" class="btn btn-secondary" style="border-radius: 0 6px 6px 0;">
</div>
</div>
</form>
2021-09-10 21:16:24 +00:00
</div>
</div>
</div>
</div>
</div>