Fix the links to the privacy policy and tos to not be intercepted by angular. Move some static images to img subdir. Reformat the tos and privacy policy to not have horrible google docs formatting.

This commit is contained in:
yackob03 2013-10-12 13:14:22 -04:00
parent 0d2564e127
commit 431f7b364f
7 changed files with 183 additions and 13 deletions

View file

@ -112,7 +112,7 @@
background-color: #1d1d1d;
background-position: left -30px;
background-image: url(../containers-back-black.jpg);
background-image: url(../img/containers-back-black.jpg);
background-repeat: no-repeat;
margin-top: -20px;
@ -954,4 +954,17 @@ p.editable:hover i {
display: block;
font-size: 14px;
margin-bottom: 6px;
}
.privacy-policy dd,
.tos dd {
margin-bottom: 20px;
}
.tos li {
margin-bottom: 10px;
}
.tos ul {
margin-top: 10px;
}

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View file

Before

Width:  |  Height:  |  Size: 531 KiB

After

Width:  |  Height:  |  Size: 531 KiB

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -148,8 +148,8 @@
<div class="col-md-2">
<h4>Legal</h4>
<ul>
<li><a href="/tos">Terms of Service</a></li>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/tos" target="_self">Terms of Service</a></li>
<li><a href="/privacy" target="_self">Privacy Policy</a></li>
</ul>
</div>
@ -162,7 +162,7 @@
</div>
<div class="col-md-3 col-md-offset-2 copyright-container">
<a href="https://devtable.com"><img class="dt-logo" src="/static/dt-logo.png"></a>
<a href="https://devtable.com"><img class="dt-logo" src="/static/img/dt-logo.png"></a>
<span class="copyright">&copy;2013 DevTable, LLC</span>
</div>
</div> <!-- row -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long