Loading app/partials/footer.html +4 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ <h4 id="footer-header"><img class="footer-logo" alt="tinygraphs" src="assets/img/tinygraphs.png" title="tinygraphs"> © 2015</h4> <div class="row"> <div class="col-sm-6"> <a class="footer-link" href="##whatisit">What is tinygraphs</a> <a class="footer-link" href="##features">Features</a> <a class="footer-link" href="##examples">Examples</a> <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> </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">Get Started</a> <a class="footer-link" href="/##getstarted" scroll-to="getstarted">Get Started</a> <a class="footer-link" href="/##about">About us</a> </div> <!-- / col-sm-6 --> </div> <!-- / row --> Loading Loading
app/partials/footer.html +4 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ <h4 id="footer-header"><img class="footer-logo" alt="tinygraphs" src="assets/img/tinygraphs.png" title="tinygraphs"> © 2015</h4> <div class="row"> <div class="col-sm-6"> <a class="footer-link" href="##whatisit">What is tinygraphs</a> <a class="footer-link" href="##features">Features</a> <a class="footer-link" href="##examples">Examples</a> <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> </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">Get Started</a> <a class="footer-link" href="/##getstarted" scroll-to="getstarted">Get Started</a> <a class="footer-link" href="/##about">About us</a> </div> <!-- / col-sm-6 --> </div> <!-- / row --> Loading