Commit c9f5c6ae authored by Remy Jourde's avatar Remy Jourde
Browse files

no smooth scrolling from footer links

Fixes #88
parent bc077a1e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
          <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">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 -->