Skip to content

Commit 18ed2c6

Browse files
Add Barry to About Us Page (thank you Bill for the offer!) (#687)
* Add Barry to About Us Page (thank you Bill for the offer!) * Minor fixes to bio text * Update about-us.tsx Co-authored-by: Bill <[email protected]>
1 parent fe68b31 commit 18ed2c6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

โ€Žsrc/pages/about-us.tsx

+11-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ const Twitter = ({ twitterName }) => (
3030
)
3131

3232
const data = [
33+
{
34+
name: "Barry May",
35+
imgUrl: "https://avatars.githubusercontent.com/u/5514034?v=4",
36+
url: "https://github.com/stramel",
37+
bio:
38+
"I'm a software engineer/team leader with long-term UI/UX and DevOps experience. I love to show devs the power of the modern web stack (TypeScript in particular ๐Ÿ˜€), and I'm thrilled to assist on great OSS projects like react-hook-form!",
39+
twitterName: "barry_a_may",
40+
interests: ["๐ŸŽฒ games", "๐Ÿ’ป code", "๐Ÿ• food"],
41+
active: true,
42+
},
3343
{
3444
name: "Joris",
3545
imgUrl: "https://avatars1.githubusercontent.com/u/7545547?v=4",
@@ -113,7 +123,7 @@ const data = [
113123
twitterName: "stramel89",
114124
interests: ["๐Ÿ‹๐Ÿปโ€โ™‚๏ธ powerlifting", "๐ŸŽฎ games", "๐Ÿ’ป code"],
115125
active: false,
116-
},
126+
}
117127
]
118128

119129
export default ({ location }) => {

0 commit comments

Comments
ย (0)