Skip to content

Commit

Permalink
Merge pull request #71 from ajayvarma007789/main
Browse files Browse the repository at this point in the history
added winners section in soc
  • Loading branch information
aravind-manoj authored Feb 11, 2025
2 parents 4af6644 + 22bf186 commit cda321c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/soc/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,19 @@ export default function Page() {
);
})}
</div>

</div>
<div className="max-w-4xl mx-auto ">
<h1 className="text-5xl font-bold text-gray-900 text-center my-12">
The <span className="bg-green-400 px-2">Winners</span>
</h1>

<div className="grid gap-6 md:grid-cols-2 lg:grid-cols-2">
<img src={"/soc/DeonThomas.webp"} alt="DeonThomas, first" className="rounded-2xl shadow-md hover:shadow-xl transition-shadow border hover:border-4 hover:border-green-400 duration-300 ease-in-out"/>
<img src={"/soc/JoeGeorge.webp"} alt="JoeGeorge, second" className="rounded-2xl shadow-md hover:shadow-xl transition-shadow border hover:border-4 hover:border-green-400 duration-300 ease-in-out"/>
<img src={"/soc/AbhijithS.webp"} alt="Abhijith S, third" className="rounded-2xl shadow-md hover:shadow-xl transition-shadow border hover:border-4 hover:border-green-400 duration-300 ease-in-out "/>
</div>

</div>
</div>
<div className="flex flex-col justify-center items-center w-full my-16">
Expand Down
Binary file added public/soc/AbhijithS.webp
Binary file not shown.
Binary file added public/soc/DeonThomas.webp
Binary file not shown.
Binary file added public/soc/JoeGeorge.webp
Binary file not shown.

0 comments on commit cda321c

Please sign in to comment.