Skip to content

Commit

Permalink
Center ayush and remove logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh2116 committed Sep 18, 2024
1 parent c1fdcdd commit 56e52b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/coding-domain/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const CodingDomainPage = () => {
</div>
</Link>

{/* Coding Team Member 5 */}
<Link href="/coding-team-member-5">
<div className="bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10">
{/* Coding Team Member 5 */}
<Link href="/coding-team-member-5">
<div className="bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10 col-span-full lg:col-span-2 lg:col-start-2">
<img src="./coding-member5.png" alt="Coding Team Member 5" className="w-32 h-32 mx-auto rounded-full" />
<h3 className="text-white text-xl mt-4">Ayush Daga</h3>
</div>
Expand Down
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ const Home = () => {

<h2 className="text-white text-3xl sm:text-4xl md:text-5xl lg:text-6xl mb-8 sm:mb-12 font-serif flex items-center justify-center z-10">
Our Team
<img src="./team-image.png" alt="Team Logo" className="w-6 sm:w-8 lg:w-10 h-6 sm:h-8 lg:h-10 ml-2 sm:ml-4" />
</h2>
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 sm:gap-10 text-center z-5">
{/* Team Members */}
Expand Down

0 comments on commit 56e52b8

Please sign in to comment.