Skip to content

Commit

Permalink
adds button
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavolpato committed Aug 29, 2023
1 parent dc6f84f commit 180e25c
Showing 1 changed file with 14 additions and 2 deletions.
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/seosonalfood/" target="_blank">

This comment has been minimized.

Copy link
@aivuk

aivuk Aug 29, 2023

Member

👀

<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 180e25c

Please sign in to comment.