From b3b79ce3ceb1c9cfae933b88412912a2b68e0320 Mon Sep 17 00:00:00 2001 From: Janvi <127668005+inkerton@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:10:42 +0000 Subject: [PATCH] Contributors page enhanced to match the UI --- package-lock.json | 1 + src/app/contributors/page.jsx | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c4c0de..b951134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "gssocextended", "version": "0.1.0", + "hasInstallScript": true, "dependencies": { "@clerk/clerk-sdk-node": "^5.0.48", "@clerk/nextjs": "^5.7.1", diff --git a/src/app/contributors/page.jsx b/src/app/contributors/page.jsx index 9164218..e9c0eac 100644 --- a/src/app/contributors/page.jsx +++ b/src/app/contributors/page.jsx @@ -7,16 +7,16 @@ const ContributorCard = ({ login, avatar_url, html_url, contributions, type }) = + className="bg-black text-black rounded-lg shadow-md border border-gray-100 overflow-hidden" + >
{login} -

{login}

-

{type}

+

{login}

+

{type}

{contributions} contributions
@@ -97,13 +97,13 @@ export default function Contributor() { }; return ( -
+
{/* Hero Section */} -
-
+
+
Become a Contributor @@ -134,9 +134,9 @@ export default function Contributor() {
{/* Stats Section */} -
+
-

+

Project Statistics

@@ -173,9 +173,9 @@ export default function Contributor() {
{/* Contributor List */} -
+
-

Meet Our Contributors

+

Meet Our Contributors

{loading ? (

Loading contributors...

) : ( @@ -189,9 +189,9 @@ export default function Contributor() {
{/* Subscription Form */} -
+
-

Stay Updated

+

Stay Updated