Commit 61e4cf46 authored by santiaago's avatar santiaago
Browse files

better view

parent 7e44fc78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
    <!-- Start the featurettes
	 ================================================== -->

      <div class="tinygraphs-featurettes" ng-include="'partials/marketing/featurettes.html'"></div>
      <!-- <div class="tinygraphs-featurettes" ng-include="'partials/marketing/featurettes.html'"></div> -->
      <!-- /END THE FEATURETTES -->
      
      <div>tinygraphs app: v<span app-version></span></div>
+2 −2
Original line number Diff line number Diff line
<div class="row">
  <div class="col-md-12">
    <h2 class="text-center" id="about">ABOUT TINYGRAPHS</h2>
    <h2 class="text-center" id="about">ABOUT US</h2>
  </div>
</div>
<div class="row">
  <div class="col-md-12">
    <h2>A web application to build avatars.</h2>
    <h2>tinygraphs: A web application to build avatars.</h2>
    <p class="lead">While building <a href="http://www.gonawin.com">gonawin</a> we found that the avatar service that we were using was limiting to what we wanted. Indeed the colors of the avatars were not in sync with the web app it selt.</p>
    <p class="lead">We decided to build <b>tinygraphs</b>, a web service with enough flexibility to plug it in a web application and have the colors <b>combine</b> with the web page itself. Also, as we were having so much fun building this small app, we decided to extend the patterns used to generate the images, and we plan to add more patterns and more choices in the future. This is a free web service, and we plan to keep like that. Right now the only cost is the domain name.</p>
    <h3>The code:</h3>
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
        <div class="carousel-caption">
          <h1>tinygraphs.com</h1>
	  <p>a simple avatar generator web service.</p>
	  <p> <a class="btn btn-lg btn-primary" href="#" role="button">Go somewhere</a> </p>
	</div>
      </div>
    </div>
+0 −3
Original line number Diff line number Diff line
@@ -31,6 +31,3 @@
    <code>tinygraphs.com/squares/6/tinygraphs</code>
  </div>
</div> <!-- /.row -->
<div class="row">
    <p class="text-center"><br> <a class="btn btn-lg btn-primary" href="#" role="button">Go somewhere</a> </p>  
</div> <!-- /.row -->
+0 −3
Original line number Diff line number Diff line
@@ -26,6 +26,3 @@
    <p class="lead text-center"><code>tinygraphs.com/squares/{{tgsource}}</code></p>
  </div>
</div> <!-- /.row -->
<div class="row">
    <p class="text-center"><br> <a class="btn btn-lg btn-primary" href="#" role="button">Go somewhere</a> </p>  
</div> <!-- /.row -->
Loading