Add privacy policy link

This commit is contained in:
Noman 2018-08-24 03:06:44 -04:00 committed by Andrea Maria Piana
parent e00c743d7d
commit 222188790d
2 changed files with 17 additions and 0 deletions

View File

@ -62,6 +62,18 @@ h2 {
padding: 1rem;
}
.footer {
display: flex;
padding: 1rem;
}
a.privacy-policy {
color: #999;
font-size: 12px;
font-weight: 300;
text-decoration: none;
}
.logo img {
max-width: 100px;
}

View File

@ -33,6 +33,11 @@
Open in Status
</a>
</div>
<footer class="footer">
<a class="privacy-policy" href="https://status.im/privacy-policy.html" target="_blank">
Privacy Policy
</a>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script type='text/javascript' src='/javascripts/app.js'></script>
</body>