diff --git a/README.md b/README.md index 36a8c31..1dee536 100644 --- a/README.md +++ b/README.md @@ -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/)_ diff --git a/content/about/index.html b/content/about/index.html index b57e8e0..985f81d 100644 --- a/content/about/index.html +++ b/content/about/index.html @@ -102,8 +102,10 @@
  • I travel wherever I can, whenever I can.
  • I do lots of projects in my spare time
  • - Join EFF!
    -

    Proud supporter of the Electronic Frontier Foundation

    +

    Proud supporter of the Electronic Frontier Foundation and the Freedom of the Press Foundation

    + Support information freedom and digital security! +

    + Support journalistic independence and press freedom!
    diff --git a/content/css/style.css b/content/css/style.css index 06e5909..008c2b9 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -967,3 +967,8 @@ body.mobile-nav-active #mobile-nav-toggle { border-color:#5b4adf; color:#fff; } + +.support-banner { + background-color: white; + width: 100%; +}