ClickHouse/website/templates/index/hero.html
2021-09-16 12:30:34 -06:00

47 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="hero bg-white">
<div class="hero-bg" style="background-image:url('/images/backgrounds/bg-hero-home.png');height:68vw;max-height:980px;max-width:2448px;width:170vw;"></div>
<div class="container pt-10 pt-lg-15 pb-10">
<h1 class="display-1 mb-3 mx-auto text-center">
ClickHouse, Inc <span class="text-blue">Has Arrived</span>
</h1>
<p class="lead mb-7 mx-auto text-muted text-center" style="max-width:780px;">
{{ _('ClickHouse® is an open-source, high performance columnar OLAP database management system for real-time analytics using SQL.') }}
</p>
<div class="btns mb-5" role="group">
<a href="/company.html" class="btn btn-lg btn-primary" role="button">Learn More</a>
<a href="https://play.clickhouse.tech/?file=welcome" class="btn btn-lg btn-outline-primary" role="button">Online Demo</a>
</div>
<p class="d-flex justify-content-center">
<a href="/blog/en/" class="trailing-link">Read the Blog Post</a>
</p>
</div>
</div>
{% if false %}
<div class="section">
<div class="container">
<div class="card is-large has-highlight">
<div class="card-body">
<h5 class="text-blue text-center text-upper">Introducing ClickHouse inc.!</h5>
<p class="font-lg text-muted text-center mb-6 mx-auto" style="max-width:730px;">ClickHouse, Inc. Announces Incorporation, Along With $50M In Series A Funding. New financing will allow the open source success to build a world-class, commercial-grade cloud solution thats secure, compliant, and convenient for any customer to use.</p>
<div class="btns" role="group">
<a href="#" class="btn btn-secondary" role="button">Read the Press Release</a>
<a href="#" class="btn btn-outline-secondary" role="button">Read the Blog Post</a>
</div>
</div>
</div>
</div>
</div>
{% endif %}