Commit b6c1ee4a authored by santiaago's avatar santiaago
Browse files

remove specs.html

parent 753178a6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -45,8 +45,6 @@
      <div class="tinygraphs-marketing-features" ng-include="'partials/marketing/features.html'"></div>
      <div class="tinygraphs-examples" ng-include="'partials/marketing/examples.html'"></div>
      <div class="tinygraphs-editor" ng-include="'partials/marketing/editor.html'"></div>
      
      <div class="tinygraphs-marketing-specs" ng-include="'partials/marketing/specs.html'"></div>
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-get-started" ng-include="'partials/marketing/get-started.html'"></div>
      <hr class="tinygraphs-divider">

app/partials/marketing/specs.html

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
<div class="row">
  <div class="col-md-12">
    <h2 class="text-center" id="specs">SPECS</h2>
  </div> <!-- / .col-md-12 -->
</div> <!-- /.row -->
<!-- Three columns of text below the carousel -->
<div class="row">

  <div class="col-lg-4">
    <img class="img-circle img-thumbnail" src="/squares/random/?theme=heatwave&fmt=svg&size=140" alt="square grid example">
    <h2>Squares</h2>
    <p>This is a simple and really ressoursefull pattern that generates a <b>consistent</b> 6X6 grid image with squares of two colors.</p>
    <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
  </div><!-- /.col-lg-4 -->

  <div class="col-lg-4">
    <img class="img-circle img-thumbnail" src="/isogrids/random?theme=daisygarden&fmt=svg&size=800" height="150" width="150" alt="isometric grid example">
    <h2>Isometric grids</h2>
    <p>This pattern gives you a lot of flexibility when generating the avatars.</p>
    <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
  </div><!-- /.col-lg-4 -->

  <div class="col-lg-4">
    <img class="img-circle img-thumbnail" src="/squares/random?theme=seascape&fmt=svg&size=140" alt="...">
    <h2>something else..</h2>
    <p>under construction...</p>
    <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
  </div><!-- /.col-lg-4 -->
</div><!-- /.row -->