Skip to content

Commit

Permalink
design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Nov 17, 2023
1 parent 82de3eb commit 79d3d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/FinancialSummary/OtherFormsComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ function OtherFormsComponent() {
<div class="grid grid-cols-1 md:grid-cols-3 gap-10 mt-8 mx-3">

<div class="bg-white rounded-md shadow-md p-4 flex flex-col items-center text-center">
<img src="/img/illustrations/EmployeeInvolvement.webp" alt="Employee involvement" class="w-1/5 h-auto object-cover m-2" />
<img src="/img/illustrations/EmployeeInvolvement.webp" alt="Employee involvement" class="w-1/3 h-auto object-cover m-2" />
<h2 class="text-2xl font-semibold my-2">Employee involvement</h2>
<p class="text-base text-darkGunMetal mt-1 mx-2">
Assign your employees to contribute to projects under the AsyncAPI Initiative on a regular basis, and we'll welcome them as new maintainers.
</p>
</div>

<div class="bg-white rounded-md shadow-md p-4 flex flex-col items-center text-center">
<img src="/img/illustrations/ServiceProvision.webp" alt="Service provision" class="w-1/5 h-auto object-cover m-2" />
<img src="/img/illustrations/ServiceProvision.webp" alt="Service provision" class="w-1/3 h-auto object-cover m-2" />
<h2 class="text-2xl font-semibold my-2">Service provision</h2>
<p class="text-base text-darkGunMetal mt-1 mx-2">
AsyncAPI Initiative relies on numerous tools, many of which incur costs. Your organization can provide services such as hosting or storage to support our efforts.
</p>
</div>

<div class="bg-white rounded-md shadow-md p-4 flex flex-col items-center text-center">
<img src="/img/illustrations/EventOrganization.webp" alt="Event organization" class="w-1/5 h-auto object-cover m-2" />
<img src="/img/illustrations/EventOrganization.webp" alt="Event organization" class="w-1/3 h-auto object-cover m-2" />
<h2 class="text-2xl font-semibold my-2">Event organization</h2>
<p class="text-base text-darkGunMetal mt-1 mx-2">
Host AsyncAPI conferences by sponsoring and organizing events under the AsyncAPI brand at your provided venue.
Expand Down

0 comments on commit 79d3d16

Please sign in to comment.