Skip to content

Commit

Permalink
Merge branch 'main' into 4-change-colors-to-match-the-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
elenavolpato authored Sep 5, 2023
2 parents 4e6d908 + 49528fd commit 9483872
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 17 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.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,28 @@ <h3 class="p-4 md:p-3 font-display text-2xl md:text-4xl">Seasonal Food App</h3>
<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 pl-3 text-[#782a33] text-lg">Currently only italian data available 🇮🇹</p>
</div>
Expand Down
Loading

0 comments on commit 9483872

Please sign in to comment.