Add IzzyOnDroid button

This commit is contained in:
Sylvia van Os 2023-11-29 19:46:29 +01:00
parent 521ed248a5
commit 7f6ac979f0
4 changed files with 10 additions and 51 deletions

View File

@ -8,6 +8,7 @@ page_title: Catima - The Libre Card Wallet # Automatically populates with app na
appstore_link: # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link: https://play.google.com/store/apps/details?id=me.hackerchick.catima # Enter Google Play Store URL.
fdroid_link: https://f-droid.org/en/packages/me.hackerchick.catima/
izzyondroid_link: https://apt.izzysoft.de/fdroid/index/apk/me.hackerchick.catima
#presskit_download_link: https://emilbaehr.com # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file). Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
app_icon: assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.

View File

@ -52,14 +52,17 @@
</p>
</div>
<div class="downloadButtonsContainer">
{% if site.izzyondroid_link %}
<a class="izzyOnDroidLink" href="{{site.izzyondroid_link}}"><img class="downloadButton" src="/assets/izzyondroid.png"></a>
{% endif %}
{% if site.fdroid_link %}
<a class="fdroidLink" href="{{site.fdroid_link}}"><img class="fdroid" src="/assets/fdroid.png"></a>
<a class="fdroidLink" href="{{site.fdroid_link}}"><img class="downloadButton" src="/assets/fdroid.png"></a>
{% endif %}
{% if site.playstore_link %}
<a class="playStoreLink" href="{{site.playstore_link}}"><img class="playStore" src="/assets/playstore.png"></a>
<a class="playStoreLink" href="{{site.playstore_link}}"><img class="downloadButton" src="/assets/playstore.png"></a>
{% endif %}
{% if site.appstore_link %}
<a class="appStoreLink" href="{{site.appstore_link}}"><img class="appStore" src="/assets/appstore.png"></a>
<a class="appStoreLink" href="{{site.appstore_link}}"><img class="downloadButton" src="/assets/appstore.png"></a>
{% endif %}
</div>
<a href="/contribute">

View File

@ -503,53 +503,8 @@ header {
}
.fdroid {
height: 75px;
margin-right: 24px;
}
@media only screen and (max-width: 992px) {
.fdroid {
margin-right: 24px;
margin-bottom: 0px;
}
}
@media only screen and (max-width: 528px) {
.fdroid {
margin-right: 0px;
margin-bottom: 24px;
}
}
.playStore {
height: 75px;
margin-right: 24px;
}
@media only screen and (max-width: 992px) {
.playStore {
margin-right: 24px;
margin-bottom: 0px;
}
}
@media only screen and (max-width: 528px) {
.playStore {
margin-right: 0px;
margin-bottom: 24px;
}
}
.appStore {
.downloadButton {
width: 255px;
height: 75px;
}
@ -968,4 +923,4 @@ footer {
.hidden {
display: none;
}
}

BIN
assets/izzyondroid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB