Add Google Play, F-Droid and GitHub badges to website
This commit is contained in:
parent
bbd2daea2e
commit
ad93ecac26
8 changed files with 17 additions and 15 deletions
|
@ -1,15 +1,13 @@
|
|||
# EtchDroid
|
||||
|
||||
![EtchDroid](docs/img/playstore_banner.png)
|
||||
[![F-Droid](docs/img/get-from-fdroid-small.png)](https://f-droid.org/packages/eu.depau.etchdroid/) [![Google Play](docs/img/get-from-googleplay-small.png)](https://play.google.com/store/apps/details?id=eu.depau.etchdroid)
|
||||
|
||||
![EtchDroid](docs/img/playstore_banner.png)
|
||||
|
||||
EtchDroid is an open-source application that helps you write images to USB drives, no root required.
|
||||
|
||||
You can use it to make a bootable GNU/Linux USB drive when your laptop is dead and you're in the middle of nowhere.
|
||||
|
||||
- [Download from Google Play](https://play.google.com/store/apps/details?id=eu.depau.etchdroid)
|
||||
- Soon on F-Droid: see [merge request](https://gitlab.com/fdroid/fdroiddata/merge_requests/3624)
|
||||
|
||||
## Features
|
||||
- Supports raw disk images and most GNU/Linux distributions ISOs
|
||||
- Supports most DMG disk images (beta)
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
<head>
|
||||
|
||||
<style>
|
||||
.store-badge img {
|
||||
max-height: 80px;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% if site.google_analytics %}
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
|
||||
<script>
|
||||
|
@ -24,13 +30,16 @@
|
|||
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
|
||||
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
||||
{% if site.github.is_project_page %}
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
||||
<a href="{{ site.github.repository_url }}" class="store-badge">
|
||||
<img src="img/get-from-github.png"/>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site.show_downloads %}
|
||||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
||||
{% endif %}
|
||||
<a href="https://play.google.com/store/apps/details?id=eu.depau.etchdroid" class="btn">Get it on Google Play</a>
|
||||
<a href="https://f-droid.org/packages/eu.depau.etchdroid/" class="store-badge">
|
||||
<img src="img/get-from-fdroid.png"/>
|
||||
</a>
|
||||
<a href="https://play.google.com/store/apps/details?id=eu.depau.etchdroid" class="store-badge">
|
||||
<img src="img/get-from-googleplay.png"/>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
|
|
BIN
docs/img/get-from-fdroid-small.png
Normal file
BIN
docs/img/get-from-fdroid-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
docs/img/get-from-fdroid.png
Normal file
BIN
docs/img/get-from-fdroid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
docs/img/get-from-github.png
Normal file
BIN
docs/img/get-from-github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
docs/img/get-from-googleplay-small.png
Normal file
BIN
docs/img/get-from-googleplay-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/img/get-from-googleplay.png
Normal file
BIN
docs/img/get-from-googleplay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -2,15 +2,10 @@
|
|||
|
||||
![EtchDroid](img/playstore_banner.png)
|
||||
|
||||
|
||||
EtchDroid is an open-source application that helps you write images to USB drives, no root required.
|
||||
|
||||
You can use it to make a bootable GNU/Linux USB drive when your laptop is dead and you're in the middle of nowhere.
|
||||
|
||||
- Fork me on [GitHub](https://github.com/Depau/EtchDroid)
|
||||
- Download from [Google Play](https://play.google.com/store/apps/details?id=eu.depau.etchdroid)
|
||||
- Soon on F-Droid: see [merge request](https://gitlab.com/fdroid/fdroiddata/merge_requests/3624)
|
||||
|
||||
## Features
|
||||
- Supports raw disk images and most GNU/Linux distributions ISOs
|
||||
- Supports most DMG disk images (beta)
|
||||
|
|
Loading…
Reference in a new issue