From 370af32c3a23b900dc6cb22020e2c761d803bf2f Mon Sep 17 00:00:00 2001 From: Diego Salazar Date: Thu, 16 Mar 2023 18:42:31 -0600 Subject: [PATCH] Added FDroid button to homepage --- _includes/header.html | 9 ++-- css/style.css | 31 +++++++++---- img/fdroid-badge.svg | 1 + img/fdroid-icon.svg | 100 ++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 5 files changed, 129 insertions(+), 13 deletions(-) create mode 100644 img/fdroid-badge.svg create mode 100644 img/fdroid-icon.svg diff --git a/_includes/header.html b/_includes/header.html index 54f6a9c..6110374 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,10 +12,11 @@
  • Apple Store
  • Google Play
  • Android APK
  • +
  • F-Droid
  • - - + + @@ -28,8 +29,8 @@