ClickHouse/website/templates/company/hero.html

11 lines
299 B
HTML
Raw Normal View History

2021-09-19 18:03:48 +00:00
<div class="hero bg-primary-light d-flex align-items-center base-hero">
<div class="hero-bg other-hero"></div>
2021-09-19 16:50:09 +00:00
<div class="container pt-8 pt-lg-10 pt-xl-15 pb-8 pb-lg-10 pb-xl-15">
<h1 class="display-1 mb-0">
{{ _('About Us') }}
</h1>
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>