Skip to content

Commit 6c3022c

Browse files
authored
Merge pull request #112 from KotlinFoundation/add-new-member
KTL-2893 Foundation: Add Sergei Rybalkin to Organization
2 parents 9fa6a8e + 0fc24ed commit 6c3022c

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

src/components/Person/Person.module.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@
4545

4646
.personSizeXl > .photoWrap > .photo {
4747
border-radius: 200px;
48-
height: 190px;
49-
width: 152px;
48+
height: 130px;
49+
width: 110px;
50+
51+
@media (min-width: 1191px) {
52+
height: 190px;
53+
width: 152px;
54+
}
5055
}
5156

5257
@media (min-width: 960px) {

src/components/Person/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function Person({ className = '', avatar, variation, size, xlWidth, name,
5757
</div>
5858
<p className={style.info}>
5959
<span className={cn('ktl-h4', 'n')}>{name}</span>
60-
<span className={cn(textCn('ktl-text-2'), 'org')}>{company}</span>
60+
<span className={cn(textCn('ktl-text-3'), 'org')}>{company}</span>
6161
</p>
6262
</div>
6363
);
143 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "🚀 Welcome Sergei Rybalkin to the Kotlin Foundation Board!"
3+
date: 2025-08-05 11:00
4+
spoilerSize: 260
5+
---
6+
7+
8+
We’re excited to welcome Sergei Rybalkin, Senior Staff Software Engineer at Meta, as the newest member of the Kotlin Foundation Board.
9+
10+
With Meta joining as a Gold Member, Sergei brings over a decade of hands-on experience in advancing Kotlin across large-scale, production environments.
11+
12+
Before Meta, Sergei championed Kotlin adoption at Alibaba Group, working on server-side architecture, function-as-a-service (FaaS) platforms, and JVM frameworks. He’s also the author of open-source tools like **Kohttp**, and a contributor to **Redex**, Meta’s Android bytecode optimizer and **Buck2**, a build tool for large scale code based that supports Kotlin and Android.
13+
14+
A frequent speaker at events like FOSDEM and Kotlin Dev Day, Sergei is known in the community for his practical, performance-focused talks that address real-world challenges in Kotlin development at scale.
15+
16+
He joins the Foundation at a pivotal moment in our mission to bring **Kotlin everywhere**—across platforms, industries, and teams. With his technical leadership and community perspective, Sergei will play a key role in shaping the future of the language and its ecosystem.
17+
18+
Please join us in giving him a warm welcome! 👏

src/pages/structure.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The Kotlin Foundation is a nonprofit nonstock corporation registered in the stat
1818
{ name: 'Jeffrey van Gogh', company: 'Google' },
1919
{ name: 'Jeffrey Namnum', company: 'Touchlab' },
2020
{ name: 'Werner Dietl', company: 'Independent Director' },
21+
{ name: 'Sergei Rybalkin', company: 'Meta' },
2122
]}
2223
>
2324

0 commit comments

Comments
 (0)