Commit 09df0d74 authored by santiaago's avatar santiaago
Browse files

add footer

parent 7dd4a084
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -28,3 +28,26 @@
  content: "";
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 200px;
}

.push {
    height: 55px;
}

.tg-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 200px;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  padding: 20px;
}
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

+26 −3
Original line number Diff line number Diff line
@@ -65,8 +65,31 @@

      <!-- <div class="tinygraphs-featurettes" ng-include="'partials/marketing/featurettes.html'"></div> -->
      <!-- /END THE FEATURETTES -->
      
      <div>tinygraphs app: v<span app-version></span></div>
      <div class="push"></div>
    </div> <!-- end of container marketing -->
    <footer>
      <nav class="tg-footer navbar-inverse">
	<div class="container">
          <div class="row">
            <div class="col-sm-4">
              <h4 id="footer-header">tinygraphs &copy; 2015</h4>
	      <div class="col-sm-4" style="padding: 0 0 0 0px">
		<p><a href="##specs">Specs</a></p>
		<p><a href="##examples">Examples</a></p>
		<p><a class="footer-link" href="/##about">About</a></p>
		<p><a class="footer-link" href="/##getstarted">Get Started</a></p>
	      </div>
            </div>
            <div class="col-sm-4" style="padding: 0 0 0 0px">
              <h4 id='footer-header'>By Santiago, Remy & Carmen</h4>
	    </div>
            <div class="col-sm-4">
              <h4 id='footer-header'> follow us @tinygraphs</h4>
	    </div>
	  </div>
	</div>
      </nav>
    </footer>
    <!-- analytics
	   ================================================== -->
      <script>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    </div>
    </br>
        <h3>License</h3>
    <p class="lead"><a href="https://tinygraphs.herokuapp.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="lead"><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="lead">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>