ClickHouse/website/templates/index/hero.html
2021-09-13 16:39:17 -06:00

42 lines
1.5 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 pb-10 pb-lg-15">
<h1 class="display-1 mb-7 mx-auto text-center" style="max-width:840px;">
ClickHouse Inc. the Company <span class="text-blue">Has Arrived</span>
</h1>
<div class="btns" role="group">
<a href="#" class="btn btn-lg btn-primary" role="button">Read the Blog Post</a>
{% if false %}
<a href="#" class="btn btn-lg btn-primary" role="button">Learn More</a>
<a href="#" class="btn btn-lg btn-outline-primary" role="button">Online Demo</a>
{% endif %}
</div>
</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 %}