Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ##################################### pricing ##############################
  2. pricing:
  3. enable : true
  4. title : Our Plans
  5. pricing_table :
  6. # pricing table loop
  7. - name : Free
  8. price : $99
  9. unit : month
  10. services:
  11. - 1GB Disk Space
  12. - 10 Email Account
  13. - Script Installer
  14. - 1 GB Storage
  15. - 10 GB Bandwidth
  16. - 24/7 Tech Support
  17. button:
  18. label : "Signup"
  19. link : "#"
  20. # pricing table loop
  21. - name : Silver
  22. price : $149
  23. unit : month
  24. services:
  25. - 1GB Disk Space
  26. - 10 Email Account
  27. - Script Installer
  28. - 1 GB Storage
  29. - 10 GB Bandwidth
  30. - 24/7 Tech Support
  31. button:
  32. label : "Signup"
  33. link : "#"
  34. # pricing table loop
  35. - name : Gold
  36. price : $199
  37. unit : month
  38. services:
  39. - 1GB Disk Space
  40. - 10 Email Account
  41. - Script Installer
  42. - 1 GB Storage
  43. - 10 GB Bandwidth
  44. - 24/7 Tech Support
  45. button:
  46. label : "Signup"
  47. link : "#"
  48. # pricing table loop
  49. - name : Platinum
  50. price : $299
  51. unit : month
  52. services:
  53. - 1GB Disk Space
  54. - 10 Email Account
  55. - Script Installer
  56. - 1 GB Storage
  57. - 10 GB Bandwidth
  58. - 24/7 Tech Support
  59. button:
  60. label : "Signup"
  61. link : "#"