Skip to content

Commit 3f58dd9

Browse files
authored
[website] Benny Joo joining MUI (#29499)
1 parent 4a67b3c commit 3f58dd9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import * as React from 'react';
2+
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
3+
import { docs } from './benny-joo-joining.md?@mui/markdown';
4+
5+
export default function Page() {
6+
return <TopLayoutBlog docs={docs} />;
7+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Benny Joo joins MUI
3+
description: We are excited to share that Benny Joo has joined MUI. He has started last month full-time and is now a Junior Software Engineer in the the Core team.
4+
date: 2020-11-14T00:00:00.000Z
5+
authors: ['mnajdova']
6+
card: true
7+
---
8+
9+
We are excited to share that [Benny Joo](https://github.com/hbjORbj) has joined MUI.
10+
He has started last month full-time, and is now part of the Core team.
11+
12+
Before joining full-time, Benny was our first intern during the summer.
13+
He joined us right after graduating from The University of Edinburgh.
14+
He had a great start of the internship, implementing the [Masonry component](https://mui.com/components/masonry)! It was one of the [most upvoted issues](https://github.com/mui-org/material-ui/issues/17000) that we simply didn't have bandwith to work on.
15+
16+
As part of the Core team, he will help with the community support, as well as work on some of the new features we plan for the community version of the library, like the unstyled components and the second design system.
17+
I am excited to see what other valuable contributions he will make in the future.
18+
19+
The Core team will continue developing the foundations on which to build great design systems. Here's a quick view of [the community roadmap](https://github.com/mui-org/material-ui/projects/25).
20+
21+
We couldn't be more excited to have Benny on the team!

0 commit comments

Comments
 (0)