ClickHouse/website/templates/index/hero.html

46 lines
2.3 KiB
HTML
Raw Normal View History

<div class="hero bg-white">
2021-09-19 19:59:55 +00:00
<div class="hero-bg index-hero"></div>
2021-10-12 22:15:24 +00:00
<div class="container pt-5 pt-lg-7 pt-xl-15 pb-5 pb-lg-7">
2021-09-19 16:50:09 +00:00
2021-10-12 22:15:24 +00:00
<h1 class="display-1 mb-2 mb-xl-3 mx-auto text-center">
ClickHouse <span class="text-orange">v21.10 Released</span>
2021-09-19 16:50:09 +00:00
</h1>
2021-10-12 22:15:24 +00:00
<p class="lead mb-3 mb-lg-5 mb-xl-7 mx-auto text-muted text-center" style="max-width:780px;">
2021-09-19 16:50:09 +00:00
{{ _('ClickHouse® is an open-source, high performance columnar OLAP database management system for real-time analytics using SQL.') }}
</p>
2021-10-12 22:15:24 +00:00
<div class="btns mb-3 mb-xl-5" role="group">
<a href="https://clickhouse.com/learn/lessons/whatsnew-clickhouse-21.10/" class="btn btn-lg btn-primary" role="button" style="width: 220px;">Learn More</a>
<a href="https://www.youtube.com/watch?v=b9MeoOtAivQ&ab_channel=ClickHouse" class="btn btn-lg btn-outline-primary" role="button" rel="external nofollow" target="_blank" style="width: 220px;">Release Webinar</a>
2021-09-19 16:50:09 +00:00
</div>
2021-10-12 22:15:24 +00:00
<p class="d-flex justify-content-center mb-0">
<a href="/blog/en/2021/clickhouse-v21.10-released/" class="trailing-link">Read the Blog Post</a>
2021-09-19 16:50:09 +00:00
</p>
</div>
2021-09-09 23:21:13 +00:00
</div>
2021-09-08 23:07:39 +00:00
2021-09-09 23:21:13 +00:00
<div class="section">
2021-09-19 16:50:09 +00:00
<div class="container">
2021-09-08 23:07:39 +00:00
2021-09-19 16:50:09 +00:00
<div class="card is-large has-highlight">
<div class="card-body">
<h4 class="text-blue text-center">ClickHouse Announces $250 Million in Funding</h4>
<p class="font-lg text-center mb-6 mx-auto">Raising the Companys Valuation to $2B</p>
2021-09-08 23:07:39 +00:00
2021-09-19 16:50:09 +00:00
<div class="btns" role="group">
<a href="/blog/en/2021/clickhouse-raises-250m-series-b/" class="btn btn-secondary" role="button" style="width: 228px;">Read the Blog Post</a>
<a href="https://www.bloomberg.com/news/articles/2021-10-28/clickhouse-valued-at-2-billion-in-round-after-yandex-spinout" class="btn btn-outline-secondary" role="button" rel="external nofollow" target="_blank" style="width: 228px;">Read the News</a>
<a href="https://www.businesswire.com/news/home/20211028005287/en" class="btn btn-outline-secondary" role="button" rel="external nofollow" target="_blank" style="width: 228px;">Read the Press Release</a>
2021-09-19 16:50:09 +00:00
</div>
2021-09-09 23:21:13 +00:00
2021-09-19 16:50:09 +00:00
</div>
</div>
2021-09-19 16:50:09 +00:00
</div>
</div>