Skip to content

Commit

Permalink
Merge pull request #603 from ZeusWPI/add-fdroid-tag
Browse files Browse the repository at this point in the history
f droid tag
  • Loading branch information
FKD13 authored Oct 17, 2023
2 parents b3fe51d + b6437c8 commit 018e49b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
48 changes: 48 additions & 0 deletions content/assets/images/f-droid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions content/projects.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,26 @@ order: 30
</p>
<div class="columns links">
<div class="has-text-centered">
<a href="https://itunes.apple.com/be/app/hydra/id602640924">
<a target="_blank" href="https://itunes.apple.com/be/app/hydra/id602640924">
<%= asset :img, 'apple.svg' %>
</a>
<div class="clear"></div>
<a href="https://github.com/ZeusWPI/hydra-iOS"><span class="icon"><%= fa('github') %></span> iOS</a>
</div>
<div class="has-text-centered">
<a href="http://play.google.com/store/apps/details?id=be.ugent.zeus.hydra">
<a target="_blank" href="http://play.google.com/store/apps/details?id=be.ugent.zeus.hydra">
<%= asset :img, 'google.svg' %>
</a>
<div class="clear"></div>
<a href="https://github.com/ZeusWPI/hydra-android"><span class="icon"><%= fa('github') %></span> Android</a>
</div>
<div class="has-text-centered">
<a target="_blank" href="https://f-droid.org/packages/be.ugent.zeus.hydra.open/">
<%= asset :img, 'f-droid.svg' %>
</a>
<div class="clear"></div>
<a href="https://github.com/ZeusWPI/hydra-android"><span class="icon"><%= fa('github') %></span> Android</a>
</div>
</div>
</div>
</article>
Expand Down

0 comments on commit 018e49b

Please sign in to comment.