Skip to content

Commit 3393cc0

Browse files
authored
Merge pull request #62 from KotlinFoundation/KTL-1387-members
feat(KTL-1387): added news about board members, changed structure
2 parents 44a50a0 + 72cd216 commit 3393cc0

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

src/components/Person/Person.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@
157157
z-index: 3;
158158

159159
.personVariation1 & {
160-
--mascot-rotate: rotate(9deg);
161-
background-position: 45% 39%;
160+
--mascot-rotate: rotate(-5deg);
161+
background-position: 35% 30%;
162162
}
163163

164164
.personVariation2 & {
165-
--mascot-rotate: rotate(3deg);
166-
background-position: 100% 25%;
165+
--mascot-rotate: rotate(-6deg);
166+
background-position: 50% 30%;
167167
}
168168

169169
.personVariation3 & {

src/images/persons/Egor Tolstoy.jpg

355 KB
Loading

src/images/persons/Egor Tolstoy.png

-225 KB
Binary file not shown.

src/images/persons/Maxim Shafirov.png

-269 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "New Kotlin Foundation President and New Board Member Appointed"
3+
date: 2024-02-27 11:00
4+
spoilerSize: 260
5+
---
6+
7+
We’re delighted to announce the appointment of [Hadi Hariri](https://twitter.com/hhariri) as the new President of the Kotlin Foundation. Having been an integral part of the Kotlin community for many years, Hadi's passion for open-source development and deep understanding of developers' needs make him the perfect candidate to drive the Kotlin Foundation forward. With this transition, the Foundation looks forward to embracing new perspectives and reaching new milestones.
8+
9+
In addition to this announcement, the Kotlin Foundation would also like to extend its heartfelt gratitude to the former President, [Max Shafirov](https://twitter.com/mshafirov), for his exceptional contribution. Through Max’s strategic direction, the Kotlin Foundation has been able to foster an inclusive and vibrant community of developers, leading to extensive collaboration and continuous innovation within the Kotlin ecosystem.
10+
11+
As the torch passes from Max to Hadi, the Kotlin Foundation is excited about its current momentum and looks forward to an even brighter future. Together, with the support of the Kotlin community, the Foundation endeavors to further enhance Kotlin's reach and impact, empowering developers to create exceptional solutions.
12+
13+
### New Board Member
14+
15+
[Egor Tolstoy](https://twitter.com/HeyTolstoy) has been appointed as a new board member. Being the Kotlin Project Lead at JetBrains and having led the Kotlin Product Management team before that, Egor's thorough knowledge of the ecosystem and its innovative product vision make him a valuable addition to the Foundation.

src/pages/structure.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The Kotlin Foundation is a nonprofit nonstock corporation registered in the stat
1212
hero
1313
name="Board of Directors"
1414
members={[
15-
{ name: 'Maxim Shafirov', company: 'JetBrains' },
1615
{ name: 'Hadi Hariri', company: 'JetBrains' },
16+
{ name: "Egor Tolstoy", company: 'JetBrains' },
1717
{ name: 'Grace Kloba', company: 'Google' },
1818
{ name: 'Jeffrey van Gogh', company: 'Google' },
1919
{ name: 'Jeffrey Namnum', company: 'Touchlab' },
@@ -28,7 +28,7 @@ The Board appoints the Lead Language Designer and the members of the Language Co
2828

2929
<Department
3030
name={'President'}
31-
members={{ name: 'Maxim Shafirov', company: 'JetBrains' }}
31+
members={{ name: 'Hadi Hariri', company: 'JetBrains' }}
3232
>
3333

3434
The President acts as the chief officer of the Foundation and supervises its affairs and operations.
@@ -129,7 +129,7 @@ The Trademark Committee reports directly to the Foundation’s board of director
129129
]}
130130
>
131131

132-
The Education Committee oversees educational initiatives and resources to promote the Kotlin programming language.
132+
The Education Committee oversees educational initiatives and resources to promote the Kotlin programming language.
133133
It serves as a bridge between the Kotlin Foundation and educational endeavors.
134134

135135
</Department>

0 commit comments

Comments
 (0)