You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

324 lines
14 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. {% extends "base.html" %}
  2. {% load static compress hc_extras %}
  3. {% block title %}Pricing - It's Free! - {{ site_name }}{% endblock %}
  4. {% block description %}
  5. <meta name="description" content="With the Free plan, you can monitor up to 20 services for free. Paid plans lift the limits significantly and are reasonably priced. Special offer for open source projects.">
  6. {% endblock %}
  7. {% block keywords %}
  8. <meta name="keywords" content="healthchecks, cronitor alternative, dead man's snitch alternative, monitor cron jobs free, free cron monitoring, free cron job, free health checks">
  9. {% endblock %}
  10. {% block content %}
  11. <section id="plans">
  12. <div class="container">
  13. {% if request.user.is_authenticated %}
  14. <div class="row">
  15. <div class="col-md-12">
  16. <div id="subscription-status" class="jumbotron">
  17. <p>
  18. {% if sub.plan_id %}
  19. Your account is currently on the
  20. <strong>{{ sub.plan_name }}</strong>
  21. plan. Thank you for supporting {{ site_name }}!
  22. {% else %}
  23. Your account is currently on the
  24. <strong>{{ sub.plan_name|default:"Hobbyist" }}</strong> plan.
  25. {% endif %}
  26. </p>
  27. <p>
  28. {% if sub.plan_id %}
  29. <a class="btn btn-default" href="{% url 'hc-billing' %}">Billing Details</a>
  30. {% else %}
  31. <a class="btn btn-default" href="{% url 'hc-billing' %}">Billing Details and Plan Upgrades</a>
  32. {% endif %}
  33. </p>
  34. </div>
  35. </div>
  36. </div>
  37. {% else %}
  38. <div class="row">
  39. <div class="col-sm-12 text-center">
  40. <h1 id="pricing-tagline">Monitor 20 Cron Jobs for Free. Affordable Plans When You Need More.</h1>
  41. </div>
  42. </div>
  43. {% endif %}
  44. <div class="row">
  45. <div class="col-sm-12" id="period-controls">
  46. <div class="btn-group" data-toggle="buttons">
  47. <label class="btn btn-default active">
  48. <input
  49. type="radio"
  50. name="period"
  51. value="monthly"
  52. checked
  53. autocomplete="off"> Monthly
  54. </label>
  55. <label class="btn btn-default">
  56. <input
  57. type="radio"
  58. name="period"
  59. value="annual"
  60. autocomplete="off"> Annual
  61. </label>
  62. </div>
  63. <p id="annual-note">(20% off on annual plan)</p>
  64. </div>
  65. </div>
  66. <div class="row">
  67. <!-- Hobbyist -->
  68. <div class="col-sm-6 col-md-3 text-center">
  69. <div class="panel panel-default plan hobbyist">
  70. <div class="panel-body text-center">
  71. <h1>Hobbyist</h1>
  72. <h2>$0 <span class="mo">/ month</span></h2>
  73. </div>
  74. <ul class="list-group text-center">
  75. <li class="list-group-item"><i class="fa fa-check"></i> 20 checks</li>
  76. <li class="list-group-item">
  77. <span data-help="team-size-help">3 team members</span>
  78. </li>
  79. <li class="list-group-item">
  80. <span data-help="log-limit-help">100 log entries per check</span>
  81. </li>
  82. <li class="list-group-item">API access</li>
  83. <li class="list-group-item">
  84. <span data-help="sms-help">5 SMS, WhatsApp and call credits</span>
  85. </li>
  86. <li class="list-group-item">&nbsp;</li>
  87. </ul>
  88. {% if not request.user.is_authenticated %}
  89. <div class="panel-footer">
  90. <a href="#" data-toggle="modal" data-target="#signup-modal" class="btn">Sign Up</a>
  91. </div>
  92. {% endif %}
  93. </div>
  94. </div>
  95. <!-- Supporter -->
  96. <div class="col-sm-6 col-md-3 text-center">
  97. <div class="panel panel-default plan supporter">
  98. <div class="panel-body text-center free">
  99. <h1>Supporter</h1>
  100. <h2>
  101. <span id="supporter-price">$5</span>
  102. <span class="mo">/ month</span>
  103. </h2>
  104. </div>
  105. <ul class="list-group text-center">
  106. <li class="list-group-item"><i class="fa fa-check"></i> 20 checks</li>
  107. <li class="list-group-item">
  108. <span data-help="team-size-help">3 team members</span>
  109. </li>
  110. <li class="list-group-item">
  111. <span data-help="log-limit-help">1000 log entries per check</span>
  112. </li>
  113. <li class="list-group-item">API access</li>
  114. <li class="list-group-item">
  115. <span data-help="sms-help">5 SMS, WhatsApp and call credits</span>
  116. </li>
  117. <li class="list-group-item">Email support</li>
  118. </ul>
  119. {% if not request.user.is_authenticated %}
  120. <div class="panel-footer">
  121. <a href="#" data-toggle="modal" data-target="#signup-modal" class="btn">
  122. Sign Up
  123. </a>
  124. </div>
  125. {% endif %}
  126. </div>
  127. </div>
  128. <!-- Business -->
  129. <div class="col-sm-6 col-md-3 text-center">
  130. <div class="panel panel-default plan business">
  131. <div class="panel-body text-center">
  132. <h1>Business</h1>
  133. <h2>
  134. <span id="business-price">$20</span>
  135. <span class="mo">/ month</span>
  136. </h2>
  137. </div>
  138. <ul class="list-group text-center">
  139. <li class="list-group-item">100 checks</li>
  140. <li class="list-group-item">
  141. <span data-help="team-size-help">10 team members</span>
  142. </li>
  143. <li class="list-group-item">
  144. <span data-help="log-limit-help">1000 log entries per check</span>
  145. </li>
  146. <li class="list-group-item">API access</li>
  147. <li class="list-group-item">
  148. <span data-help="sms-help">50 SMS, WhatsApp and call credits</span>
  149. </li>
  150. <li class="list-group-item">Email support</li>
  151. </ul>
  152. {% if not request.user.is_authenticated %}
  153. <div class="panel-footer">
  154. <a href="#" data-toggle="modal" data-target="#signup-modal" class="btn">
  155. Sign Up
  156. </a>
  157. </div>
  158. {% endif %}
  159. </div>
  160. </div>
  161. <!-- Business Plus -->
  162. <div class="col-sm-6 col-md-3 text-center">
  163. <div class="panel panel-default plan business-plus">
  164. <div class="panel-body text-center">
  165. <h1>Business Plus</h1>
  166. <h2>
  167. <span id="business-plus-price">$80</span>
  168. <span class="mo">/ month</span>
  169. </h2>
  170. </div>
  171. <ul class="list-group text-center">
  172. <li class="list-group-item">1000 checks</li>
  173. <li class="list-group-item">
  174. <span data-help="team-size-help">Unlimited team members</span>
  175. </li>
  176. <li class="list-group-item">
  177. <span data-help="log-limit-help">1000 log entries per check</span>
  178. </li>
  179. <li class="list-group-item">API access</li>
  180. <li class="list-group-item">
  181. <span data-help="sms-help">500 SMS, WhatsApp and call credits</span>
  182. </li>
  183. <li class="list-group-item">Priority email support</li>
  184. </ul>
  185. {% if not request.user.is_authenticated %}
  186. <div class="panel-footer">
  187. <a href="#" data-toggle="modal" data-target="#signup-modal" class="btn">
  188. Sign Up
  189. </a>
  190. </div>
  191. {% endif %}
  192. </div>
  193. </div>
  194. </div>
  195. </div>
  196. </section>
  197. <section id="faq">
  198. <div class="container">
  199. <div class="row">
  200. <div class="col-sm-6">
  201. <h1>Billing Questions</h1>
  202. <h2>What payment methods do you accept?</h2>
  203. <p>
  204. We accept Visa, Master Card, American Express and PayPal.
  205. </p>
  206. <h2>Will my credit card data be safe?</h2>
  207. <p>
  208. We process payments using
  209. <a href="https://braintreepayments.com">Braintree</a>,
  210. a division of PayPal. Your credit card or PayPal
  211. credentials are never directly handled by or
  212. stored on {{ site_name }} servers.
  213. </p>
  214. <p>
  215. Braintree is a validated Level 1 PCI DSS Compliant
  216. Service Provider, it is on Visa's Global Compliant
  217. Provider List and MasterCard's SDP List.
  218. <a href="https://www.braintreepayments.com/products-and-features/data-security">Read more…</a>
  219. </p>
  220. <h2>If I cancel my paid plan, do I get a refund?</h2>
  221. <p>
  222. You can easily cancel your subscription at any time, but
  223. no refunds are provided for prorated periods.
  224. </p>
  225. </div>
  226. <div class="col-sm-6">
  227. <h1>Premium Features</h1>
  228. <h2>What's the difference between "Hobbyist" and "Supporter" plans?</h2>
  229. <p>
  230. Both plans are similar. The "Supporter" plan is offered
  231. in case "Hobbyist" fits your usage but you wish
  232. to support {{ site_name }} financially.
  233. </p>
  234. <h2>What's "3 / 10 / Unlimited Team Members"?</h2>
  235. <p>
  236. Invite your colleagues
  237. to your account so they can access your checks,
  238. logs, and configured integrations. Inviting team members
  239. is <strong>more convenient and more secure</strong>
  240. than sharing a single login and password.
  241. </p>
  242. <h2>What is the "log entries per check" number?</h2>
  243. <p>
  244. For each of your checks, {{ site_name }} keeps a
  245. historic log of the received pings. The log can be useful
  246. for auditing past activity of your cron jobs.
  247. </p>
  248. <p>
  249. There is a per-check limit of how many log entries are
  250. kept. When this limit is reached, the oldest log entries
  251. start getting removed to make room for new ones.
  252. You can increase the limit by upgrading to paid plans.
  253. </p>
  254. <h2>When is 100 log entries per check sufficient?</h2>
  255. <p>
  256. It depends on how frequently your cron job runs and
  257. for what time period you want to keep a log of received
  258. pings. For example, if your cron job runs once a week,
  259. then the 100 log entries will cover 2 years. On the other
  260. hand, if the cron job runs every 5 minutes, then the 100
  261. log entries will only cover 8 hours.
  262. </p>
  263. </div>
  264. </div>
  265. </div>
  266. </section>
  267. <div id="team-size-help" class="hidden">
  268. Invite your colleagues to your projects so they can access your checks, logs,
  269. and configured integrations. A higher limit lets you invite more people.
  270. </div>
  271. <div id="log-limit-help" class="hidden">
  272. The maximum number of log entries {{ site_name }} will store for each check.
  273. When the limit is reached, the oldest log entries start getting removed to make
  274. room for new ones.
  275. </div>
  276. <div id="sms-help" class="hidden">
  277. <p>The maximum number of SMS, WhatsApp and phone call notifications per month.</p>
  278. <p>The limit is applied to the combined number of sent SMS, WhatsApp and phone
  279. call notifications. </p>
  280. </div>
  281. {% if not request.user.is_authenticated %}
  282. {% include "front/signup_modal.html" %}
  283. {% endif %}
  284. {% endblock %}
  285. {% block scripts %}
  286. {% compress js %}
  287. <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
  288. <script src="{% static 'js/bootstrap.min.js' %}"></script>
  289. <script src="{% static 'js/pricing.js' %}"></script>
  290. <script src="{% static 'js/signup.js' %}"></script>
  291. {% endcompress %}
  292. {% endblock %}