forked from kitaisreal/clickhouse-presentations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (86 loc) · 4.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClickHouse Meetup</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="shower/themes/yandex/styles/screen-16x9.css">
<style type="text/css">
code { display: block; white-space: pre; background-color: #EEE; }
p.cloud { text-align: center; line-height: 1.6; font-size: 12pt; }
p.cloud span { color: gray; padding: 0 20px 0 20px; white-space: nowrap; }
</style>
</head>
<body class="shower list">
<header class="caption">
<h1>ClickHouse Meetup</h1>
</header>
<section class="slide" id="cover" style="background: linear-gradient(to bottom right, rgba(255, 51, 51, 1), rgba(255, 169, 0, 1))">
<img src="https://clickhouse.tech/images/logo.svg" style="width: 15%; position: absolute; right: 20px; bottom: 20px;" />
<h1 style="margin-top: 150px; line-height: 150%; color: white; font-size: 64pt">ClickHouse Meetup</h1>
</section>
<section class="slide">
<h2>Новости</h2>
<p>ClickHouse сильно вырос за 2020..2021.</p>
<p>Особенно (наконец-то) высокий рост в США и Европе.</p>
<p>...</p>
<p>Мы решили организовать отдельную компанию:</p>
<h2>ClickHouse, Inc.</h2>
</section>
<section class="slide">
<h2>Что такое ClickHouse, Inc?</h2>
<p><b>Это — дерзкий международный стартап.</b></p>
<p>Распределённая команда, найм в Европе, США,<br/>
  а также возможен в России и Китае.</p>
</section>
<section class="slide">
<h2>Люди</h2>
<p style="margin-top: -1em;"><b>Aaron Katz</b>, CEO - ex. Elastic, Salesforce.
<br/><b>Alexey Milovidov</b>, CTO.
<br/><b>Yuri Izrailevsky</b>, President of Engineering - ex. Google, Netflix.</p>
<div style="float: right; line-height: 0; margin-right: -50px;">
<img style="width: 100px;" src="pictures/people1.jpg"/><img style="width: 100px;" src="pictures/people2.jpg"/><img style="width: 100px;" src="pictures/people3.jpg"/><img style="width: 100px;" src="pictures/people4.jpg"/><img style="width: 100px;" src="pictures/people5.jpg"/>
<br/><img style="width: 100px;" src="pictures/people6.jpg"/><img style="width: 100px;" src="pictures/people7.jpg"/><img style="width: 100px;" src="pictures/people8.jpg"/><img style="width: 100px;" src="pictures/people9.jpg"/><img style="width: 100px;" src="pictures/people10.jpg"/>
<br/><img style="width: 100px;" src="pictures/people11.jpg"/><img style="width: 100px;" src="pictures/people12.jpg"/><img style="width: 100px;" src="pictures/people13.jpg"/><img style="width: 100px;" src="pictures/people14.jpg"/><img style="width: 100px;" src="pictures/people15.jpg"/>
<br/><b>...</b>
</div>
<img style="width: 50%; margin-left: -50px" src="pictures/founders.webp">
<div style="color: gray; font-size: 12pt; text-align: right; width: 43%; line-height: 1;">это не все люди -->
<br/>пока я готовил слайды,
<br/>наняли ещё кучу людей</div>
</section>
<section class="slide">
<h2>Что произошло</h2>
<img style="width: 100%;" src="pictures/home.webp" />
<p>Вся команда ClickHouse перешла в ClickHouse,<br/>
чтобы работать в ClickHouse над ClickHouse.</p>
</section>
<section class="slide">
<div style="float: right; line-height: 1;">
<img style="height: 150px;" src="pictures/peter-fenton.jpg"/><br/>
<img style="height: 150px;" src="pictures/mike-volpi.jpg"/><br/>
<img style="height: 150px;" src="pictures/arkady-volozh.jpg"/>
</div>
<h2>Инвесторы</h2>
<p>Yandex, Index, Benchmark</p>
<p>... и ещё несколько.</p>
<p>Раунд A - $50 млн,
<br/>оценка не разглашается,
<br/>доли не разглашаются.</p>
</section>
<section class="slide">
<h2>Миссия компании</h2>
<p>1. Сделать ClickHouse аналитической СУБД №1 в мире.</p>
<p>2. Сделать лучшие коммерческие сервисы для ClickHouse.</p>
<p>3. Захватить рынок решений для ClickHouse.</p>
<p style="color: gray;">4. Ничего не испортить.</p>
</section>
<div class="progress"></div>
<script src="shower/shower.min.js"></script>
<!--Video plugin-->
<link rel="stylesheet" href="shower/shower-video.css">
<script src="shower/shower-video.js"></script>
<!--/Video plugin-->
</body>
</html>