Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.
This commit is contained in:
parent
7d593b1078
commit
bd47b9adf4
8 changed files with 137 additions and 27 deletions
|
@ -116,10 +116,11 @@ var isProd = document.location.hostname === 'quay.io';
|
|||
<ul>
|
||||
<li><span class="copyright">©2014 DevTable, LLC</span></li>
|
||||
<li><a href="http://blog.devtable.com/">Blog</a></li>
|
||||
<li><a href="/tos" target="_self">Terms of Service</a></li>
|
||||
<li><a href="/privacy" target="_self">Privacy Policy</a></li>
|
||||
<li><a href="/tos" target="_self">Terms</a></li>
|
||||
<li><a href="/privacy" target="_self">Privacy</a></li>
|
||||
<li><a href="/security/">Security</a></li>
|
||||
<li><b><a href="/contact/">Contact Us</a></b></li>
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li><b><a href="/contact/">Contact</a></b></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue