Skip to content

Commit 5f07fd3

Browse files
committed
update team bios
1 parent 74b7f44 commit 5f07fd3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/components/TeamProfileCards/index.tsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function TeamProfileCard({
8181

8282
function TeamProfileCardCol(props: ProfileProps) {
8383
return (
84-
<TeamProfileCard {...props} className="col col--12 margin-bottom--lg" />
84+
<TeamProfileCard {...props} className="col col--6 margin-bottom--lg" />
8585
);
8686
}
8787

@@ -106,7 +106,9 @@ export function CoreTeamRow(): JSX.Element {
106106
His prior work involves building Bing's/Azure's key value store (ObjectStore), distributed NAS, and search engines. <br />
107107
He's into outdoors and endurance sports while not working.
108108
</TeamProfileCardCol>
109-
<TeamProfileCardCol name="Felipe Imanishi" githubUrl="https://github.com/fimanishi"> </TeamProfileCardCol>
109+
<TeamProfileCardCol name="Felipe Imanishi" githubUrl="https://github.com/fimanishi" linkedinUrl="https://www.linkedin.com/in/fimanishi">
110+
Felipe is a Software Engineer contributing to Cadence from San Francisco. He found CS later in his career, and he is glad he did. Felipe is always looking to learn more and Cadence is provides an endless source of topics. Outside of work, Felipe is probably doing something with his two sons.
111+
</TeamProfileCardCol>
110112
<TeamProfileCardCol name="Gaziza Yestemirova" githubUrl="https://github.com/gazi-yestemirova"> </TeamProfileCardCol>
111113
<TeamProfileCardCol name="Ilya Ozherelyev" githubUrl="https://github.com/3vilhamster"> </TeamProfileCardCol>
112114
<TeamProfileCardCol name="Jakob Haahr Taankvist" githubUrl="https://github.com/jakobht" linkedinUrl="https://www.linkedin.com/in/jakob-taankvist/">
@@ -124,8 +126,12 @@ export function CoreTeamRow(): JSX.Element {
124126
Nate originally got into programming by modding Minecraft and has been contributing to open source software ever since.
125127
When he's not working on Cadence he's on a mission to try every pizza in Seattle.
126128
</TeamProfileCardCol>
127-
<TeamProfileCardCol name="Neil Xie" githubUrl="https://github.com/neil-xie"> </TeamProfileCardCol>
128-
<TeamProfileCardCol name="Sankari Gopalakrishnan" githubUrl="https://github.com/sankari165"> </TeamProfileCardCol>
129+
<TeamProfileCardCol name="Neil Xie" githubUrl="https://github.com/neil-xie" linkedinUrl="https://www.linkedin.com/in/neil-huakun-xie-b9373a162/">
130+
Neil is a Software Engineer contrinuting to Cadence based in Seattle. He is a camping enthusiast who enjoys exploring the outdoors with his two dogs.
131+
</TeamProfileCardCol>
132+
<TeamProfileCardCol name="Sankari Gopalakrishnan" githubUrl="https://github.com/sankari165" linkedinUrl="https://www.linkedin.com/in/sankari-gopalakrishnan165">
133+
Sankari is a Software Engineer at Uber, working on Cadence from Denmark. With a career spanning multiple domains, she has mastered the art of connecting the dots. Outside her technical pursuits, she finds joy in therapeutic art, channeling her love for sugar, spices, and colors into creative expression.
134+
</TeamProfileCardCol>
129135
<TeamProfileCardCol name="Shaddoll" githubUrl="https://github.com/Shaddoll"> </TeamProfileCardCol>
130136
<TeamProfileCardCol name="Shijie Sheng" githubUrl="https://github.com/shijiesheng"> </TeamProfileCardCol>
131137
<TeamProfileCardCol name="Steven L" githubUrl="https://github.com/Groxx"> </TeamProfileCardCol>

0 commit comments

Comments
 (0)