description, keywords

This commit is contained in:
Pēteris Caune 2015-07-08 01:22:09 +03:00
parent a15079a002
commit 47a42ea2de
8 changed files with 17 additions and 7 deletions

View File

@ -26,6 +26,7 @@ def _welcome(request):
timer_formatted = "Never"
ctx = {
"page": "welcome",
"check": check,
"timer": timer,
"timer_formatted": timer_formatted,

View File

@ -15,7 +15,6 @@ import warnings
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
HOST = "localhost"
SECRET_KEY = "---"
DEBUG = True

View File

@ -69,6 +69,10 @@ body {
margin-top: 4em;
}
#welcome-status th {
border-top: 0;
}
.welcome-browser-controls {
text-align: right;
}
@ -113,6 +117,10 @@ table.table tr > th.th-name {
text-align: center;
}
#checks-table th {
border-top: 0;
}
#checks-table td {
vertical-align: middle;
}

View File

@ -2,7 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}Healthchecks - Get Notified When Your Cron Jobs Fail{% endblock %}</title>
<title>{% block title %}healthchecks.io - Get Notified When Your Cron Jobs Fail{% endblock %}</title>
<meta name="description" content="Get Notified When Your Cron Jobs Fail. Free alternative to Cronitor and Dead Man's Snitch.">
<meta name="keywords" content="monitor cron jobs daemon background worker service cronjob monitoring crontab alert notify cronitor deadmanssnitch">
{% load staticfiles %}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
@ -58,7 +60,7 @@
<footer class="footer">
<div class="container">
&copy; 2015 Monkey See Monkey Do
&copy; 2015 Monkey See Monkey Do SIA
</div>
</footer>

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
{% block title %}About - Healthchecks{% endblock %}
{% block title %}About - healthchecks.io{% endblock %}
{% block content %}
<div class="row">

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
{% block title %}Documentation - Healthchecks{% endblock %}
{% block title %}Documentation - healthchecks.io{% endblock %}
{% block content %}
<div class="row">

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load humanize staticfiles %}
{% block title %}My Checks - Healthchecks{% endblock %}
{% block title %}My Checks - healthchecks.io{% endblock %}
{% block content %}

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load staticfiles %}
{% block title %}Pricing - It's Free! - Healthchecks{% endblock %}
{% block title %}Pricing - It's Free! - healthchecks.io{% endblock %}
{% block content %}