mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<div class="hero bg-white">
|
||
<div class="hero-bg index-hero"></div>
|
||
<div class="container pt-8 pt-lg-10 pt-xl-15 pb-8 pb-lg-10">
|
||
|
||
<h1 class="display-1 mb-3 mx-auto text-center">
|
||
ClickHouse, Inc <span class="text-orange">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/" class="btn btn-lg btn-primary" role="button">Learn More</a>
|
||
<a href="https://play.clickhouse.com/?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/2021/clickhouse-inc/" 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">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 that’s 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 %}
|