orders.json 464 B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "title": "Wordpress Plugins",
  4. "subtitle": "HTML, CSS, PHP",
  5. "color": "blue"
  6. },
  7. {
  8. "title": "HTML Templates",
  9. "subtitle": "HTML, CSS, Javascript",
  10. "color": "red"
  11. },
  12. {
  13. "title": "Mobile Apps",
  14. "subtitle": "React Native",
  15. "color": "green"
  16. },
  17. {
  18. "title": "Back-end Plugins",
  19. "subtitle": "Ruby, PHP",
  20. "color": "yellow"
  21. },
  22. {
  23. "title": "Other",
  24. "subtitle": "C#, ASP.NET",
  25. "color": "dark"
  26. }
  27. ]