ClickHouse/website/templates/global/newsletter.html

41 lines
1.8 KiB
HTML
Raw Normal View History

<div class="section bg-white pt-10 pb-10 pb-lg-12">
2021-09-19 18:03:48 +00:00
<div class="section-bg bg-footer-cta"></div>
2021-09-19 16:50:09 +00:00
<div class="container">
2021-09-10 21:16:24 +00:00
2021-09-19 18:03:48 +00:00
<h2 class="display-2 mb-7 mx-auto text-center w-75">
2021-09-19 16:50:09 +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
2021-09-19 16:50:09 +00:00
<h2 class="display-3 mb-3 mb-lg-0">
{{ _('Sign up for our newsletter') }}
</h2>
2021-09-10 21:16:24 +00:00
2021-09-19 16:50:09 +00:00
<div class="mx-auto mr-lg-0 pl-0 pl-lg-3" style="flex-grow: 1; max-width: 544px; position: relative;">
2021-09-16 23:12:42 +00:00
2021-09-19 16:50:09 +00:00
<form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
2021-09-16 23:12:42 +00:00
2021-09-19 16:50:09 +00:00
<input type=hidden name="oid" value="00D5f000000JueF">
<input type=hidden name="retURL" value="https://clickhouse.com/thank-you/">
<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>
</div>
2021-09-10 21:16:24 +00:00
2021-09-19 16:50:09 +00:00
</div>
</div>
2021-09-10 21:16:24 +00:00
2021-09-19 16:50:09 +00:00
</div>
2021-09-10 21:16:24 +00:00
</div>