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.

172 lines
7.4 KiB

10 years ago
9 years ago
10 years ago
10 years ago
8 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
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{% block title %}healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}</title>
  6. <meta name="description" content="Monitor and Get Notified When Your Cron Jobs Fail. Free alternative to Cronitor and Dead Man's Snitch.">
  7. <meta name="keywords" content="monitor cron jobs daemon background worker service cronjob monitoring crontab alert notify cronitor deadmanssnitch webhook">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
  10. {% load compress staticfiles %}
  11. <link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
  12. {% compress css %}
  13. <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css">
  14. <link rel="stylesheet" href="{% static 'css/icomoon.css' %}" type="text/css">
  15. <link rel="stylesheet" href="{% static 'css/nouislider.min.css' %}" type="text/css">
  16. <link rel="stylesheet" href="{% static 'css/nouislider.pips.css' %}" type="text/css">
  17. <link rel="stylesheet" href="{% static 'css/base.css' %}" type="text/css">
  18. <link rel="stylesheet" href="{% static 'css/docs.css' %}" type="text/css">
  19. <link rel="stylesheet" href="{% static 'css/welcome.css' %}" type="text/css">
  20. <link rel="stylesheet" href="{% static 'css/my_checks.css' %}" type="text/css">
  21. <link rel="stylesheet" href="{% static 'css/my_checks_mobile.css' %}" type="text/css">
  22. <link rel="stylesheet" href="{% static 'css/my_checks_desktop.css' %}" type="text/css">
  23. <link rel="stylesheet" href="{% static 'css/pricing.css' %}" type="text/css">
  24. <link rel="stylesheet" href="{% static 'css/syntax.css' %}" type="text/css">
  25. <link rel="stylesheet" href="{% static 'css/channels.css' %}" type="text/css">
  26. <link rel="stylesheet" href="{% static 'css/channel_checks.css' %}" type="text/css">
  27. <link rel="stylesheet" href="{% static 'css/log.css' %}" type="text/css">
  28. <link rel="stylesheet" href="{% static 'css/add_pushover.css' %}" type="text/css">
  29. <link rel="stylesheet" href="{% static 'css/settings.css' %}" type="text/css">
  30. {% endcompress %}
  31. </head>
  32. <body class="page-{{ page }}">
  33. <nav class="navbar navbar-default">
  34. <div class="container">
  35. <div class="navbar-header">
  36. <button
  37. type="button"
  38. class="navbar-toggle collapsed"
  39. data-toggle="collapse"
  40. data-target="#navbar"
  41. aria-expanded="false"
  42. aria-controls="navbar">
  43. <span class="sr-only">Toggle navigation</span>
  44. <span class="icon-bar"></span>
  45. <span class="icon-bar"></span>
  46. <span class="icon-bar"></span>
  47. </button>
  48. <a class="navbar-brand"
  49. href="{% url 'hc-index' %}"
  50. title="healthchecks.io - Monitor Cron Jobs">
  51. {% if request.user.is_authenticated %}
  52. <img
  53. id="logo"
  54. height="50"
  55. width="59"
  56. src="{% static 'img/logo.png'%}"
  57. srcset="{% static 'img/logo.png'%} 1x, {% static 'img/[email protected]'%} 2x"
  58. alt="healthchecks.io">
  59. {% else %}
  60. <img
  61. id="logo"
  62. height="50"
  63. width="200"
  64. src="{% static 'img/logo-full.png'%}"
  65. srcset="{% static 'img/logo-full.png'%} 1x, {% static 'img/[email protected]'%} 2x"
  66. alt="healthchecks.io">
  67. {% endif %}
  68. </a>
  69. </div>
  70. <div id="navbar" class="navbar-collapse collapse">
  71. <ul id="nav-main-sections" class="nav navbar-nav">
  72. {% if request.user.is_authenticated %}
  73. <li {% if page == 'checks' %} class="active" {% endif %}>
  74. <a href="{% url 'hc-checks' %}">Checks</a>
  75. </li>
  76. <li {% if page == 'channels' %} class="active" {% endif %}>
  77. <a href="{% url 'hc-channels' %}">Integrations</a>
  78. </li>
  79. {% endif %}
  80. {% if show_pricing %}
  81. <li {% if page == 'pricing' %} class="active" {% endif %}>
  82. <a href="{% url 'hc-pricing' %}">Pricing</a>
  83. </li>
  84. {% endif %}
  85. <li {% if page == 'docs' %} class="active" {% endif %}>
  86. <a href="{% url 'hc-docs' %}">Docs</a>
  87. </li>
  88. <li {% if page == 'about' %} class="active" {% endif %}>
  89. <a href="{% url 'hc-about' %}">About</a>
  90. </li>
  91. </ul>
  92. {% if request.user.is_authenticated %}
  93. {% else %}
  94. <ul class="nav navbar-nav navbar-right">
  95. <li><a href="{% url 'hc-login' %}">Log In</a></li>
  96. </ul>
  97. {% endif %}
  98. {% if request.user.is_authenticated %}
  99. <ul class="nav navbar-nav navbar-right">
  100. <li class="dropdown">
  101. <a id="nav-email" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button">
  102. {{ request.team }} <span class="caret"></span>
  103. </a>
  104. <ul class="dropdown-menu">
  105. {% if request.teams %}
  106. <li class="dropdown-header">{{ request.user.profile }}</li>
  107. <li>
  108. <a href="{% url 'hc-switch-team' request.user.username %}" class="active">Checks</a>
  109. </li>
  110. {% endif %}
  111. <li><a href="{% url 'hc-profile' %}">Account Settings</a></li>
  112. <li role="separator" class="divider"></li>
  113. {% for team in request.teams %}
  114. <li class="dropdown-header">{{ team }}</li>
  115. <li>
  116. <a href="{% url 'hc-switch-team' team.user.username %}">Checks</a>
  117. </li>
  118. <li role="separator" class="divider"></li>
  119. {% endfor %}
  120. <li><a href="{% url 'hc-logout' %}">Log Out</a></li>
  121. </ul>
  122. </li>
  123. </ul>
  124. {% endif %}
  125. </div>
  126. </div>
  127. </nav>
  128. {% block containers %}
  129. <div class="container">
  130. {% block content %}{% endblock %}
  131. </div>
  132. {% endblock %}
  133. <footer class="footer">
  134. <div class="container">
  135. <ul>
  136. <li>&copy; 2015-2016 Monkey See Monkey Do SIA</li>
  137. <li><a href="{% url 'hc-terms' %}">Terms</a></li>
  138. <li><a href="{% url 'hc-privacy' %}">Privacy</a></li>
  139. {% if show_pricing %}
  140. <li><a href="{% url 'hc-pricing' %}">Pricing</a></li>
  141. {% endif %}
  142. <li><a href="{% url 'hc-about' %}">Contact</a></li>
  143. </ul>
  144. </div>
  145. </footer>
  146. {% block scripts %}
  147. {% compress js %}
  148. <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
  149. <script src="{% static 'js/bootstrap.min.js' %}"></script>
  150. {% endcompress %}
  151. {% endblock %}
  152. </body>
  153. </html>