Skip to content

Commit

Permalink
feat: added button that link to blog post in ambassador page (#2297)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>
  • Loading branch information
ankur0904 and akshatnema authored Jan 13, 2024
1 parent 9cb4112 commit 46726ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pages/community/ambassadors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,21 @@ function Index() {
community members all over the world, build the future of
Event-Driven APIs.
</Heading>
<div className="md:flex md:item-center w-full md:justify-between">
<Button
className="block md:inline-block focus:outline-none mt-10 text-center"
className="block md:inline-block focus:outline-none mt-5 md:mt-10 text-center md:w-[48%]"
text="Become an Ambassador now"
href="https://github.com/asyncapi/community/blob/master/AMBASSADOR_ORGANIZATION.md#are-you-interested-in-becoming-an-official-asyncapi-ambassador"
target="_blank"
/>
<Button
bgClassName="bg-transparent border border-primary-600 hover:bg-primary-400"
className="block md:inline-block focus:outline-none mt-5 md:mt-10 text-center md:w-[48%]"
text="Learn more"
href="https://www.asyncapi.com/blog/asyncapi-ambassador-program"
target="_blank"
/>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 46726ae

Please sign in to comment.