Add FPF support banner
This commit is contained in:
parent
cbd472d314
commit
09916964a9
@ -3,8 +3,9 @@
|
|||||||
Personal landing page at https://enpaul.net
|
Personal landing page at https://enpaul.net
|
||||||
|
|
||||||
![Support the EFF](https://www.eff.org/files/eff-banner.png)
|
![Support the EFF](https://www.eff.org/files/eff-banner.png)
|
||||||
|
![Support the FPF](https://freedom.press/documents/108/Banner_Color.svg)
|
||||||
|
|
||||||
_Proud supporter of the [Electronic Frontier Foundation](https://www.eff.org/about)_
|
_Proud supporter of the [Electronic Frontier Foundation](https://www.eff.org/about) and [Freedom of the Press Foundation](https://freedom.press)_
|
||||||
|
|
||||||
_Hosting secured with [Let's Encrypt](https://letsencrypt.org/about/)_
|
_Hosting secured with [Let's Encrypt](https://letsencrypt.org/about/)_
|
||||||
|
|
||||||
|
@ -102,8 +102,10 @@
|
|||||||
<li>I <a href="https://www.instagram.com/allaroundhere/">travel</a> wherever I can, whenever I can.</li>
|
<li>I <a href="https://www.instagram.com/allaroundhere/">travel</a> wherever I can, whenever I can.</li>
|
||||||
<li>I do lots of <a href="/projects/">projects</a> in my spare time</li>
|
<li>I do lots of <a href="/projects/">projects</a> in my spare time</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a rel="external" href="https://www.eff.org/join"><img src="https://www.eff.org/files/eff-banner.png" alt="Join EFF!" border="0"></a><br />
|
<p class="about-text"><i>Proud supporter of the Electronic Frontier Foundation and the Freedom of the Press Foundation</i></p>
|
||||||
<p class="about-text"><i>Proud supporter of the Electronic Frontier Foundation</i></p>
|
<a rel="external" href="https://www.eff.org/join"><img class="support-banner" src="https://www.eff.org/files/eff-banner.png" alt="Support information freedom and digital security!" border="0"></a>
|
||||||
|
<br/><br/>
|
||||||
|
<a rel="external" href="https://freedom.press/donate/"><img style="padding: 6px;" class="support-banner" src="https://freedom.press/documents/108/Banner_Color.svg" alt="Support journalistic independence and press freedom!" border="0"></a><br/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -967,3 +967,8 @@ body.mobile-nav-active #mobile-nav-toggle {
|
|||||||
border-color:#5b4adf;
|
border-color:#5b4adf;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.support-banner {
|
||||||
|
background-color: white;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user