Skip to content

Commit

Permalink
spons
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 30, 2023
1 parent d335fe3 commit 20db436
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Binary file added src/assets/images/sponsers/sponser17.webp
Binary file not shown.
16 changes: 9 additions & 7 deletions src/pages/home/sections/section6/Section6.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ import "./Section6.css";
import sponsers from "../../../../assets/data/sponsersData.js";
import cauldron from "../../../../assets/images/cauldron.png";
import InfiniteCarousel from "../../../../components/infiniteCarousel/InfiniteCarousel";
import sbi from '../../../../assets/images/sponsers/sponser17.webp'

const Section6 = () => {
return (
<div
className="codeutsava__section6"
id="sponsers"
>
<div className="codeutsava__section6" id="sponsers">
<div className="codeutsava__section6-body">
<div className="codeutsava__section6-title">
<img src={cauldron}></img>
Expand All @@ -20,6 +18,12 @@ const Section6 = () => {
sponsors without whom this event could not be held so smoothly.
</div>
<div className="codeutsava__section6-sponsers">
<div className="codeutsava__section6-sponser-title">
Title Sponsor
</div>
<div className="codeutsava__section6-sponser-list">
<img src={sbi} style={{width: '300px'}}/>
</div>
<div className="codeutsava__section6-sponser-title">
Platinum Sponsors
</div>
Expand All @@ -32,9 +36,7 @@ const Section6 = () => {
<div className="codeutsava__section6-sponser-list gold">
<InfiniteCarousel sponsers={sponsers.gold} />
</div>
<div className="codeutsava__section6-sponser-title">
Partners
</div>
<div className="codeutsava__section6-sponser-title">Partners</div>
<div className="codeutsava__section6-sponser-list bronze">
<InfiniteCarousel sponsers={sponsers.partners} />
</div>
Expand Down

0 comments on commit 20db436

Please sign in to comment.