Skip to content

Commit 98ebb1a

Browse files
authored
Merge pull request #102 from JudahSan/fix/cta-rubyconf-2025
Enhance CTA for Ruby Conf Africa 2025 link with styling and icon
2 parents 52149c3 + d9cd304 commit 98ebb1a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

app/views/landing/home/_intro.html.erb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
<div class="bg-red-600 text-white text-center py-4">
2-
<a href="https://rubyconf.africa" class="text-white text-lg font-semibold hover:text-gray-200 focus:text-gray-200 transition duration-300">
3-
Ruby Conf Africa 2025
4-
</a>
1+
<div class="bg-gradient-to-r from-red-600 to-red-700 text-center py-5 sm:py-6 md:py-8 px-4 sm:px-6 md:px-8 shadow-lg rounded-box mx-auto max-w-lg">
2+
<div class="tooltip" data-tip="Click to visit Ruby Conf Africa 2025">
3+
<a href="https://rubyconf.africa" class="btn btn-lg btn-primary btn-block text-xl sm:text-l font-extrabold flex items-center justify-center space-x-3 underline decoration-dashed hover:decoration-solid ">
4+
<span class="text-xl font-bold tracking-wide">Ruby Conf Africa 2025</span>
5+
<span class="text-3xl animate-pulse text-red-200">🔗</span>
6+
</a>
7+
</div>
58
</div>
69

710
<div class="grid md:grid-cols-2 pt-10 pb-10 gap-10">

0 commit comments

Comments
 (0)