Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions components/Stats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ const Stats = () => {
<div className="flex">
<div className="mx-10 w-1/2 relative" ref={cloud1Ref} style={cloud1Style}>
<Image src="/assets/cloud3.svg" height={150} width={350} layout="responsive" alt="cloud" />
<p className='text-3xl font-bold text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10 font-bold '>100+ Participants</p>
<p className='text-3xl text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10 '>
<span className="font-bold">100+</span> Participants
</p>
</div>
<div className="mx-10 w-1/2 relative" ref={cloud2Ref} style={cloud2Style}>
<Image src="/assets/cloud4.svg" height={150} width={300} layout="responsive" alt="cloud" />
<p className='text-3xl font-bold text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10'>30+ Projects</p>
<p className='text-3xl text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10'>
<span className="font-bold">30+</span> Projects
</p>
</div>
</div>
<div className="flex">
Expand Down
9 changes: 6 additions & 3 deletions components/Stats2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ const Stats2 = () => {
<div className="flex w-2/3">
<div className="mx-20 w-1/2 relative " ref={cloud1Ref} style={cloud1Style}>
<Image src="/assets/cloud1.svg" height={150} width={350} layout="responsive" alt="cloud" />
<p className='text-3xl font-bold text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10'>600+ applications
</p>
<p className='text-3xl text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10'>
<span className="font-bold">600+</span> Applications
</p>
</div>
<div className="mr-16 w-1/2 relative" ref={cloud2Ref} style={cloud2Style}>
<Image src="/assets/cloud2.svg" height={150} width={300} layout="responsive" alt="cloud"/>
<p className='text-3xl font-bold text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10'>25+ Volunteers & Mentors </p>
<p className='text-3xl text-dark-green absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10'>
<span className="font-bold">25+</span> Volunteers & Mentors
</p>
</div>
</div>
<div className="flex w-1/3">
Expand Down