Advertisement
sugengdcahyo

Untitled

May 26th, 2023
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. {
  2. id: '1',
  3. position: 'PT. Cahaya Cinta Sejati',
  4. children: [
  5. {
  6. id: '2', position: 'CEO',
  7. people: [
  8. {
  9. id: '1', name: 'Alexander Graham Bell', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg'
  10. }
  11. ],
  12. children: [
  13. {
  14. id: '3',
  15. position: 'Vice President',
  16. people:
  17. [
  18. {
  19. id: '1', name: 'Jony English', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg'
  20. }
  21. ],
  22. children: [
  23. {
  24. id: '4',
  25. position: 'Finance Lead',
  26. people:
  27. [
  28. {
  29. id: '1', name: 'Sam Walton', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg'
  30. }
  31. ],
  32. children:
  33. [{
  34. id: 1,
  35. position: 'Staff Finance',
  36. people: [
  37. { id: '1', name: 'Michael Nikolas', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg', },
  38. { id: '2', name: 'Katty Perry', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg', },
  39. { id: '3', name: 'Doug McMillon', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg' },
  40. ]
  41. }]
  42. },
  43. {
  44. id: '5',
  45. position: 'Engineering Lead',
  46. people:
  47. [
  48. {
  49. id: '1', name: 'George Brush', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg'
  50. }
  51. ],
  52. children:
  53. [{
  54. id: 1,
  55. position: 'Engineering Staff',
  56. people: [
  57. { id: '1', name: 'Michael Nikolas', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg', },
  58. { id: '2', name: 'Katty Perry', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg', },
  59. { id: '3', name: 'Doug McMillon', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg' },
  60. ]
  61. }]
  62. },
  63. {
  64. id: '5',
  65. position: 'Development Devision',
  66. people:
  67. [
  68. { id: '1', name: 'Emma Stone', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg', },
  69. { id: '2', name: 'Katty Perry', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg', },
  70. { id: '3', name: 'Doug McMillon', img: 'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/479.jpg' },
  71. ]
  72. },
  73. ]
  74. }
  75. ]
  76. },
  77. ]
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement