Add terms and privacy legal documents

This commit is contained in:
Jeremy Zhang
2017-09-12 04:06:29 +00:00
parent 8a7e3322b9
commit 2e4781d499
4 changed files with 241 additions and 1 deletions

View File

@ -69,7 +69,11 @@
<div class="footer-copyright">
<div class="container">
A project by EndenDragon
<a class="grey-text text-lighten-4 right" href="https://github.com/TitanEmbeds/Titan">GitHub Repo</a>
<span class="right">
<a class="grey-text text-lighten-4" href="https://github.com/TitanEmbeds/Titan">GitHub <span class="hide-on-small-only">Repo</span></a>&nbsp;
<a class="grey-text text-lighten-4" href="{{ url_for('terms') }}">Terms <span class="hide-on-small-only">and Conditions</span></a>&nbsp;
<a class="grey-text text-lighten-4" href="{{ url_for('privacy') }}">Privacy <span class="hide-on-small-only">Policy</span></a>
</span>
</div>
</div>
</footer>