-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserData.js
More file actions
40 lines (39 loc) · 1.04 KB
/
Copy pathuserData.js
File metadata and controls
40 lines (39 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
const userData = [
{
id: 1,
name: "Injamul Mohammad Mollah",
img: "https://avatars1.githubusercontent.com/u/43756219?s=460&u=c133586bd27db098039b668856fb7c3f1cbbea04&v=4",
username: "mrinjamul",
userlink: "https://github.com/mrinjamul",
isOrg: false,
orgName: "Github",
orgLink: "https://github.com",
isLoc: true,
Loc: "Berhampore, IN",
},
{
id: 2,
name: "Injamul",
img: "https://avatars3.githubusercontent.com/u/43629828?s=460&u=e2219c36da773979394c6a9b90a390e0506ee434&v=4",
username: "linuxuserin",
userlink: "https://github.com/linuxuserin",
isOrg: true,
orgName: "1xcode",
orgLink: "https://1xcode.github.io/",
isLoc: true,
Loc: "Earth",
},
{
id: 3,
name: "Asif Mohammad Mollah",
img: "https://avatars.githubusercontent.com/u/10460708?v=4",
username: "mrasif",
userlink: "https://github.com/mrasif",
isOrg: false,
orgName: "Github",
orgLink: "https://github.com",
isLoc: true,
Loc: "Earth",
},
];
export default userData;