Skip to content

Commit

Permalink
Merge pull request #11 from fuzue/7-add-link-to-web-version-of-it
Browse files Browse the repository at this point in the history
7 add link to web version of it
  • Loading branch information
aivuk authored Aug 30, 2023
2 parents c15b5cd + 4d0a7b1 commit f05a362
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
43 changes: 43 additions & 0 deletions assets/icon-web.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,33 @@ <h3 class="p-4 md:p-3 font-display text-2xl md:text-4xl">Seasonal Food App</h3>
it's best to buy <br />
<strong>your local produce </strong>
</p>
<div class="flex mt-4">
<div class="flex mt-4 items-center">
<a href="#">
<img
src="/assets/google-play-badge.png"
alt="Get it on Google Play"
class="h-16 mx-4"
class="h-16 mx-4 border"
/>
</a>

<a href="#">
<img
src="/assets/fdroid-get-it-on.png"
alt="Get it on F-Droid"
class="h-16"
/>
</a>
<a href="https://fuzue.tech/seasonalfood/" target="_blank">
<button
alt="Use it online"
class="px-4 py-2 ml-6 rounded-md bg-[#074e67] text-white font-bold"
>
<span class="flex items-center">
<img src="/assets/icon-web.svg" class="h-5 mr-2"/>
Use it online
</span>
</button>
</a>
</div>
<p class="mx-7 -mb-10 text-fuchsia-950">Currently only italian data available 🇮🇹</p>
</div>
Expand Down

0 comments on commit f05a362

Please sign in to comment.