Skip to content

Commit

Permalink
Added link to Umbrel Community App Store (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzen committed Apr 18, 2023
1 parent ace80b1 commit d331a2a
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 2 deletions.
59 changes: 59 additions & 0 deletions src/assets/images/umbrel-blue.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/umbrel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/config.toml
Expand Up @@ -14,3 +14,4 @@ baseurl = "https://dex.decred.org/"
lin_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-v1.7.7.AppImage"
tar_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-v1.7.7.tar.gz"
dexreleases_url = "https://github.com/decred/dcrdex/releases/tag/v0.6.0"
umbrel_community_app_store_url = "https://github.com/decred/umbrel-app-store"
18 changes: 18 additions & 0 deletions src/layouts/partials/downloads.html
Expand Up @@ -57,6 +57,24 @@ <h2>v0.6 is now released!</h2>
</div>
</div>

<div class="download">

{{ $umbrelblue := resources.Get "/images/umbrel-blue.svg" }}
<div>
<img src="{{ $umbrelblue.Permalink }}"/>
<span>Umbrel</span>
</div>

<div class="btn-bg">
<a class="btn btn-primary" href="{{ $.Site.Params.umbrel_community_app_store_url }}" rel="noopener noreferrer">
App Store
</a>
<a href="{{ $.Site.Params.umbrel_community_app_store_url }}" rel="noopener noreferrer">
The Decred Community App Store
</a>
</div>
</div>

</div>

<div class="altdl">
Expand Down
9 changes: 7 additions & 2 deletions src/layouts/partials/footer.html
Expand Up @@ -66,9 +66,14 @@ <h1>DCRDEX</h1>
</ul>

<p>
Or, download the
Download the
<a href="{{ $.Site.Params.dexreleases_url }}" rel="noopener noreferrer">
standalone application</a>.
standalone application</a>, <br/>
{{ $umbrel := resources.Get "/images/umbrel.svg" }}
or add it to your <img height="12px" src="{{ $umbrel.Permalink }}" />
<a href="{{ $.Site.Params.umbrel_community_app_store_url }}" rel="noopener noreferrer">
Umbrel
</a>
</p>

<p class="larger">
Expand Down

0 comments on commit d331a2a

Please sign in to comment.