first commit
This commit is contained in:
+229
@@ -0,0 +1,229 @@
|
||||
|
||||
|
||||
|
||||
export const TeamContent = [
|
||||
{ id:1 ,
|
||||
designation: "Developer",
|
||||
name: "George Cortez",
|
||||
img: "img_66",
|
||||
animationDelay: "200",
|
||||
},
|
||||
{ id:2 ,
|
||||
designation: "Co-Founder",
|
||||
name: "Juan Barber",
|
||||
img: "img_67",
|
||||
animationDelay: "250",
|
||||
},
|
||||
{ id:3 ,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_68",
|
||||
animationDelay: "300",
|
||||
},
|
||||
{ id: 4,
|
||||
designation: "Customer management",
|
||||
name: "Maud Ellis",
|
||||
img: "img_69",
|
||||
animationDelay: "50",
|
||||
},
|
||||
{ id:5 ,
|
||||
designation: "Senior Designer",
|
||||
name: "Jhon Du",
|
||||
img: "img_70",
|
||||
animationDelay: "100",
|
||||
},
|
||||
{ id:6 ,
|
||||
designation: "Co-Founder",
|
||||
name: "Juan Barber",
|
||||
img: "img_71",
|
||||
animationDelay: "150",
|
||||
},
|
||||
];
|
||||
|
||||
export const TeamContentTwo = [
|
||||
{ id:7 ,
|
||||
designation: "Developer",
|
||||
name: "George Cortez",
|
||||
img: "img_29",
|
||||
animationDelay: "200",
|
||||
},
|
||||
{ id:8 ,
|
||||
designation: "Co-Founder",
|
||||
name: "Juan Barber",
|
||||
img: "img_30",
|
||||
animationDelay: "250",
|
||||
},
|
||||
{ id:9 ,
|
||||
designation: "Marc McCormick",
|
||||
name: "Marketing Crew ",
|
||||
img: "img_31",
|
||||
animationDelay: "300",
|
||||
},
|
||||
{ id: 10,
|
||||
designation: "Customer management",
|
||||
name: "Maud Ellis",
|
||||
img: "img_32",
|
||||
animationDelay: "50",
|
||||
},
|
||||
{ id:11 ,
|
||||
designation: "Senior Designer",
|
||||
name: "Jhon Du",
|
||||
img: "img_33",
|
||||
animationDelay: "100",
|
||||
},
|
||||
{ id:12 ,
|
||||
designation: "Co-Founder",
|
||||
name: "Juan Barber",
|
||||
img: "img_34",
|
||||
animationDelay: "150",
|
||||
},
|
||||
];
|
||||
|
||||
export const TeamContentThree = [
|
||||
{ id:13,
|
||||
designation: "Developer",
|
||||
name: "George Cortez",
|
||||
img: "img_101",
|
||||
animationDelay: "200",
|
||||
},
|
||||
{ id:14,
|
||||
designation: "Product Manager",
|
||||
name: "Florence Roberts",
|
||||
img: "img_102",
|
||||
animationDelay: "250",
|
||||
},
|
||||
{ id:15,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_103",
|
||||
animationDelay: "300",
|
||||
},
|
||||
{ id:16,
|
||||
designation: "UI Designer",
|
||||
name: "George Cortez",
|
||||
img: "img_98",
|
||||
animationDelay: "50",
|
||||
},
|
||||
{ id:17,
|
||||
designation: "Product Manager",
|
||||
name: "Florence Roberts",
|
||||
img: "img_99",
|
||||
animationDelay: "100",
|
||||
},
|
||||
{ id:18,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_100",
|
||||
animationDelay: "150",
|
||||
},
|
||||
];
|
||||
|
||||
export const TeamContentFour = [
|
||||
{ id:19 ,
|
||||
designation: "UI Designer",
|
||||
name: "George Cortez",
|
||||
img: "img_98",
|
||||
animationDelay: "50",
|
||||
},
|
||||
{ id: 20,
|
||||
designation: "Product Manager",
|
||||
name: "Florence Roberts",
|
||||
img: "img_99",
|
||||
animationDelay: "100",
|
||||
},
|
||||
{ id:21 ,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_100",
|
||||
animationDelay: "150",
|
||||
},
|
||||
{ id: 22,
|
||||
designation: "Developer",
|
||||
name: "George Cortez",
|
||||
img: "img_101",
|
||||
animationDelay: "200",
|
||||
},
|
||||
{ id:23 ,
|
||||
designation: "Product Manager",
|
||||
name: "Florence Roberts",
|
||||
img: "img_102",
|
||||
animationDelay: "250",
|
||||
},
|
||||
{ id:24 ,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_103",
|
||||
animationDelay: "300",
|
||||
},
|
||||
];
|
||||
|
||||
export const TeamContentFive = [
|
||||
{ id: 25,
|
||||
designation: "UI Designer",
|
||||
name: "George Cortez",
|
||||
img: "img_98",
|
||||
animationDelay: "50",
|
||||
},
|
||||
{ id: 26,
|
||||
designation: "Product Manager",
|
||||
name: "Florence Roberts",
|
||||
img: "img_99",
|
||||
animationDelay: "100",
|
||||
},
|
||||
{ id: 27,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_100",
|
||||
animationDelay: "150",
|
||||
},
|
||||
{ id: 28,
|
||||
designation: "Developer",
|
||||
name: "George Cortez",
|
||||
img: "img_101",
|
||||
animationDelay: "200",
|
||||
},
|
||||
{ id: 29,
|
||||
designation: "Product Manager",
|
||||
name: "Florence Roberts",
|
||||
img: "img_102",
|
||||
animationDelay: "250",
|
||||
},
|
||||
{ id: 30,
|
||||
designation: "Marketing Crew",
|
||||
name: "Marc McCormick",
|
||||
img: "img_103",
|
||||
animationDelay: "300",
|
||||
},
|
||||
];
|
||||
|
||||
export const All = [
|
||||
{ id: 31, img: "img_07", title: "Maurice Craig", designation: "Co-Founder" , category:'Leadership' },
|
||||
{ id: 32,
|
||||
img: "img_08",
|
||||
title: "Duane Cain",
|
||||
designation: "Senior Product Desogner" , category:'Designer'
|
||||
},
|
||||
{ id: 33, img: "img_09", title: "Viola George", designation: "Co-Founder" , category:'Developer'},
|
||||
{ id: 34, img: "img_10", title: "Maurice Craig", designation: "Co-Founder" , category:'Leadership' },
|
||||
{ id: 35,
|
||||
img: "img_11",
|
||||
title: "Nina Walters",
|
||||
designation: "Senior Product Desogner", category:'Developer'
|
||||
},
|
||||
{ id: 36,img: "img_12", title: "Nathaniel Burke", designation: "Co-Founder" , category:'Designer'},
|
||||
{ id: 37,img: "img_13", title: "Maurice Craig", designation: "Co-Founder" , category:'Leadership' },
|
||||
{ id: 38,img: "img_14", title: "Viola George", designation: "Co-Founder" , category:'Designer'},
|
||||
{ id: 39,img: "img_15", title: "Viola George", designation: "Co-Founder" , category:'Marketing' },
|
||||
{ id: 40,img: "img_16", title: "Viola George", designation: "Co-Founder" , category:'Leadership' },
|
||||
{ id: 41,img: "img_17", title: "Viola George", designation: "Co-Founder" , category:'Designer' },
|
||||
{ id: 42,img: "img_18", title: "Viola George", designation: "Co-Founder" , category:'Marketing' },
|
||||
];
|
||||
|
||||
export const allTeams = [
|
||||
...TeamContent,
|
||||
...TeamContentTwo,
|
||||
...TeamContentThree,
|
||||
...TeamContentFour,
|
||||
...TeamContentFive,
|
||||
...All,
|
||||
]
|
||||
Reference in New Issue
Block a user