Commit 2a3616c7 authored by santiaago's avatar santiaago
Browse files

fix html img sources

parent 7ee3fd1d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
	<img class="featurette-image img-responsive img-thumbnail" src="/grid" alt="grid image">
      </div>
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/grid/random/1" alt="random black an white avatar">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/random/1" alt="random black an white avatar">
      </div>
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/grid/square/tinygraphs" alt="consistent square black and white avatar">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/tinygraphs" alt="consistent square black and white avatar">
      </div>
      <div class="col-md-3">
	<img class="featurette-image img-responsive img-thumbnail" src="/grid/square/6/tinygraphs" alt="consisent square color avatar">
	<img class="featurette-image img-responsive img-thumbnail" src="/squares/6/tinygraphs" alt="consisent square color avatar">
      </div>
    </div>
  </div> <!-- /.col-md-12 -->
@@ -22,13 +22,13 @@
    <code>/grid</code>
  </div>
  <div class="col-md-3">
    <code>/grid/random/1</code>
    <code>/squares/random/1</code>
  </div>
  <div class="col-md-3">
    <code>/grid/square/tinygraphs</code>
    <code>/squares/tinygraphs</code>
  </div>
  <div class="col-md-3">
    <code>/grid/square/6/tinygraphs</code>
    <code>/squares/6/tinygraphs</code>
  </div>
</div> <!-- /.row -->
<div class="row">