Add FPF support banner

This commit is contained in:
Ethan Paul 2024-04-24 01:47:59 -04:00
parent cbd472d314
commit 09916964a9
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
3 changed files with 11 additions and 3 deletions

View File

@ -3,8 +3,9 @@
Personal landing page at https://enpaul.net
![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/)_

View File

@ -102,8 +102,10 @@
<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>
</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</i></p>
<p class="about-text"><i>Proud supporter of the Electronic Frontier Foundation and the Freedom of the Press 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>

View File

@ -967,3 +967,8 @@ body.mobile-nav-active #mobile-nav-toggle {
border-color:#5b4adf;
color:#fff;
}
.support-banner {
background-color: white;
width: 100%;
}