This commit is contained in:
David Buxton 2014-01-12 18:31:45 +00:00
parent 70baaeb334
commit 052feb18c7
4 changed files with 23 additions and 5 deletions

View File

@ -19,6 +19,7 @@
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<link rel="shortcut icon" href="/images/favicon.ico" />
</head>
<body>

View File

@ -21,11 +21,12 @@
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<link rel="shortcut icon" href="/images/favicon.ico" />
</head>
<body>
<a href="https://github.com/arachnys/cabot"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div class="jumbotron dark">
<div class="jumbotron blue">
<div class="container">
<div class="row">
<div class="col-xs-12">
@ -52,23 +53,35 @@
</div>
</div>
</div>
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-7 col-md-offset-1">
<h2>Self-hosted watchdog for your websites and infrastructure</h2>
</div>
<div class="col-md-4">
<h2><a href="/qs/quickstart.html" class="btn btn-success btn-lg active">Get started</a></h2>
</div>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="row features">
<div class="col-md-4 text-center">
<h4><i class="fa fa-eye"></i> Monitor</h4>
<h3><i class="fa fa-eye"></i> Monitor</h3>
<div class="">
Watch <a href="/use/graphite-checks.html">Graphite metrics</a>, <a href="/use/jenkins-checks.html">Jenkins</a> jobs and <a href="/use/http-checks.html">web endpoints</a> for issues
</div>
</div>
<div class="col-md-4 text-center">
<h4><i class="fa fa-dashboard"></i> Aggregate</h4>
<h3><i class="fa fa-dashboard"></i> Aggregate</h3>
<div class="">
Group related triggers into <a href="/use/services.html">service dashboards</a> that represent your infrastructure
</div>
</div>
<div class="col-md-4 text-center">
<h4><i class="fa fa-mobile"></i> Alert</h4>
<h3><i class="fa fa-mobile"></i> Alert</h3>
<div class="">
<a href="/use/alerting.html">Alert</a> support staff to issues by phone, SMS, Hipchat or email
</div>

View File

@ -69,7 +69,7 @@ table.table th {
text-align: center;
}
.jumbotron {
.jumbotron.blue {
padding-bottom: 0;
background-color: #D5EDFD;
}
@ -83,6 +83,10 @@ table.table th {
overflow: hidden;
}
.jumbotron .btn-lg {
font-size: 1em;
}
.row.features>div {
padding: 20px inherit;
}

BIN
images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB