Skip to content

Commit

Permalink
Add APK download badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Aug 25, 2023
1 parent 131cff5 commit 4ecac9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/elm/Views.elm
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,11 @@ mapView model =
model.alerts
[ div [ id "download-buttons", css [ position absolute, top (px 8), right (px 8) ] ]
[ a
[ href "https://github.com/gfroerli/app-android/releases" ]
[ img [ src "/static/download-apk-badge.png" ] [] ]
, a
[ href "https://play.google.com/store/apps/details?id=ch.coredump.watertemp.zh" ]
[ img [ src "/static/google-play-badge.png" ] [] ]
[ img [ src "/static/google-play-badge.png", css [ marginLeft (px 8), height (px 50) ] ] [] ]
, a
[ href "https://apps.apple.com/us/app/gfr%C3%B6r-li/id1451431723" ]
[ img [ src "/static/AppStoreBadge.png", css [ marginLeft (px 8), height (px 50) ] ] [] ]
Expand Down
Binary file added static/download-apk-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/download-apk-badge.xcf
Binary file not shown.

0 comments on commit 4ecac9c

Please sign in to comment.