Skip to content

Commit 61d9573

Browse files
authored
Merge pull request #20 from axyut/develop
Call to action section update.
2 parents 165827d + 9911b20 commit 61d9573

File tree

2 files changed

+563
-856
lines changed

2 files changed

+563
-856
lines changed

src/components/homepage/JoinCTA.astro

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<section class="w-full flex-col justify-start items-center bg-gray-700 text-white py-8">
2+
<div class="text-center mb-12">
3+
<h2 class="text-3xl md:text-5xl font-bold my-4 mx-4 sm:mx-8">
4+
Join Our Open Source Movement
5+
<!-- Call To Action! -->
6+
</h2>
7+
<p class="text-lg md:text-xl mb-10 mx-4 sm:mx-8">
8+
Contribute your skills and knowledge to help build a vibrant alumni portal for NCIT. Your expertise can make a difference!
9+
10+
</p>
11+
<div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-4">
12+
<a href="https://github.com/noskofficial" target="_blank" class="border border-green-500 hover:bg-green-500 text-white py-3 px-6 transition-all duration-300">
13+
Contribute Now
14+
</a>
15+
<a href="/learn_more" class="border border-yellow-500 hover:bg-yellow-500 text-white py-3 px-6 transition-all duration-300">
16+
Learn More
17+
</a>
18+
</div>
19+
<p class="text-lg md:text-xl pt-8 mx-4 sm:mx-8">
20+
A Call To Action!
21+
</p>
22+
</div>
23+
</section>

0 commit comments

Comments
 (0)