Adjust footer and headers layout
This commit is contained in:
parent
ae7b1361fd
commit
6dbf30403a
@ -1,8 +1,6 @@
|
|||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
<div class="page-header">
|
<hr class="footer-divider" />
|
||||||
<h4>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests</h4>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row mt-3">
|
<div class="row mt-3">
|
||||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center d-flex justify-content-center">
|
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center d-flex justify-content-center">
|
||||||
@ -14,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
||||||
<a href="donate.html" data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating Bitcoins. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain."><img alt="Bitcoin" src="/assets/img/layout/Bitcoin.png" width="32" height="32">Donate BTC</a>
|
<a href="/donate.html" data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating Bitcoins. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain."><img alt="Bitcoin" src="/assets/img/layout/Bitcoin.png" width="32" height="32">Donate BTC</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
||||||
<i class="fab fa-paypal fa-2x"></i>
|
<i class="fab fa-paypal fa-2x"></i>
|
||||||
@ -22,6 +20,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. never trust any company with your privacy, always encrypt. <a href="/privacy-policy.html">view our privacy policy</a>.</em></p>
|
<p class="copyright-text"><strong>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.</strong> <em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt. <a href="/privacy-policy.html">View our privacy policy</a>.</em></p>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -78,9 +78,10 @@ a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.anchor {
|
.anchor {
|
||||||
|
margin-top: 4rem;
|
||||||
&:target {
|
&:target {
|
||||||
margin-top: -4rem;
|
margin-top: -4rem;
|
||||||
padding-top: 4rem;
|
padding-top: 8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -130,6 +131,20 @@ a,
|
|||||||
.email { background: $email; }
|
.email { background: $email; }
|
||||||
.diaspora { background: $diaspora; }
|
.diaspora { background: $diaspora; }
|
||||||
|
|
||||||
|
.footer-divider {
|
||||||
|
margin-top: 3em;
|
||||||
|
margin-bottom: 3em;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
|
background-color: #343A40;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copyright-text {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 3em;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
img,
|
img,
|
||||||
i {
|
i {
|
||||||
|
Reference in New Issue
Block a user