Commit 50c2f0fa authored by santiaago's avatar santiaago
Browse files

add about author links and make links open in new tab.

parent a0e521c8
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -11,16 +11,19 @@
  <div class="col-sm-3 about--square">
    <div class="about-content--margin">
      <img alt="santiago" src="assets/img/santiago.jpg" class="img-responsive img-thumbnail about-img" title="Santiago">
      <p class="text-center"><a class="tg-link" href="http://twitter.com/santiago_arias" target="_blank">@santiago_arias</a></p>
    </div>
  </div> <!-- / col-md-3 -->
  <div class="col-sm-3 about--square">
    <div class="about-content--margin">
      <img alt="remy" src="assets/img/remy.jpg" class="img-responsive img-thumbnail about-img" title="Remy">
      <p class="text-center"><a class="tg-link" href="http://twitter.com/rjourde" target="_blank">@rjourde</a></p>
    </div>
  </div> <!-- / col-md-3 -->
  <div class="col-sm-3 about--square">
    <div class="about-content--margin">
      <img alt="carmen" src="assets/img/carmen.jpg" class="img-responsive img-thumbnail about-img" title="Carmen">
      <p class="text-center"><a class="tg-link" href="https://plus.google.com/+CarmenRebolledo" target="_blank">+Carmen</a></p>
    </div>
  </div> <!-- / col-md-3 -->
</div>
@@ -31,7 +34,7 @@
      <h3 class="text-left">ABOUT THE PROJECT</h3>
    </div>
    <div class="about-contextText--position">
	<p class="text-left">While building <a class="tg-link" href="http://www.gonawin.com">gonawin</a> we found that the avatar service that we were using was not in sync with the designs/colors of our web app.</p>
	<p class="text-left">While building <a class="tg-link" href="http://www.gonawin.com" target="_blank">gonawin</a> we found that the avatar service that we were using was not in sync with the designs/colors of our web app.</p>
	<p class="text-left">We decided to build tinygraphs, to have the colors combine with the web page itself. Also, as we were having so much fun building it, we decided to extend the patterns used to generate the images.</p>

    </div>
@@ -42,7 +45,7 @@
      <h3 class="text-left">THE CODE</h3>
    </div>
    <div class="about-contextText--position">
      <p class="text-left">You can find the code in github: <a class="tg-link" href="http://www.github.com/taironas/tinygraphs">tinygraphs</a>. You will find the description of how we built it and the stack of technologies that we used.</p>
      <p class="text-left">You can find the code in github: <a class="tg-link" href="http://www.github.com/taironas/tinygraphs" target="_blank">tinygraphs</a>. You will find the description of how we built it and the stack of technologies that we used.</p>
    </div>
  </div> <!-- / col-md-3 -->
  <div class="col-md-1"></div>
@@ -51,7 +54,7 @@
      <h3 class="text-left">LICENSE</h3>
    </div>
    <div class="about-contextText--position">
      <p class="text-left"><a class="tg-link" href="https://tinygraphs.com/">tinygraphs</a> logo is property of tinygraphs, you must always request the permission to use it to <a class="tg-link" href="https://plus.google.com/u/0/+CarmenRebolledo/">Carmen</a>.</p>
      <p class="text-left"><a class="tg-link" href="http://www.tinygraphs.com/" target="_blank">tinygraphs</a> logo is property of tinygraphs, you must always request the permission to use it to <a class="tg-link" href="https://plus.google.com/u/0/+CarmenRebolledo/" target="_blank">Carmen</a>.</p>
    <p class="text-left">Tinygraphs images are available for free. As a thank you, we only ask that you include a link back to <b>tinygraphs</b> whenever possible.</p>
    </div>
  </div> <!-- / col-md-3 -->
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
          </div> <!-- / row -->
        </div>
        <div class="col-sm-4 footer-img--margin" style="padding: 0 0 0 0px">
          <h4 id='footer-header'><a href="http://github.com/taironas"><img alt="taironas logo" src="assets/img/powered_by_taironas_big_green.png" width="250px"></a></h4>
          <h4 id='footer-header'><a href="http://github.com/taironas" target="_blank"><img alt="taironas logo" src="assets/img/powered_by_taironas_big_green.png" width="250px"></a></h4>
        </div>
        <div class="col-sm-4">
        </div>