generated from Iraq-RBC-Capstones-2021/Next-Redux-Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusers.json
40 lines (40 loc) · 1.52 KB
/
users.json
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
{
"users": [
{
"id": "1",
"title": "Wisam Naji",
"description": "Project Leader",
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/educards-23b77.appspot.com/o/wissam.png?alt=media&token=90b29029-2f34-4ff4-a4b6-ebbbc352466e"
},
{
"id": "2",
"title": "Lana Kamal",
"description": "Web Developer",
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/educards-23b77.appspot.com/o/lana.jpg?alt=media&token=c161375b-fa22-4e8d-97a5-0b6578010860"
},
{
"id": "3",
"title": "Muhammad Burhan",
"description": "Web Developer",
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/educards-23b77.appspot.com/o/muhammed.png?alt=media&token=6a802577-0393-4126-9e97-c2e6b2fe7d9e"
},
{
"id": "4",
"title": "Ulfet Adnan",
"description": "Web Developer",
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/educards-23b77.appspot.com/o/ulfet.jpg?alt=media&token=f1d5d268-7a06-4432-8708-6a4bea068be3"
},
{
"id": "5",
"title": "Yasser Muayed",
"description": "Web Developer",
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/educards-23b77.appspot.com/o/yasser.png?alt=media&token=b602adcb-7904-44d9-834c-f28c944ab808"
},
{
"id": "6",
"title": "Alhassan Ali",
"description": "Web Developer",
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/educards-23b77.appspot.com/o/alhassan.jpg?alt=media&token=9e852ea1-704d-46d4-b124-f7f5455c26d1"
}
]
}