Skip to content

Commit

Permalink
make a smaller sponsor message
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed Dec 7, 2024
1 parent 3bdc459 commit c4b5365
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ const sortedApps = allApps.sort((a, b) => {
<main class="min-h-screen bg-gradient-to-b from-purple-900 via-blue-900 to-black text-white">
<div class="z-50 py-4 md:py-6">
<div class="flex justify-center px-4">
<a
href="https://hungrimind.com/learn/flutter?utm_source=flutter_of_the_year&utm_medium=website"

<!-- <a
href="https://hungrimind.com/learn/flutter?utm_source=flutter_of_the_year&utm_medium=website"
class="group bg-gradient-to-r from-purple-500/20 to-blue-500/20 rounded-lg px-4 py-3 md:py-2 backdrop-blur-sm border border-white/10 w-full max-w-md md:max-w-4xl"
>
<div class="flex flex-col md:flex-row items-center gap-3 md:gap-4">
Expand All @@ -39,7 +40,7 @@ const sortedApps = allApps.sort((a, b) => {
</svg>
</span>
</div>
</a>
</a> -->
</div>
</div>

Expand All @@ -54,11 +55,14 @@ const sortedApps = allApps.sort((a, b) => {
<div class="container mx-auto px-4 pb-24 relative">
<div class="text-center max-w-4xl mx-auto">
<h1
class="text-6xl font-bold mb-8 text-white"
class="text-6xl font-bold mt-16 mb-4 text-white"
>
The Best Flutter Apps of {currentYear}<span class="inline-block animate-sparkle">✨</span>
</h1>
<p class="text-lg text-blue-200/80 max-w-3xl mx-auto mb-8">
<a href="https://hungrimind.com/learn/flutter?utm_source=flutter_of_the_year&utm_medium=website" class="text-neutral-400 hover:text-neutral-300 transition-colors">
Sponsored by <b class="text-neutral-200 hover:text-white transition-colors font-bold">Hungrimind</b>
</a>
<p class="text-lg text-blue-200/80 max-w-3xl mx-auto mt-16 mb-8">
Vote for your favorite Flutter apps or submit your own app to be featured in this year's collection. <strong>Every vote counts</strong>, and you can vote for multiple apps that impress you!
</p>

Expand Down

0 comments on commit c4b5365

Please sign in to comment.