aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/jekyll/index.html')
-rw-r--r--site/src/jekyll/index.html25
1 files changed, 17 insertions, 8 deletions
diff --git a/site/src/jekyll/index.html b/site/src/jekyll/index.html
index 48f4446b..8b2cba6d 100644
--- a/site/src/jekyll/index.html
+++ b/site/src/jekyll/index.html
@@ -5,9 +5,18 @@ title: Kamon - Tools for Reactive Applications Monitoring
<div class="jumbotron">
<div class="container">
- <h1>Kamon</h1>
+ <div class="row">
+ <div class="col-sm-3">
+ <img class="img-responsive" src="/assets/img/kamon-verde-256x256.png">
+ </div>
+ <div class="col-sm-7">
+ <h1><strong>Kamon</strong></h1>
+ <p>Kamon is a set of tools that will help you monitor your reactive applications.</p>
+ <p><a type="button" href="/get-started" class="btn btn-success">Get Started</a></p>
+ </div>
+ </div>
+
- <p>Kamon is a set of tools that will help you monitor your reactive applications.</p>
</div>
</div>
@@ -15,7 +24,7 @@ title: Kamon - Tools for Reactive Applications Monitoring
<div class="container">
<!-- Example row of columns -->
<div class="row">
- <div class="col-md-4">
+ <div class="col-sm-4">
<h3><i class="fa fa-users"></i> Akka <small>actors metrics and tracing</small></h3>
<p>Kamon offers a wide set of metrics related to Akka Toolkit, such as:
@@ -28,10 +37,10 @@ title: Kamon - Tools for Reactive Applications Monitoring
</ul>
</p>
- <p><a class="btn btn-default" href="/akka" role="button">Get started &raquo;</a></p>
+ <p><a class="btn btn-default btn-sm" href="/akka" role="button">Tell me more &raquo;</a></p>
</div>
- <div class="col-md-4">
+ <div class="col-sm-4">
<h3><i class="fa fa-cogs"></i> Spray <small>server/client tracing</small></h3>
<p>The Spray module contains a number of directives that allow do things like obtain in each incoming request the UOW, also offers a set of real time metrics in order to know the status of the application, in summary:
<ul>
@@ -42,10 +51,10 @@ title: Kamon - Tools for Reactive Applications Monitoring
</ul>
</p>
- <p><a class="btn btn-default" href="/spray" role="button">Get started &raquo;</a></p>
+ <p><a class="btn btn-default btn-sm" href="/spray" role="button">Tell me more &raquo;</a></p>
</div>
- <div class="col-md-4">
+ <div class="col-sm-4">
<h3><i class="fa fa-bar-chart-o"></i> NewRelic <small>Reporting</small></h3>
<p>Through New Relic integration, developers can easily monitor their applications metrics like:
@@ -56,7 +65,7 @@ title: Kamon - Tools for Reactive Applications Monitoring
</ul>
</p>
- <p><a class="btn btn-default" href="/newrelic" role="button">Get started &raquo;</a></p>
+ <p><a class="btn btn-default btn-sm" href="/newrelic" role="button">Tell me more &raquo;</a></p>
</div>
</div>
</div>