Commit c9a9f229 authored by santiaago's avatar santiaago
Browse files

html details

parent 574a336d
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@
    <h2 class="text-center" id="examples">EXAMPLES</h2>
    <div class="row">
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/checkerboard" alt="grid image">
	<img class="featurette-image img-responsive img-thumbnail" src="/checkerboard?size=402" alt="grid image">
      </div>
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/random?theme=summerwarmth&fmt=svg" alt="random black an white avatar">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/random?theme=summerwarmth&fmt=svg&size=400" alt="random black an white avatar">
      </div>
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/tinygraphs" alt="consistent square black and white avatar">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/tinygraphs?size=400" alt="consistent square black and white avatar">
      </div>
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/tinygraphs?theme=bythepool" alt="consisent square color avatar">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/tinygraphs?theme=bythepool&size=400" alt="consisent square color avatar">
      </div>
    </div>
  </div> <!-- /.col-md-12 -->
@@ -35,16 +35,16 @@

<div class="row">
  <div class="col-md-3">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/labs/skeleton" alt="grid image">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/labs/skeleton?size=400" alt="grid image">
  </div>
  <div class="col-md-3">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/random?theme=sugarsweets" alt="random black an white avatar">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/random?theme=sugarsweets&size=400" alt="random black an white avatar">
  </div>
  <div class="col-md-3">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/tinygraphs" alt="consistent square black and white avatar">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/tinygraphs?size=400" alt="consistent square black and white avatar">
  </div>
  <div class="col-md-3">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/tinygraphs?theme=duskfalling" alt="consisent square color avatar">
    <img class="featurette-image img-responsive img-thumbnail" src="/isogrids/tinygraphs?theme=duskfalling&size=400" alt="consisent square color avatar">
  </div>
</div>

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  </div><!-- /.col-lg-4 -->

  <div class="col-lg-4">
    <img class="img-circle img-thumbnail" src="/squares/random?theme=daisygarden&fmt=svg&size=140" alt="isometric grid example">
    <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>