Skip to content

Commit

Permalink
Fixed header and logo color distinction and added proper logo colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmayshi committed Dec 14, 2024
1 parent 052353c commit 18639df
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/Sponsors/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Sponsors({eventSponsors,financialSponsor}) { //eventSponsors,financial
orchestrate an unforgettable celebration.
</Paragraph>
</div>
<Heading typeStyle='heading-md' className='text-white mt-10 sm:text-2xl sm:mt-5'>Event and Host Sponsor</Heading>
<Heading typeStyle='heading-md' className='text-gray-800 mt-10 sm:text-2xl sm:mt-5'>Event and Host Sponsor</Heading>
<div className='flex justify-center w-[650px] sm:w-full sm:flex-col sm:justify-center sm:items-center'>
{eventSponsors &&
eventSponsors.map((sponsor) => (
Expand All @@ -31,7 +31,7 @@ function Sponsors({eventSponsors,financialSponsor}) { //eventSponsors,financial
))}
</div>
<div className=' flex space-y-2 flex-col items-center justify-center text-white text-2xl font-bold'>
<Heading typeStyle='heading-md' className='text-white mb-12 sm:text-2xl'>Financial Sponsor</Heading>
<Heading typeStyle='heading-md' className='text-gray-800 mb-12 sm:text-2xl'>Financial Sponsor</Heading>
<div className='flex flex-col space-y-6'>
{financialSponsor &&
financialSponsor.map((sponsor) => (
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default function Home() {
</div>
</div>
<div id='sponsors' className='mt-20'>
<Sponsors eventSponsors={[{image:'/img/apidays.png',websiteUrl:"https://www.apidays.global/"}]} financialSponsor={[{image:"/img/graviteeio.svg" , websiteUrl: "https://www.gravitee.io/",className:"w-[250px] h-[50px]" } , {image:"/img/postman.png" ,websiteUrl:"https://www.postman.com/",className:"w-[240px] h-[70px]"}]} />
<Sponsors eventSponsors={[{image:'/img/apidays_2.webp',websiteUrl:"https://www.apidays.global/"}]} financialSponsor={[{image:"/img/graviteeIo_1.png" , websiteUrl: "https://www.gravitee.io/",className:"w-[250px] h-[50px]" } , {image:"/img/postman_1.png" ,websiteUrl:"https://www.postman.com/",className:"w-[240px] h-[70px]"}]} />
</div>
<div className='mt-5'>
<Subscription/>
Expand Down
Binary file added public/img/Postman_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/apidays_2.webp
Binary file not shown.
Binary file added public/img/graviteeIo_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18639df

Please sign in to comment.