mirror of https://github.com/status-im/cabot.git
Add CTA
This commit is contained in:
parent
70baaeb334
commit
052feb18c7
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
||||||
|
<link rel="shortcut icon" href="/images/favicon.ico" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
|
@ -21,11 +21,12 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
||||||
|
<link rel="shortcut icon" href="/images/favicon.ico" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<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="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
|
@ -52,23 +53,35 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
<hr>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row features">
|
<div class="row features">
|
||||||
<div class="col-md-4 text-center">
|
<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="">
|
<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
|
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>
|
</div>
|
||||||
<div class="col-md-4 text-center">
|
<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="">
|
<div class="">
|
||||||
Group related triggers into <a href="/use/services.html">service dashboards</a> that represent your infrastructure
|
Group related triggers into <a href="/use/services.html">service dashboards</a> that represent your infrastructure
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 text-center">
|
<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="">
|
<div class="">
|
||||||
<a href="/use/alerting.html">Alert</a> support staff to issues by phone, SMS, Hipchat or email
|
<a href="/use/alerting.html">Alert</a> support staff to issues by phone, SMS, Hipchat or email
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -69,7 +69,7 @@ table.table th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron.blue {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
background-color: #D5EDFD;
|
background-color: #D5EDFD;
|
||||||
}
|
}
|
||||||
|
@ -83,6 +83,10 @@ table.table th {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jumbotron .btn-lg {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.row.features>div {
|
.row.features>div {
|
||||||
padding: 20px inherit;
|
padding: 20px inherit;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue