bfi-style
Version:
Colors and fonts for BFI
21 lines • 953 B
Plain Text
// for(var i= 0; i <= 30; i++) {
// this.tableData.push(
// {
// id: i,
// email: "testing" + (i+1) + "@getnada.com",
// name: "Firstname M. Surname",
// mobile: "32432456641",
// livestock: "We don't have any livestocks but I have experience in taking care of chickens and goats",
// willing_to_travel: "No",
// resume_upload_date: "2021-3-" + (i+1) + "T00:00:00.000Z",
// resume_upload_url: "https://drive.google.com/open?id=1Un-s6b5mrSEOnCl4L2BGgZ4EWquhCteW",
// running_time: {
// days: 3,
// hours: 11,
// minutes: 3,
// seconds: 6,
// milliseconds: 339.593
// }
// }
// );
// }