Commit 8d30b6da authored by santiaago's avatar santiaago
Browse files

style all links #83

parent 2afee7b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
      <h3 class="text-left">ABOUT THE PROJECT</h3>
    </div>
    <div class="about-contextText--position">
	<p class="text-left">While building <a 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">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 +42,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 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">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 +51,7 @@
      <h3 class="text-left">LICENSE</h3>
    </div>
    <div class="about-contextText--position">
      <p class="text-left"><a href="https://tinygraphs.com/">tinygraphs</a> logo is property of tinygraphs, you must always request the permission to use it to <a href="https://plus.google.com/u/0/+CarmenRebolledo/">Carmen</a>.</p>
      <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">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 -->
+6 −6
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
          <h4 id="footer-header"><img class="footer-logo" alt="tinygraphs" src="assets/img/tinygraphs.png" title="tinygraphs"> &copy; 2015</h4>
          <div class="row">
            <div class="col-sm-6">
              <a class="footer-link" href="##whatisit" scroll-to="whatisit">What is tinygraphs</a>
              <a class="footer-link" href="##features" scroll-to="features">Features</a>
              <a class="footer-link" href="##examples" scroll-to="examples">Examples</a>
              <a class="tg-link footer-link" href="##whatisit" scroll-to="whatisit">What is tinygraphs</a>
              <a class="tg-link footer-link" href="##features" scroll-to="features">Features</a>
              <a class="tg-link footer-link" href="##examples" scroll-to="examples">Examples</a>
            </div> <!-- / col-sm-6 -->
            <div class="col-sm-6">
              <a class="footer-link" href="/##tryitout" scroll-to="tryitout">Try it out</a>
              <a class="footer-link" href="/##getstarted" scroll-to="getstarted">Get Started</a>
              <a class="footer-link" href="/##about">About us</a>
              <a class="tg-link footer-link" href="/##tryitout" scroll-to="tryitout">Try it out</a>
              <a class="tg-link footer-link" href="/##getstarted" scroll-to="getstarted">Get Started</a>
              <a class="tg-link footer-link" href="/##about">About us</a>
            </div> <!-- / col-sm-6 -->
          </div> <!-- / row -->
        </div>