Update footer with social links

This commit is contained in:
Andrew Brown 2017-02-23 14:50:03 +00:00
parent fff5abf02e
commit d7a41aae27

View File

@ -24,14 +24,16 @@
<div class="col s12">
<div class="grey-text">
<a href="/about/privacy" class="white-text">Privacy Policy</a> /
<a href="https://github.com/indentlabs/notebook" class="white-text">Source Code</a>
<a href="https://github.com/indentlabs/notebook" class="white-text" target="_new">Source Code</a> /
<a href="https://www.twitter.com/indentlabs" class="white-text" target="_new">Twitter</a> /
<a href="https://www.facebook.com/IndentLabs" class="white-text" target="_new">Facebook</a>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2016 <%= link_to 'Indent Labs, LLC.', 'http://indentlabs.com', class: 'white-text' %>
© 2016-2017 <%= link_to 'Indent Labs, LLC.', 'http://indentlabs.com', class: 'white-text' %>
</div>
</div>
</footer>