ClickHouse/website/templates/company/leadership.html

56 lines
1.6 KiB
HTML
Raw Normal View History

<div class="section bg-white pb-10 pt-10 pt-lg-15">
2021-09-10 21:16:24 +00:00
<div class="container">
<h2 class="display-2 text-center mb-5 mb-md-8 mb-lg-10">
2021-09-16 23:12:42 +00:00
{{ _('Meet the Team') }}
2021-09-10 21:16:24 +00:00
</h2>
<h3 class="display-3 text-center mb-3 mb-md-5 mb-lg-8">
2021-09-16 17:43:39 +00:00
{{ _('ClickHouse Leadership') }}
2021-09-10 21:16:24 +00:00
</h3>
<div class="row">
<div class="col-lg-4 mb-3 mb-lg-0 text-center">
2021-09-10 21:16:24 +00:00
2021-09-16 17:43:39 +00:00
<a href="https://www.linkedin.com/in/yuryizrailevsky/" target="_blank" class="photo-frame mx-auto">
2021-09-10 21:16:24 +00:00
<img src="/images/photos/photo-yury-izrailevsky.jpg">
2021-09-16 17:43:39 +00:00
</a>
2021-09-10 21:16:24 +00:00
<h3 class="display-4">
{{ _('Yury Izrailevsky') }}
</h3>
2021-09-16 17:43:39 +00:00
<p class="font-lg text-muted mb-0 mx-auto" style="max-width:220px;">
2021-09-10 21:16:24 +00:00
{{ _('Co-Founder & President, Product & Engineering') }}
</p>
</div>
<div class="col-lg-4 mb-3 mb-lg-0 text-center">
2021-09-10 21:16:24 +00:00
2021-09-16 17:43:39 +00:00
<a href=" https://www.linkedin.com/in/aaron-k-5762094/" target="_blank" class="photo-frame mx-auto">
2021-09-10 21:16:24 +00:00
<img src="/images/photos/photo-aaron-katz.jpg">
2021-09-16 17:43:39 +00:00
</a>
2021-09-10 21:16:24 +00:00
<h3 class="display-4">
{{ _('Aaron Katz') }}
</h3>
2021-09-16 17:43:39 +00:00
<p class="font-lg text-muted mb-0 mx-auto" style="max-width:220px;">
2021-09-10 21:16:24 +00:00
{{ _('Co-Founder & CEO') }}
</p>
</div>
<div class="col-lg-4 text-center">
2021-09-16 17:43:39 +00:00
<a href="https://www.linkedin.com/in/alexey-milovidov-7b658135/" target="_blank" class="photo-frame mx-auto">
2021-09-10 21:16:24 +00:00
<img src="/images/photos/photo-alexey-milovidov.jpg">
2021-09-16 17:43:39 +00:00
</a>
2021-09-10 21:16:24 +00:00
<h3 class="display-4">
{{ _('Alexey Milovidov') }}
</h3>
2021-09-16 17:43:39 +00:00
<p class="font-lg text-muted mb-0 mx-auto" style="max-width:220px;">
2021-09-10 21:16:24 +00:00
{{ _('Co-Founder & CTO') }}
</p>
</div>
</div>
</div>
</div>