Commit f323620e authored by Paul Asmuth's avatar Paul Asmuth
Browse files

doc homepage...

parent 473def69
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -54,6 +54,41 @@ hr {
  line-height: 30px;
}

.leadtext {
  width: 450px;
  float: left;
}

.leadtext p {
  color: #aaa;
  font-size: 115%;
  line-height: 155%;
}

.leadtext a.button {
  line-height: 48px;
  height: 48px;
  display: block;
  border: 1px solid #444;
  color: #ccc;
  border-radius: 5px;
  padding: 0 10px;
  text-align: center;
  font-size: 115%;
  margin-top: 30px;
  width: 360px;
  cursor: pointer;
}

.leadtext a.button:hover {
  border: 1px solid #666;
  background: #25292b;
}

.leadtext a.button.first {
  margin-top: 50px;
}

.biglink {
  text-align:center;
  margin-bottom: 50px;
+17 −4
Original line number Diff line number Diff line
@@ -15,10 +15,23 @@
        <p class="lead">Create beautiful charts and dashbaords directly from SQL with FnordMetric.</p>
      </div>

      <div style="height:530px; float: right;">
      <div style="height:430px; float: right; width: 670px;">
        <div style="box-shadow:0 -5px 190px 15px rgba(255,255,255,0.24); width:798px; margin-left:24px; height:495px;"></div>
        <a href="/documentation"><img src="/img/screenshot_1.png" style="width:850px; position:relative; top:-512px;" /></a>
      </div>

      <div class="leadtext">
        <p>FnordMetric is a framework for collecting and visualizing timeseries data. It enables you to build beautiful real-time analytics dashboards within minutes.</p>
        <p>FnordMetric is a framework for collecting and visualizing timeseries data. It enables you to build beautiful real-time analytics dashboards within minutes.</p>

        <a class="button first">
          See examples
        </a>
        <a class="button">
          Download FnordMetric 2.0.0-beta
        </a>
      </div>

      <br style="clear:both;" />
  </div>
</div>