-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): update about page design (#6454)
- Loading branch information
1 parent
5a9267f
commit 1d0a069
Showing
11 changed files
with
715 additions
and
596 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
import React from "react"; | ||
|
||
export const backedBy = [ | ||
{ | ||
name: "Emre Baran", | ||
avatar: { | ||
light: | ||
"https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/emre.png", | ||
dark: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/emre-dark.png", | ||
}, | ||
role1: "CEO & Co-founder at Cerbos", | ||
role2: null, | ||
}, | ||
{ | ||
name: "Burak Emre Kabakçı", | ||
avatar: { | ||
light: | ||
"https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/burak.png", | ||
dark: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/burak-dark.png", | ||
}, | ||
role1: <span className="whitespace-nowrap">Staff SWE at LiveRamp</span>, | ||
role2: null, | ||
}, | ||
{ | ||
name: "Theo Browne", | ||
avatar: { | ||
light: | ||
"https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/theo.png", | ||
dark: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/theo-dark.png", | ||
}, | ||
role1: "CEO at Ping", | ||
role2: null, | ||
}, | ||
{ | ||
name: "Piotr Karwatka", | ||
avatar: { | ||
light: | ||
"https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/piotr.png", | ||
dark: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/piotr-dark.png", | ||
}, | ||
role1: "Co-founder at Catch The Tornado", | ||
role2: null, | ||
}, | ||
{ | ||
name: "Aksel Kastoryano", | ||
avatar: { | ||
light: | ||
"https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/aksel.png", | ||
dark: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/about/images/team-avatars2/aksel-dark.png", | ||
}, | ||
role1: <span className="whitespace-nowrap">Entrepreneur - Investor</span>, | ||
role2: null, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.