timeline.json 700 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [
  2. {
  3. "icon": "brand-facebook",
  4. "icon-bg": "facebook",
  5. "title": "Facebook",
  6. "date": "just now"
  7. },
  8. {
  9. "icon": "briefcase",
  10. "title": "Products",
  11. "date": "2 hrs ago"
  12. },
  13. {
  14. "icon": "brand-twitter",
  15. "icon-bg": "twitter",
  16. "title": "Twitter",
  17. "date": "8 hrs ago"
  18. },
  19. {
  20. "icon": "brand-dribbble",
  21. "icon-bg": "dribbble",
  22. "title": "Dribbble",
  23. "date": "12 hrs ago"
  24. },
  25. {
  26. "icon": "database",
  27. "title": "Backup",
  28. "date": "2 days ago"
  29. },
  30. {
  31. "icon": "settings",
  32. "icon-bg": "primary",
  33. "title": "System",
  34. "date": "4 days ago"
  35. },
  36. {
  37. "icon": "briefcase",
  38. "title": "Products",
  39. "date": "12 days ago"
  40. }
  41. ]